Skip to content

Commit

Permalink
Changed thoughtbot-shoulda dependency to shoulda. Eased jferris-mocha…
Browse files Browse the repository at this point in the history
… versioning.
  • Loading branch information
Jon Yurek committed Dec 1, 2009
1 parent 1926744 commit 3f93828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ spec = Gem::Specification.new do |s|
s.extra_rdoc_files = FileList["README*"].to_a s.extra_rdoc_files = FileList["README*"].to_a
s.rdoc_options << '--line-numbers' << '--inline-source' s.rdoc_options << '--line-numbers' << '--inline-source'
s.requirements << "ImageMagick" s.requirements << "ImageMagick"
s.add_development_dependency 'thoughtbot-shoulda' s.add_development_dependency 'shoulda'
s.add_development_dependency 'jferris-mocha', '= 0.9.5.0.1241126838' s.add_development_dependency 'jferris-mocha', '>= 0.9.5.0.1241126838'
s.add_development_dependency 'aws-s3' s.add_development_dependency 'aws-s3'
s.add_development_dependency 'sqlite3-ruby' s.add_development_dependency 'sqlite3-ruby'
s.add_development_dependency 'activerecord' s.add_development_dependency 'activerecord'
Expand Down

0 comments on commit 3f93828

Please sign in to comment.