Skip to content

Commit

Permalink
fix require json, release v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shokai committed Oct 5, 2012
1 parent 8effcca commit 5657011
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -10,8 +10,8 @@ GEM
hashie (1.2.0)
hoe (3.1.0)
rake (~> 0.8)
json (1.7.4)
json (1.7.4-java)
json (1.7.5)
json (1.7.5-java)
multi_json (1.3.6)
multipart-post (1.1.5)
newgem (1.5.3)
Expand Down
4 changes: 4 additions & 0 deletions History.txt
@@ -1,3 +1,7 @@
=== 0.2.4 2012-10-06

* require json

=== 0.2.3 2012-10-06

* parallel request twitter API
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -17,6 +17,7 @@ $hoe = Hoe.spec 'tw' do
self.extra_deps = [['oauth','>= 0.4.7', '< 1.0.0'],
['twitter', '>= 4.0.0', '< 5.0.0'],
['userstream', '>= 1.2.0', '< 1.3.0'],
['json', '>= 1.7.5', '< 1.8.0'],
['args_parser', '>= 0.1.0'],
['rainbow', '>= 1.1.4', '< 2.0.0'],
['parallel', '>= 0.5.18', '< 1.0.0']]
Expand Down
2 changes: 1 addition & 1 deletion lib/tw.rb
Expand Up @@ -18,7 +18,7 @@
require 'tw/client/error'

module Tw
VERSION = '0.2.3'
VERSION = '0.2.4'
class Conf
REQUIRE_VERSION = '0.1.0'
end
Expand Down

0 comments on commit 5657011

Please sign in to comment.