Skip to content

Commit

Permalink
Added missing mash dependency. My bad! :)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Apr 9, 2009
1 parent e21a4f6 commit a8693b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ begin
gem.files = FileList["[A-Z]*", "{examples,lib,test}/**/*"]

gem.add_dependency('oauth')
gem.add_dependency('mash')
gem.add_dependency('httparty', '>= 0.4.2')
end
rescue LoadError
Expand Down

0 comments on commit a8693b2

Please sign in to comment.