From fa837ae90a9466af90ce21b3327aff71d6b5fa77 Mon Sep 17 00:00:00 2001 From: slackersoft Date: Sat, 20 Sep 2014 20:17:55 -0700 Subject: [PATCH] Don't depend on debugger gem, we don't really have any ruby code here. --- Gemfile | 5 ----- jasmine-core.gemspec | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 901b1700..6ef9db9e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,11 +1,6 @@ source 'https://rubygems.org' gem "jasmine", :git => 'https://github.com/pivotal/jasmine-gem.git' # gem "jasmine", path: "/Users/pivotal/workspace/jasmine-gem" -unless ENV["TRAVIS"] - group :debug do - gem 'debugger' - end -end gemspec diff --git a/jasmine-core.gemspec b/jasmine-core.gemspec index 9100d82d..b66f0a25 100644 --- a/jasmine-core.gemspec +++ b/jasmine-core.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |s| s.name = "jasmine-core" s.version = Jasmine::Core::VERSION s.platform = Gem::Platform::RUBY - s.authors = ["Rajan Agaskar", "Davis W. Frank", "Christian Williams"] + s.authors = ["Rajan Agaskar", "Davis W. Frank", "Gregg Van Hove"] s.summary = %q{JavaScript BDD framework} s.description = %q{Test your JavaScript without any framework dependencies, in any environment, and with a nice descriptive syntax.} s.email = %q{jasmine-js@googlegroups.com}