vore 0.2.2-x86_64-darwin → 0.2.4-x86_64-darwin

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5e3cf9efca051fe9cb002a0fbae78e520880a13d90192416875174e208a42a53
4
- data.tar.gz: 3d9c3a6ca47d3d7c0b1f15bb6311d54ab7e172390e55c7fad83b76480be03a31
3
+ metadata.gz: 2d48f8e0f2bd479af664769d0c0781f04746a2367f2d3dcf0d9f8845020c6f17
4
+ data.tar.gz: 154f154fcc46dbb6df0ffe9da4af15b13ce78f33711157bb1cdd90f5d3363467
5
5
  SHA512:
6
- metadata.gz: 016c40c00eb7914370c2bfaeea8fffcd99c5449a6b786d6c5e97802e7ee504c4ebef4c08758dc13fb5b27cb7ecf57d71b91fe30f9bdc150929973a30135cb45a
7
- data.tar.gz: edefee484a4de8340d2e9171c5b5e7a8d1e433daf4920bca860df892c3471f45a91e9e2b94ca000200a32ad98d0ef5e7ce683d19b6f77a9f27ea8e335f9f541e
6
+ metadata.gz: ca6d066f2162526c37480f539481fa4c02c4d3ea009368b937d600a90170cf7aad2da99e01403c365810036c412a179f3ffaaae1872ea528fab31363e29e52a9
7
+ data.tar.gz: 91326f86dbd7af495039aeb08d057b965c4db8d79614863c1f58be0bab471cc047388f7b60aa3e0703fd4287dd706ab4f60735130960712040c8d75f032f421f
data/exe/vore-spider CHANGED
Binary file
data/lib/vore/crawler.rb CHANGED
@@ -31,7 +31,7 @@ module Vore
31
31
 
32
32
  output = %x(#{@executable} \
33
33
  --user-agent #{user_agent} \
34
- --delay 3000
34
+ --delay 3000 \
35
35
  --url #{website} \
36
36
  download \
37
37
  -t \
data/lib/vore/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Vore
4
- VERSION = "0.2.2"
4
+ VERSION = "0.2.4"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vore
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.4
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - Garen J. Torikian
@@ -29,8 +29,7 @@ description:
29
29
  email:
30
30
  - gjtorikian@users.noreply.github.com
31
31
  executables: []
32
- extensions:
33
- - ext/vore/Cargo.toml
32
+ extensions: []
34
33
  extra_rdoc_files: []
35
34
  files:
36
35
  - Cargo.lock