instagram 1.1.0 → 1.1.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.
- checksums.yaml +8 -8
- data/lib/instagram.rb +2 -2
- data/lib/instagram/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MmQwYzViOTFmZGI1OTVmM2FlYWUxMDNlY2Q5Mzc4ODViYjU4NTlkZA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZjU4NzlmMzA3N2M1YjEyNjZiN2YyMGJjMmYxM2U5NWUwOGUzYjdiZA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MTM5MzAzMDcwMmY3OGMyZjc5OGNmZGExNjUxOGI2MmUwODc2YjIxZTVjNTIy
|
|
10
|
+
ZDM1NzY4ZmFjODc3Njk2OTkzNmZkYzRiMTQ2N2Y2M2NhMTg1YzMyYWE4NTIy
|
|
11
|
+
YjY5MzEyMjY5YThmMWQ0ZDYxMTIxZWI4MzIzZGNmOGFjYzFjODU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YjkxMzc4ZGJjMDA3NTRlZjRjMTg1MDlmZjMyM2MzMmNjMzU5YmI3NTBjMjgz
|
|
14
|
+
ZjE2Y2U4ZTZkM2RlMzNmNzQyMWU0OGI2M2NlYzAzNWZjY2EyZDQxODA4YzUz
|
|
15
|
+
MDExYmFiMjFiODFiNWI0YzA2YzI3ODZjZTIxMzJiYjM1MjcxYjc=
|
data/lib/instagram.rb
CHANGED
|
@@ -21,7 +21,7 @@ module Instagram
|
|
|
21
21
|
end
|
|
22
22
|
|
|
23
23
|
# Delegate to Instagram::Client
|
|
24
|
-
def self.respond_to?(method)
|
|
25
|
-
return client.respond_to?(method) || super
|
|
24
|
+
def self.respond_to?(method, include_all=false)
|
|
25
|
+
return client.respond_to?(method, include_all) || super
|
|
26
26
|
end
|
|
27
27
|
end
|
data/lib/instagram/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: instagram
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shayne Sweeney
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-06-
|
|
11
|
+
date: 2014-06-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|