instagrammer 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +2 -0
- data/.travis.yml +0 -3
- data/CHANGELOG.md +7 -0
- data/README.md +1 -1
- data/lib/instagrammer/version.rb +1 -1
- metadata +1 -2
- data/Gemfile.lock +0 -159
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f0b07ab9cd24e4ec456977ff744839e16e25ce9e599daba305ecbce4333b5fa6
|
4
|
+
data.tar.gz: 2e63474f3a4c5d307379e91dd034c6e32756656163b590c252c8669391845a1c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2ac6494192f5fd3dd4d6daa7bdc8cc9b6994e725563aef03d63f8558d41873bb27e723df62c253b262402449966b9c482db65ea12ff88740bb0d8e2dbbc68eda
|
7
|
+
data.tar.gz: 5894ad8609101ec6df18e609a59f87f0ca5703beeebf31c2ad81ff3870de83f82d352de2b9f8cae3053a7e00ac01dcbb98d04dde0fb57183bb907a432b31157d
|
data/.gitignore
CHANGED
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
6
6
|
|
7
7
|
## [Unreleased]
|
8
8
|
|
9
|
+
## [0.1.2] - 2019-06-20
|
10
|
+
### Added
|
11
|
+
- Configure Travis to run daily
|
12
|
+
|
13
|
+
### Removed
|
14
|
+
- Remove Gemfile.lock from repo
|
15
|
+
|
9
16
|
## [0.1.1] - 2019-06-20
|
10
17
|
### Changed
|
11
18
|
- Pin chromedriver version for CI compatibility
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Instagrammer
|
2
2
|
|
3
|
-
Instagrammer lets you fetch Instagram user info and posts. This is done by crawling the Instagram web interface, powered by [Capybara](https://github.com/teamcapybara/capybara/) and a headless Chrome Selenium driver. Read more about the [motivation to build this gem](#motivation).
|
3
|
+
Instagrammer lets you fetch Instagram user info and posts. This is done by crawling the Instagram web interface, powered by [Capybara](https://github.com/teamcapybara/capybara/) and a headless Chrome Selenium driver. Automated integration tests are run daily to keep up with possible changes. Read more about the [motivation to build this gem](#motivation).
|
4
4
|
|
5
5
|
[![Build Status](https://travis-ci.org/richardvenneman/instagrammer.svg?branch=master)](https://travis-ci.org/richardvenneman/instagrammer)
|
6
6
|
[![Gem Version](https://badge.fury.io/rb/instagrammer.svg)](https://badge.fury.io/rb/instagrammer)
|
data/lib/instagrammer/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: instagrammer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Richard Venneman
|
@@ -134,7 +134,6 @@ files:
|
|
134
134
|
- ".travis.yml"
|
135
135
|
- CHANGELOG.md
|
136
136
|
- Gemfile
|
137
|
-
- Gemfile.lock
|
138
137
|
- Guardfile
|
139
138
|
- LICENSE
|
140
139
|
- README.md
|
data/Gemfile.lock
DELETED
@@ -1,159 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
instagrammer (0.1.0)
|
5
|
-
capybara (~> 3.24)
|
6
|
-
webdrivers (~> 4.0)
|
7
|
-
|
8
|
-
GEM
|
9
|
-
remote: https://rubygems.org/
|
10
|
-
specs:
|
11
|
-
actionpack (5.2.3)
|
12
|
-
actionview (= 5.2.3)
|
13
|
-
activesupport (= 5.2.3)
|
14
|
-
rack (~> 2.0)
|
15
|
-
rack-test (>= 0.6.3)
|
16
|
-
rails-dom-testing (~> 2.0)
|
17
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
18
|
-
actionview (5.2.3)
|
19
|
-
activesupport (= 5.2.3)
|
20
|
-
builder (~> 3.1)
|
21
|
-
erubi (~> 1.4)
|
22
|
-
rails-dom-testing (~> 2.0)
|
23
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
24
|
-
activesupport (5.2.3)
|
25
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
26
|
-
i18n (>= 0.7, < 2)
|
27
|
-
minitest (~> 5.1)
|
28
|
-
tzinfo (~> 1.1)
|
29
|
-
addressable (2.6.0)
|
30
|
-
public_suffix (>= 2.0.2, < 4.0)
|
31
|
-
ast (2.4.0)
|
32
|
-
builder (3.2.3)
|
33
|
-
capybara (3.24.0)
|
34
|
-
addressable
|
35
|
-
mini_mime (>= 0.1.3)
|
36
|
-
nokogiri (~> 1.8)
|
37
|
-
rack (>= 1.6.0)
|
38
|
-
rack-test (>= 0.6.3)
|
39
|
-
regexp_parser (~> 1.5)
|
40
|
-
xpath (~> 3.2)
|
41
|
-
childprocess (1.0.1)
|
42
|
-
rake (< 13.0)
|
43
|
-
coderay (1.1.2)
|
44
|
-
concurrent-ruby (1.1.5)
|
45
|
-
crass (1.0.4)
|
46
|
-
erubi (1.8.0)
|
47
|
-
ffi (1.11.1)
|
48
|
-
formatador (0.2.5)
|
49
|
-
guard (2.15.0)
|
50
|
-
formatador (>= 0.2.4)
|
51
|
-
listen (>= 2.7, < 4.0)
|
52
|
-
lumberjack (>= 1.0.12, < 2.0)
|
53
|
-
nenv (~> 0.1)
|
54
|
-
notiffany (~> 0.0)
|
55
|
-
pry (>= 0.9.12)
|
56
|
-
shellany (~> 0.0)
|
57
|
-
thor (>= 0.18.1)
|
58
|
-
guard-compat (1.2.1)
|
59
|
-
guard-minitest (2.4.6)
|
60
|
-
guard-compat (~> 1.2)
|
61
|
-
minitest (>= 3.0)
|
62
|
-
i18n (1.6.0)
|
63
|
-
concurrent-ruby (~> 1.0)
|
64
|
-
jaro_winkler (1.5.3)
|
65
|
-
listen (3.1.5)
|
66
|
-
rb-fsevent (~> 0.9, >= 0.9.4)
|
67
|
-
rb-inotify (~> 0.9, >= 0.9.7)
|
68
|
-
ruby_dep (~> 1.2)
|
69
|
-
loofah (2.2.3)
|
70
|
-
crass (~> 1.0.2)
|
71
|
-
nokogiri (>= 1.5.9)
|
72
|
-
lumberjack (1.0.13)
|
73
|
-
method_source (0.9.2)
|
74
|
-
mini_mime (1.0.1)
|
75
|
-
mini_portile2 (2.4.0)
|
76
|
-
minitest (5.11.3)
|
77
|
-
nenv (0.3.0)
|
78
|
-
nokogiri (1.10.3)
|
79
|
-
mini_portile2 (~> 2.4.0)
|
80
|
-
notiffany (0.1.1)
|
81
|
-
nenv (~> 0.1)
|
82
|
-
shellany (~> 0.0)
|
83
|
-
parallel (1.17.0)
|
84
|
-
parser (2.6.3.0)
|
85
|
-
ast (~> 2.4.0)
|
86
|
-
pry (0.12.2)
|
87
|
-
coderay (~> 1.1.0)
|
88
|
-
method_source (~> 0.9.0)
|
89
|
-
public_suffix (3.1.0)
|
90
|
-
rack (2.0.7)
|
91
|
-
rack-test (1.1.0)
|
92
|
-
rack (>= 1.0, < 3)
|
93
|
-
rails-dom-testing (2.0.3)
|
94
|
-
activesupport (>= 4.2.0)
|
95
|
-
nokogiri (>= 1.6)
|
96
|
-
rails-html-sanitizer (1.0.4)
|
97
|
-
loofah (~> 2.2, >= 2.2.2)
|
98
|
-
railties (5.2.3)
|
99
|
-
actionpack (= 5.2.3)
|
100
|
-
activesupport (= 5.2.3)
|
101
|
-
method_source
|
102
|
-
rake (>= 0.8.7)
|
103
|
-
thor (>= 0.19.0, < 2.0)
|
104
|
-
rainbow (3.0.0)
|
105
|
-
rake (10.5.0)
|
106
|
-
rb-fsevent (0.10.3)
|
107
|
-
rb-inotify (0.10.0)
|
108
|
-
ffi (~> 1.0)
|
109
|
-
regexp_parser (1.5.1)
|
110
|
-
rubocop (0.71.0)
|
111
|
-
jaro_winkler (~> 1.5.1)
|
112
|
-
parallel (~> 1.10)
|
113
|
-
parser (>= 2.6)
|
114
|
-
rainbow (>= 2.2.2, < 4.0)
|
115
|
-
ruby-progressbar (~> 1.7)
|
116
|
-
unicode-display_width (>= 1.4.0, < 1.7)
|
117
|
-
rubocop-performance (1.3.0)
|
118
|
-
rubocop (>= 0.68.0)
|
119
|
-
rubocop-rails (2.0.1)
|
120
|
-
rack (>= 1.1)
|
121
|
-
rubocop (>= 0.70.0)
|
122
|
-
rubocop-rails_config (0.6.2)
|
123
|
-
railties (>= 3.0)
|
124
|
-
rubocop (~> 0.70)
|
125
|
-
rubocop-performance (~> 1.3)
|
126
|
-
rubocop-rails (~> 2.0)
|
127
|
-
ruby-progressbar (1.10.1)
|
128
|
-
ruby_dep (1.5.0)
|
129
|
-
rubyzip (1.2.3)
|
130
|
-
selenium-webdriver (3.142.3)
|
131
|
-
childprocess (>= 0.5, < 2.0)
|
132
|
-
rubyzip (~> 1.2, >= 1.2.2)
|
133
|
-
shellany (0.0.1)
|
134
|
-
thor (0.20.3)
|
135
|
-
thread_safe (0.3.6)
|
136
|
-
tzinfo (1.2.5)
|
137
|
-
thread_safe (~> 0.1)
|
138
|
-
unicode-display_width (1.6.0)
|
139
|
-
webdrivers (4.0.1)
|
140
|
-
nokogiri (~> 1.6)
|
141
|
-
rubyzip (~> 1.0)
|
142
|
-
selenium-webdriver (>= 3.0, < 4.0)
|
143
|
-
xpath (3.2.0)
|
144
|
-
nokogiri (~> 1.8)
|
145
|
-
|
146
|
-
PLATFORMS
|
147
|
-
ruby
|
148
|
-
|
149
|
-
DEPENDENCIES
|
150
|
-
bundler (~> 2.0)
|
151
|
-
guard (~> 2.15)
|
152
|
-
guard-minitest (~> 2.4)
|
153
|
-
instagrammer!
|
154
|
-
minitest (~> 5.0)
|
155
|
-
rake (~> 10.0)
|
156
|
-
rubocop-rails_config (~> 0.6)
|
157
|
-
|
158
|
-
BUNDLED WITH
|
159
|
-
2.0.2
|