hot-coffee-twitter-ruby 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -0,0 +1,3 @@
1
+ = twitter-ruby
2
+ == DESCRIPTION
3
+ twitter-ruby is base of using Twitter API
@@ -3,7 +3,6 @@ require 'json'
3
3
  require 'twitter/common'
4
4
 
5
5
  module Twitter
6
- VERSION = '0.1.0'
7
6
  class RESTClient
8
7
  API_ADDRESS = 'twitter.com'
9
8
 
data/lib/twitter.rb CHANGED
@@ -1 +1,5 @@
1
1
  require 'twitter/rest_api'
2
+
3
+ module Twitter
4
+ VERSION = '0.1.1'
5
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hot-coffee-twitter-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - hot_coffee