Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Add the proper dependencies for the peripheral gems
Fixes #83
Fixes #84
  • Loading branch information
R. Tyler Croy committed Aug 15, 2012
1 parent 6cc5a0d commit 2d31d45
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion gems/sauce-cucumber/sauce-cucumber.gemspec
Expand Up @@ -13,5 +13,8 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "sauce-cucumber"
gem.require_paths = ["lib"]
gem.version = "#{Sauce::MAJOR_VERSION}.0"
gem.version = "#{Sauce::MAJOR_VERSION}.1"

gem.add_dependency('sauce', ">= #{Sauce::MAJOR_VERSION}.0")
gem.add_dependency('cucumber', '>= 1.2.0')
end
6 changes: 5 additions & 1 deletion gems/sauce-jasmine/sauce-jasmine.gemspec
Expand Up @@ -13,5 +13,9 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "sauce-jasmine"
gem.require_paths = ["lib"]
gem.version = "#{Sauce::MAJOR_VERSION}.0"
gem.version = "#{Sauce::MAJOR_VERSION}.1"


gem.add_dependency('sauce', ">= #{Sauce::MAJOR_VERSION}.0")
gem.add_dependency('jasmine', '>= 1.2.0')
end

0 comments on commit 2d31d45

Please sign in to comment.