tw 0.3.8 → 0.3.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ === 0.3.9 2013-03-05
2
+
3
+ * use http://api.twitter.com to auth
4
+
1
5
  === 0.3.8 2013-01-04
2
6
 
3
7
  * use bundler gem template
@@ -32,7 +32,7 @@ module Tw
32
32
 
33
33
  def self.regist_user
34
34
  consumer = OAuth::Consumer.new(Conf['consumer_key'], Conf['consumer_secret'],
35
- :site => 'http://twitter.com')
35
+ :site => 'http://api.twitter.com')
36
36
  request_token = consumer.get_request_token
37
37
  puts cmd = "open #{request_token.authorize_url}"
38
38
  system cmd
data/lib/tw/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tw
2
- VERSION = '0.3.8'
2
+ VERSION = '0.3.9'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tw
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.8
4
+ version: 0.3.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-03 00:00:00.000000000 Z
12
+ date: 2013-03-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: twitter