Skip to content

Commit

Permalink
forgot to update rakefile rendering previous 0.6.7 release useless. c…
Browse files Browse the repository at this point in the history
…rap!
  • Loading branch information
jnunemaker committed Apr 24, 2009
1 parent de9de9c commit 44aa418
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions History
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.6.8 - April 23, 2009
* 1 dependency fix
* forgot to update rakefile rendering previous 0.6.7 release useless. crap!

0.6.7 - April 23, 2009
* 1 minor fix
* Bumped httparty version to 0.4.3 which allows response.message and fixes errors that the lack of response.message was causing to the twitter gem
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ begin

gem.add_dependency('oauth', '0.3.2')
gem.add_dependency('mash', '0.0.3')
gem.add_dependency('httparty', '0.4.2')
gem.add_dependency('httparty', '0.4.3')

gem.add_development_dependency('thoughtbot-shoulda')
gem.add_development_dependency('jeremymcanally-matchy')
Expand Down

0 comments on commit 44aa418

Please sign in to comment.