instagram-continued 1.3.1 → 1.3.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2cffa2f9ed95f70c0a1cc4d47a530460810384ec
4
- data.tar.gz: b0f80fe802d90b61b8ead906dc227f3cc23b70da
3
+ metadata.gz: ba03c517f7508e579dd2e3dba29ae2f9681ad588
4
+ data.tar.gz: 41aaa2d46f113359c404aa2af88092ae4c02ea3e
5
5
  SHA512:
6
- metadata.gz: e384994413ba6a1c0cca8d7d536254e5f582c73003c0692d4a949d32171c19b7c84a50ad75ab9bc7db4c13e6a25836135a2997275e00962fe8dbd3c44178af1e
7
- data.tar.gz: 97a873844d5d5f2f1c107ecea2399c8c1586b8e0276d3541fb89a302fb9a830a8c00d799d78677a7e0150ab18fd7c3da5573498937232b9da36459912d5084aa
6
+ metadata.gz: 989d4af7a557f1243b06350a647ee8d91ef5821d131b24a0ca8f4f275afdf58ec32212c95779e650f7a5de81fb143f9aada7b1155331e63db26d743a762642a6
7
+ data.tar.gz: 423e3276701d349da7c8a42d3f90978486a7f7d1c0afadf0036e264fa3269662a3dacda83aace6018a81298dab9f8d6870c042242370189559fb4c78fa09aa97
@@ -3,6 +3,7 @@ module Instagram
3
3
  def self.create(response_hash, ratelimit_hash)
4
4
  response_hash = {} unless response_hash
5
5
  data = begin
6
+ raise if response_hash.data.nil?
6
7
  response_hash.data.dup
7
8
  rescue
8
9
  response_hash
@@ -1,3 +1,3 @@
1
1
  module Instagram
2
- VERSION = '1.3.1'.freeze unless defined?(::Instagram::VERSION)
2
+ VERSION = "1.3.2".freeze unless defined?(::Instagram::VERSION)
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: instagram-continued
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shayne Sweeney
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-02-24 00:00:00.000000000 Z
12
+ date: 2017-03-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake