tumblr_wrapper 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,7 +15,7 @@ require "tumblr_wrapper/post"
15
15
  module TumblrWrapper
16
16
  ENDPOINT = 'http://api.tumblr.com'
17
17
  OAUTH_ENPOINT = 'http://www.tumblr.com'
18
- VERSION = 'v2'
18
+ API_VERSION = 'v2'
19
19
 
20
20
  def self.consumer_key=(key)
21
21
  @@consumer_key = key
@@ -42,7 +42,7 @@ module TumblrWrapper
42
42
  end
43
43
 
44
44
  def self.version
45
- VERSION
45
+ API_VERSION
46
46
  end
47
47
 
48
48
  class NoAccessToken < StandardError
@@ -1,3 +1,3 @@
1
1
  module TumblrWrapper
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 0
9
- version: 0.2.0
8
+ - 1
9
+ version: 0.2.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - rheaton