Skip to content

Commit

Permalink
Prepare for version 0.9.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Sep 23, 2010
1 parent f10eb2e commit c788810
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
twitter (0.9.9)
twitter (0.9.10)
hashie (~> 0.4.0)
httparty (~> 0.6.1)
oauth (~> 0.4.3)
Expand Down
7 changes: 7 additions & 0 deletions HISTORY.rdoc
@@ -1,3 +1,10 @@
=== 0.9.10 - September 23, 2010
* {Specify Twitter API version for all REST API calls}[http://github.com/jnunemaker/twitter/commit/76b1fa31588bbc20166464313027f75e3771e385]
* {Parse all responses with YAJL JSON parser}[http://github.com/jnunemaker/twitter/commit/c477f368fde6161dbae59ea7bc7c7d182b15721b]
* {Ensure that users are tested}[http://github.com/jnunemaker/twitter/commit/108019e83d745c23ebc92fc8a3f9f8c605b2e884] (@duncan[http://twitter.com/#!/duncan])
* {Remove redgreen due to Ruby 1.9 incompatibility}[http://github.com/jnunemaker/twitter/commit/83e1ea168da2e38c3f393972bf1d8eb665df2510] (@duncan[http://twitter.com/#!/duncan])
* {Make all tests pass in Ruby 1.9}[http://github.com/jnunemaker/twitter/commit/7bead60774fb118ef63fb1557976194848af6754] (@duncan[http://twitter.com/#!/duncan])

=== 0.9.9 - September 22, 2010
* {Bump dependency versions}[http://github.com/jnunemaker/twitter/commit/ac8114c1f6ba2da20c2267d3133252c2ffc6b6a3]
* {Remove Basic Auth}[http://github.com/jnunemaker/twitter/pull/56] (@rodrigo3n[http://twitter.com/#!/rodrigo3n])
Expand Down
2 changes: 1 addition & 1 deletion lib/twitter/version.rb
@@ -1,3 +1,3 @@
module Twitter
VERSION = "0.9.9"
VERSION = "0.9.10"
end

0 comments on commit c788810

Please sign in to comment.