vore 0.2.2-arm64-darwin → 0.2.4-arm64-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: 61ddb28c73e9dcda499667e7440f3a185cefb14195304f74a84e9920e986535c
4
- data.tar.gz: c1904fda0864dba3f2aa444430d66e7485b41b39d19592a20bd59a067125221e
3
+ metadata.gz: e044d9c91a09ea2eb0f47dc8bb2d3a5e0abff2322dbc8c1f51cdb31084b63c24
4
+ data.tar.gz: ba2577612e63bf1cace5bba728ebee3cc05ee6b61fd90b9c6a5fc96661530091
5
5
  SHA512:
6
- metadata.gz: 5015b25a45cb9bd7c36ad85319416f314bfe63f16daf3bd910ef082cba0eef2885656bc43372e2b4c5d02570931892063511b1a327f967b8045b0e0c306c995d
7
- data.tar.gz: 7ee0bd863322612f060491237bae1253d2cc57682dac9d4a58a25eaf198ff8145f7e53101b5715c42a41e8cb8c9c0c26ed4c8f0d15b21fd39052bf19b826a150
6
+ metadata.gz: 4c28b91949af0f67c0956a82a84ce469b3ac21fc05eae0e6610397c5df4fb50edd2a69629836312fccda153931bfb323a06bde8100ed48255d8bbb2fae082bf4
7
+ data.tar.gz: cd36d648f12d7b82e77ed5be02d6498c4b79a5ad35545756bec47a1e2f6ea71b8cf983445e088ced14427a0c2a299acf36c22a0f99e0927cd6f74c268415ff51
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: arm64-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