yasuri 3.3.1 → 3.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/yasuri/version.rb +1 -1
- data/yasuri.gemspec +2 -2
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a84e464258f0555bd57c1b55a15de18d81d5d4f3a0fb434c8ed504c0d5fee635
|
4
|
+
data.tar.gz: d1676bf193f12060bcc8aa58bd7a7cef7840af53581327cc4676f862e2dc9144
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 954000cf7a5103fcfe915b9adcea85362e7b77662e0ea7c5498db0276a9c3c5ea929129d1e2b270f8ef3440f11b6bc8326a8e383c5c91494030ba08aef602aba
|
7
|
+
data.tar.gz: 357dfb4d5adb82f0f3ea54ef343f391b0f25c0d8c46e4e74f2d595962e192f837194fcef417865851b3ca748b1a481968a74ec7c0a9fcc868baa46d40eaeaaf2
|
data/lib/yasuri/version.rb
CHANGED
data/yasuri.gemspec
CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.version = Yasuri::VERSION
|
9
9
|
spec.authors = ['TAC']
|
10
10
|
spec.email = ['tac@tac42.net']
|
11
|
-
spec.summary = %q{Yasuri is
|
12
|
-
spec.description = %q{Yasuri is
|
11
|
+
spec.summary = %q{Yasuri (鑢) is a library for declarative web scraping and cli.}
|
12
|
+
spec.description = %q{Yasuri (鑢) is a library for declarative web scraping and a command line tool for scraping with it.}
|
13
13
|
spec.homepage = 'https://github.com/tac0x2a/yasuri'
|
14
14
|
spec.license = 'MIT'
|
15
15
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: yasuri
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.3.
|
4
|
+
version: 3.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- TAC
|
@@ -206,7 +206,8 @@ dependencies:
|
|
206
206
|
- - ">="
|
207
207
|
- !ruby/object:Gem::Version
|
208
208
|
version: '0'
|
209
|
-
description: Yasuri is
|
209
|
+
description: Yasuri (鑢) is a library for declarative web scraping and a command line
|
210
|
+
tool for scraping with it.
|
210
211
|
email:
|
211
212
|
- tac@tac42.net
|
212
213
|
executables:
|
@@ -293,7 +294,7 @@ requirements: []
|
|
293
294
|
rubygems_version: 3.2.3
|
294
295
|
signing_key:
|
295
296
|
specification_version: 4
|
296
|
-
summary: Yasuri is
|
297
|
+
summary: Yasuri (鑢) is a library for declarative web scraping and cli.
|
297
298
|
test_files:
|
298
299
|
- spec/cli_resources/tree.json
|
299
300
|
- spec/cli_resources/tree.yml
|