tumblr_wrapper 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -22,7 +22,7 @@ class TumblrWrapper::Response
22
22
  end
23
23
 
24
24
  def method_missing(meth, *args, &block)
25
- if response.keys.include?(meth.to_s)
25
+ if response && response.keys.include?(meth.to_s)
26
26
  r = response[meth.to_s]
27
27
  r.respond_to?(:keys) ? r.with_indifferent_access : r
28
28
  else
@@ -1,3 +1,3 @@
1
1
  module TumblrWrapper
2
- VERSION = "0.3.3"
2
+ VERSION = "0.3.4"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 3
9
- version: 0.3.3
8
+ - 4
9
+ version: 0.3.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - rheaton