fix deprecation warning in jasmine gem in latest rubygems
This commit is contained in:
parent
c06b885aa7
commit
b3c3c161ce
1 changed files with 1 additions and 1 deletions
2
vendor/gems/jasmine/jasmine.gemspec
vendored
2
vendor/gems/jasmine/jasmine.gemspec
vendored
|
|
@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["Rajan Agaskar", "Christian Williams", "Davis Frank"]
|
||||
s.date = %q{2010-10-05}
|
||||
s.default_executable = %q{jasmine}
|
||||
#s.default_executable = %q{jasmine}
|
||||
s.description = %q{Javascript BDD test framework}
|
||||
s.email = %q{jasmine-js@googlegroups.com}
|
||||
s.executables = ["jasmine"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue