Skip to content

Commit

Permalink
Bump to 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jferris committed Aug 9, 2011
1 parent 276cc9b commit 4ffe06f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appraisal.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = %q{appraisal}
s.version = '0.3.7'
s.version = '0.3.8'
s.summary = %q{Find out what your Ruby gems are worth}
s.description = %q{Appraisal integrates with bundler and rake to test your library against different versions of dependencies in repeatable scenarios called "appraisals."}

Expand All @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.add_development_dependency('cucumber', '~> 1.0')
s.add_development_dependency('rspec', '~> 2.6')
s.add_development_dependency('aruba', '~> 0.4.2')

s.add_runtime_dependency('rake')
s.add_runtime_dependency('bundler')

Expand Down

0 comments on commit 4ffe06f

Please sign in to comment.