Skip to content

Commit

Permalink
Merge 324d91f into 820f70b
Browse files Browse the repository at this point in the history
  • Loading branch information
Abraham Petrillo committed Oct 24, 2016
2 parents 820f70b + 324d91f commit 6bfdbd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion evergreen.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Gem::Specification.new do |s|
s.authors = ["Jonas Nicklas", "Abe Petrillo"]
s.email = ["jonas.nicklas@gmail.com", "abe.petrillo@gmail.com"]
s.description = "Run Jasmine JavaScript unit tests, integrate them into Ruby applications."
s.license = "MIT"

s.files = Dir.glob("{bin,lib,spec,config}/**/*") + %w(README.rdoc)
s.extra_rdoc_files = ["README.rdoc"]
Expand All @@ -29,7 +30,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency("json_pure")
s.add_runtime_dependency("coffee-script")

s.add_development_dependency('rspec', ['>=3.2.0'])
s.add_development_dependency('rspec', ['~>3.2'])
s.add_development_dependency('therubyracer', ['~> 0.9'])
s.add_development_dependency('rake')
s.add_development_dependency('coveralls')
Expand Down

0 comments on commit 6bfdbd6

Please sign in to comment.