instagram-fixed 0.8 → 0.8.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.
- data/{instagram.gemspec → instagram-fixed.gemspec} +1 -1
- data/lib/{instagram.rb → instagram-fixed.rb} +4 -4
- data/lib/{instagram → instagram-fixed}/api.rb +0 -0
- data/lib/{instagram → instagram-fixed}/client.rb +0 -0
- data/lib/{instagram → instagram-fixed}/client/comments.rb +0 -0
- data/lib/{instagram → instagram-fixed}/client/geographies.rb +0 -0
- data/lib/{instagram → instagram-fixed}/client/likes.rb +0 -0
- data/lib/{instagram → instagram-fixed}/client/locations.rb +0 -0
- data/lib/{instagram → instagram-fixed}/client/media.rb +0 -0
- data/lib/{instagram → instagram-fixed}/client/subscriptions.rb +0 -0
- data/lib/{instagram → instagram-fixed}/client/tags.rb +0 -0
- data/lib/{instagram → instagram-fixed}/client/users.rb +0 -0
- data/lib/{instagram → instagram-fixed}/client/utils.rb +0 -0
- data/lib/{instagram → instagram-fixed}/configuration.rb +0 -0
- data/lib/{instagram → instagram-fixed}/connection.rb +0 -0
- data/lib/{instagram → instagram-fixed}/error.rb +0 -0
- data/lib/{instagram → instagram-fixed}/oauth.rb +0 -0
- data/lib/{instagram → instagram-fixed}/request.rb +0 -0
- data/lib/instagram-fixed/version.rb +3 -0
- metadata +34 -34
- data/lib/instagram/version.rb +0 -3
@@ -1,7 +1,7 @@
|
|
1
|
-
require File.expand_path('../instagram/error', __FILE__)
|
2
|
-
require File.expand_path('../instagram/configuration', __FILE__)
|
3
|
-
require File.expand_path('../instagram/api', __FILE__)
|
4
|
-
require File.expand_path('../instagram/client', __FILE__)
|
1
|
+
require File.expand_path('../instagram-fixed/error', __FILE__)
|
2
|
+
require File.expand_path('../instagram-fixed/configuration', __FILE__)
|
3
|
+
require File.expand_path('../instagram-fixed/api', __FILE__)
|
4
|
+
require File.expand_path('../instagram-fixed/client', __FILE__)
|
5
5
|
|
6
6
|
module Instagram
|
7
7
|
extend Configuration
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: instagram-fixed
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 0.8.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2011-10-06 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rspec
|
16
|
-
requirement: &
|
16
|
+
requirement: &2151895000 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ~>
|
@@ -21,10 +21,10 @@ dependencies:
|
|
21
21
|
version: '2.4'
|
22
22
|
type: :development
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *2151895000
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: webmock
|
27
|
-
requirement: &
|
27
|
+
requirement: &2151893580 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
30
|
- - ~>
|
@@ -32,10 +32,10 @@ dependencies:
|
|
32
32
|
version: '1.6'
|
33
33
|
type: :development
|
34
34
|
prerelease: false
|
35
|
-
version_requirements: *
|
35
|
+
version_requirements: *2151893580
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: bluecloth
|
38
|
-
requirement: &
|
38
|
+
requirement: &2151892920 !ruby/object:Gem::Requirement
|
39
39
|
none: false
|
40
40
|
requirements:
|
41
41
|
- - ~>
|
@@ -43,10 +43,10 @@ dependencies:
|
|
43
43
|
version: 2.0.11
|
44
44
|
type: :development
|
45
45
|
prerelease: false
|
46
|
-
version_requirements: *
|
46
|
+
version_requirements: *2151892920
|
47
47
|
- !ruby/object:Gem::Dependency
|
48
48
|
name: faraday
|
49
|
-
requirement: &
|
49
|
+
requirement: &2151892300 !ruby/object:Gem::Requirement
|
50
50
|
none: false
|
51
51
|
requirements:
|
52
52
|
- - ! '>='
|
@@ -54,10 +54,10 @@ dependencies:
|
|
54
54
|
version: '0'
|
55
55
|
type: :runtime
|
56
56
|
prerelease: false
|
57
|
-
version_requirements: *
|
57
|
+
version_requirements: *2151892300
|
58
58
|
- !ruby/object:Gem::Dependency
|
59
59
|
name: faraday_middleware
|
60
|
-
requirement: &
|
60
|
+
requirement: &2151890140 !ruby/object:Gem::Requirement
|
61
61
|
none: false
|
62
62
|
requirements:
|
63
63
|
- - ! '>='
|
@@ -65,10 +65,10 @@ dependencies:
|
|
65
65
|
version: '0'
|
66
66
|
type: :runtime
|
67
67
|
prerelease: false
|
68
|
-
version_requirements: *
|
68
|
+
version_requirements: *2151890140
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: multi_json
|
71
|
-
requirement: &
|
71
|
+
requirement: &2151888620 !ruby/object:Gem::Requirement
|
72
72
|
none: false
|
73
73
|
requirements:
|
74
74
|
- - ! '>='
|
@@ -76,10 +76,10 @@ dependencies:
|
|
76
76
|
version: '0'
|
77
77
|
type: :runtime
|
78
78
|
prerelease: false
|
79
|
-
version_requirements: *
|
79
|
+
version_requirements: *2151888620
|
80
80
|
- !ruby/object:Gem::Dependency
|
81
81
|
name: hashie
|
82
|
-
requirement: &
|
82
|
+
requirement: &2151886880 !ruby/object:Gem::Requirement
|
83
83
|
none: false
|
84
84
|
requirements:
|
85
85
|
- - ! '>='
|
@@ -87,7 +87,7 @@ dependencies:
|
|
87
87
|
version: '0'
|
88
88
|
type: :runtime
|
89
89
|
prerelease: false
|
90
|
-
version_requirements: *
|
90
|
+
version_requirements: *2151886880
|
91
91
|
description: A Ruby wrapper for the Instagram REST and Search APIs
|
92
92
|
email:
|
93
93
|
- shayne@instagr.am
|
@@ -102,28 +102,28 @@ files:
|
|
102
102
|
- LICENSE.md
|
103
103
|
- README.md
|
104
104
|
- Rakefile
|
105
|
-
- instagram.gemspec
|
105
|
+
- instagram-fixed.gemspec
|
106
106
|
- lib/faraday/oauth2.rb
|
107
107
|
- lib/faraday/raise_http_4xx.rb
|
108
108
|
- lib/faraday/raise_http_5xx.rb
|
109
|
-
- lib/instagram.rb
|
110
|
-
- lib/instagram/api.rb
|
111
|
-
- lib/instagram/client.rb
|
112
|
-
- lib/instagram/client/comments.rb
|
113
|
-
- lib/instagram/client/geographies.rb
|
114
|
-
- lib/instagram/client/likes.rb
|
115
|
-
- lib/instagram/client/locations.rb
|
116
|
-
- lib/instagram/client/media.rb
|
117
|
-
- lib/instagram/client/subscriptions.rb
|
118
|
-
- lib/instagram/client/tags.rb
|
119
|
-
- lib/instagram/client/users.rb
|
120
|
-
- lib/instagram/client/utils.rb
|
121
|
-
- lib/instagram/configuration.rb
|
122
|
-
- lib/instagram/connection.rb
|
123
|
-
- lib/instagram/error.rb
|
124
|
-
- lib/instagram/oauth.rb
|
125
|
-
- lib/instagram/request.rb
|
126
|
-
- lib/instagram/version.rb
|
109
|
+
- lib/instagram-fixed.rb
|
110
|
+
- lib/instagram-fixed/api.rb
|
111
|
+
- lib/instagram-fixed/client.rb
|
112
|
+
- lib/instagram-fixed/client/comments.rb
|
113
|
+
- lib/instagram-fixed/client/geographies.rb
|
114
|
+
- lib/instagram-fixed/client/likes.rb
|
115
|
+
- lib/instagram-fixed/client/locations.rb
|
116
|
+
- lib/instagram-fixed/client/media.rb
|
117
|
+
- lib/instagram-fixed/client/subscriptions.rb
|
118
|
+
- lib/instagram-fixed/client/tags.rb
|
119
|
+
- lib/instagram-fixed/client/users.rb
|
120
|
+
- lib/instagram-fixed/client/utils.rb
|
121
|
+
- lib/instagram-fixed/configuration.rb
|
122
|
+
- lib/instagram-fixed/connection.rb
|
123
|
+
- lib/instagram-fixed/error.rb
|
124
|
+
- lib/instagram-fixed/oauth.rb
|
125
|
+
- lib/instagram-fixed/request.rb
|
126
|
+
- lib/instagram-fixed/version.rb
|
127
127
|
- spec/faraday/response_spec.rb
|
128
128
|
- spec/fixtures/access_token.json
|
129
129
|
- spec/fixtures/approve_user.json
|
data/lib/instagram/version.rb
DELETED