insta_scrape 1.1.3 → 1.1.4

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: df0bc7e6b5141cf6b562799acb5cd1a779a39306
4
- data.tar.gz: c23aca7fda329193195ef531b9949de666c6936a
3
+ metadata.gz: 236cf88defe9a709f0cfb48015353c90494f9d6d
4
+ data.tar.gz: 98d33865b146f25c3e89f9b43bef5346e4762ee9
5
5
  SHA512:
6
- metadata.gz: 1b2f7e871cb0dc8be077260c85daea7d76324af59ccdf44fbe566f29b364a1fe550f1fa95b0219163646f2900930d247a08ff22a221dc5e735a080dc8855ee94
7
- data.tar.gz: 96da2fbf7ad431d7a116c4e3ac71bbf3e441f9be134609c8113e58001cdefb6188ce99320acb0e0fa0f3b11b019fb99087dc74c0114e7230d321e6daef3ddbd9
6
+ metadata.gz: 5fecbc3c4f3ed014dbb3faafbdf7ca1d7dda65c858fd0c44a90bc1bea69d7e57f6189c753179895f8f18f20b370314374ea416a1a51bd3c11b6bb80e736b64ec
7
+ data.tar.gz: dd176e1e9f071a56b1f75d17e4f807cdf8391ab2ca2dbeb644dce6cd043fc5bf1ed5ac52061920c8b60aa124efcc3223d03ccd8a0d01a2981f877a953a52d1cc
@@ -91,7 +91,7 @@ module InstaScrape
91
91
  likes = page.find("div section span span")["innerHTML"]
92
92
  info = InstaScrape::InstagramPost.new(post[:link], post[:image], {
93
93
  date: date,
94
- text: text,
94
+ text: post[:text],
95
95
  username: username,
96
96
  hi_res_image: hi_res_image,
97
97
  likes: likes
@@ -1,3 +1,3 @@
1
1
  module InstaScrape
2
- VERSION = "1.1.3"
2
+ VERSION = "1.1.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: insta_scrape
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - dannyvassallo
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-06-07 00:00:00.000000000 Z
11
+ date: 2017-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -190,11 +190,6 @@ files:
190
190
  - Rakefile
191
191
  - bin/console
192
192
  - bin/setup
193
- - insta_scrape-0.1.0.gem
194
- - insta_scrape-1.0.0.gem
195
- - insta_scrape-1.1.0.gem
196
- - insta_scrape-1.1.1.gem
197
- - insta_scrape-1.1.2.gem
198
193
  - insta_scrape.gemspec
199
194
  - lib/dependencies.rb
200
195
  - lib/init/poltergeist.rb
Binary file
Binary file
Binary file
Binary file
Binary file