social_net 0.2.11 → 0.2.12
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +0 -2
- data/lib/social_net/instagram/api/scrape_request.rb +3 -2
- data/lib/social_net/instagram/api/scrape_user_videos_request.rb +71 -0
- data/lib/social_net/instagram/models/user.rb +5 -5
- data/lib/social_net/version.rb +1 -1
- data/social_net.gemspec +1 -2
- data/spec/social_net/instagram/models/user_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -0
- data/spec/support/cassettes/SocialNet_Instagram_Models_User/_videos/given_an_existing_user/returns_an_array_of_video_posts_from_the_user.yml +188 -748
- metadata +5 -4
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: social_net
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jeremy Cohen Hoffing
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-04
|
11
|
+
date: 2018-06-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -128,14 +128,14 @@ dependencies:
|
|
128
128
|
requirements:
|
129
129
|
- - "~>"
|
130
130
|
- !ruby/object:Gem::Version
|
131
|
-
version:
|
131
|
+
version: 3.4.1
|
132
132
|
type: :development
|
133
133
|
prerelease: false
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
135
135
|
requirements:
|
136
136
|
- - "~>"
|
137
137
|
- !ruby/object:Gem::Version
|
138
|
-
version:
|
138
|
+
version: 3.4.1
|
139
139
|
description: Retrieves information for Instagram users
|
140
140
|
email:
|
141
141
|
- jeremy@collabcreators.com
|
@@ -164,6 +164,7 @@ files:
|
|
164
164
|
- lib/social_net/instagram/api/configuration.rb
|
165
165
|
- lib/social_net/instagram/api/request.rb
|
166
166
|
- lib/social_net/instagram/api/scrape_request.rb
|
167
|
+
- lib/social_net/instagram/api/scrape_user_videos_request.rb
|
167
168
|
- lib/social_net/instagram/config.rb
|
168
169
|
- lib/social_net/instagram/errors.rb
|
169
170
|
- lib/social_net/instagram/errors/private_user.rb
|