tumblr_wrapper 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,7 +23,7 @@ class TumblrWrapper::Client
23
23
 
24
24
  def request_token(token = nil, secret=nil)
25
25
  if token && secret
26
- OAuth::RequestToken.new(consumer, token, secret)
26
+ @request_token = OAuth::RequestToken.new(consumer, token, secret)
27
27
  else
28
28
  @request_token
29
29
  end
@@ -1,3 +1,3 @@
1
1
  module TumblrWrapper
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - rheaton