Skip to content

Commit

Permalink
Added development dependencies to make it easier for those who want t…
Browse files Browse the repository at this point in the history
…o hack on the gem. (technomancy)
  • Loading branch information
jnunemaker committed Apr 9, 2009
1 parent a8693b2 commit de57b1c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ begin
gem.add_dependency('oauth')
gem.add_dependency('mash')
gem.add_dependency('httparty', '>= 0.4.2')

gem.add_development_dependency('thoughtbot-shoulda')
gem.add_development_dependency('jeremymcanally-matchy')
gem.add_development_dependency('mocha')
gem.add_development_dependency('fakeweb')
gem.add_development_dependency('mash')
end
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
Expand Down

0 comments on commit de57b1c

Please sign in to comment.