Skip to content

Commit

Permalink
Prepare for version 1.0.0.rc.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Nov 16, 2010
1 parent e8e9b1d commit 5889426
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
twitter (1.0.0.rc.7) twitter (1.0.0.rc.8)
faraday (~> 0.5.3) faraday (~> 0.5.3)
faraday_middleware (~> 0.3.0) faraday_middleware (~> 0.3.0)
hashie (~> 0.4.0) hashie (~> 0.4.0)
Expand Down
6 changes: 5 additions & 1 deletion HISTORY.mkd
@@ -1,4 +1,8 @@
1.0.0.rc.7 - COMING SOON 1.0.0.rc.8 - November 16, 2010
------------------------------
* [Fix conditional inclusion of jruby-openssl in Ruby 1.9](https://github.com/jnunemaker/twitter/commit/e8e9b1d7232bf69ac5e217e2e18dc9c8e75f2fc4)

1.0.0.rc.7 - November 15, 2010
----------------------------- -----------------------------
* [Allow users to pass in screen names with leading '@'](https://github.com/jnunemaker/twitter/commit/fc3af84e0d7358ddacf49acefe7d950ac11983e0) * [Allow users to pass in screen names with leading '@'](https://github.com/jnunemaker/twitter/commit/fc3af84e0d7358ddacf49acefe7d950ac11983e0)
* [UTF-8 encode <tt>Utils</tt> module](https://github.com/jnunemaker/twitter/commit/4a62f181c2ae7b931e17fcfa6532b3a3f0ed0c8e) * [UTF-8 encode <tt>Utils</tt> module](https://github.com/jnunemaker/twitter/commit/4a62f181c2ae7b931e17fcfa6532b3a3f0ed0c8e)
Expand Down
2 changes: 1 addition & 1 deletion lib/twitter/version.rb
@@ -1,4 +1,4 @@
module Twitter module Twitter
# The version of the gem # The version of the gem
VERSION = '1.0.0.rc.7' unless defined?(Twitter::VERSION) VERSION = '1.0.0.rc.8' unless defined?(Twitter::VERSION)
end end

0 comments on commit 5889426

Please sign in to comment.