tumblr_wrapper 0.2.0 → 0.2.1

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.
@@ -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