Skip to content

Commit

Permalink
Added test-unit dependency to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
grempe committed Dec 1, 2010
1 parent 15dc184 commit 43c9295
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ GEM
rake (0.8.7)
rcov (0.9.9)
test-spec (0.10.0)
test-unit (2.1.2)
xml-simple (1.0.12)
yard (0.6.2)

Expand All @@ -25,5 +26,6 @@ DEPENDENCIES
perftools.rb (>= 0.5.4)
rcov (>= 0.9.9)
test-spec (>= 0.10.0)
test-unit (>= 2.1.2)
xml-simple (>= 1.0.12)
yard (>= 0.6.2)
1 change: 1 addition & 0 deletions amazon-ec2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Gem::Specification.new do |s|

s.add_dependency('xml-simple', '>= 1.0.12')
s.add_development_dependency('mocha', '>= 0.9.9')
s.add_development_dependency('test-unit', '>= 2.1.2')
s.add_development_dependency('test-spec', '>= 0.10.0')
s.add_development_dependency('rcov', '>= 0.9.9')
s.add_development_dependency('perftools.rb', '>= 0.5.4')
Expand Down

0 comments on commit 43c9295

Please sign in to comment.