wombat 2.8.0 → 2.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +2 -1
- data/CHANGELOG.md +5 -1
- data/Gemfile.lock +45 -45
- data/VERSION +1 -1
- data/wombat.gemspec +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ea56430f4d0d0b96967275b8ed4a4f2e9ff3328bfffcd28aa0eccfcc6c654bd
|
4
|
+
data.tar.gz: 6792ea14758c23aad022e6cb2282e23f82d547e0925d3e0c7530c5518f222305
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f1d62406042a90c6b3dfa7d6e441a66a96053c77899e368e01a793f4dadcd3b235f5f69cc3e9a024945bb0db171772a87663faa718cd1854b5919776fcd18562
|
7
|
+
data.tar.gz: 0c224f9f2ce4810a4234ea479f33919856dbe854396dbca38f2a32502235ba4d771042338295ac022351bd2d4715322ac9a9f26c91c98d2d356e99fbbb51eca1
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,32 +1,32 @@
|
|
1
1
|
GEM
|
2
2
|
remote: http://rubygems.org/
|
3
3
|
specs:
|
4
|
-
activesupport (5.2.
|
4
|
+
activesupport (5.2.3)
|
5
5
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
6
6
|
i18n (>= 0.7, < 2)
|
7
7
|
minitest (~> 5.1)
|
8
8
|
tzinfo (~> 1.1)
|
9
9
|
addressable (2.4.0)
|
10
10
|
builder (3.2.3)
|
11
|
-
concurrent-ruby (1.
|
11
|
+
concurrent-ruby (1.1.5)
|
12
12
|
connection_pool (2.2.2)
|
13
|
-
coveralls (0.8.
|
13
|
+
coveralls (0.8.23)
|
14
14
|
json (>= 1.8, < 3)
|
15
15
|
simplecov (~> 0.16.1)
|
16
16
|
term-ansicolor (~> 1.3)
|
17
|
-
thor (
|
17
|
+
thor (>= 0.19.4, < 2.0)
|
18
18
|
tins (~> 1.6)
|
19
19
|
crack (0.4.3)
|
20
20
|
safe_yaml (~> 1.0.0)
|
21
21
|
descendants_tracker (0.0.4)
|
22
22
|
thread_safe (~> 0.3, >= 0.3.1)
|
23
23
|
diff-lcs (1.3)
|
24
|
-
docile (1.3.
|
25
|
-
domain_name (0.5.
|
24
|
+
docile (1.3.2)
|
25
|
+
domain_name (0.5.20190701)
|
26
26
|
unf (>= 0.0.5, < 1.0.0)
|
27
27
|
faraday (0.9.2)
|
28
28
|
multipart-post (>= 1.2, < 3)
|
29
|
-
git (1.
|
29
|
+
git (1.5.0)
|
30
30
|
github_api (0.16.0)
|
31
31
|
addressable (~> 2.4.0)
|
32
32
|
descendants_tracker (~> 0.0.4)
|
@@ -34,12 +34,12 @@ GEM
|
|
34
34
|
hashie (>= 3.4)
|
35
35
|
mime-types (>= 1.16, < 3.0)
|
36
36
|
oauth2 (~> 1.0)
|
37
|
-
hashdiff (0.
|
38
|
-
hashie (3.
|
39
|
-
highline (2.0.
|
37
|
+
hashdiff (0.4.0)
|
38
|
+
hashie (3.6.0)
|
39
|
+
highline (2.0.2)
|
40
40
|
http-cookie (1.0.3)
|
41
41
|
domain_name (~> 0.5)
|
42
|
-
i18n (1.0
|
42
|
+
i18n (1.6.0)
|
43
43
|
concurrent-ruby (~> 1.0)
|
44
44
|
jeweler (2.3.9)
|
45
45
|
builder
|
@@ -52,8 +52,8 @@ GEM
|
|
52
52
|
rake
|
53
53
|
rdoc
|
54
54
|
semver2
|
55
|
-
json (2.
|
56
|
-
jwt (
|
55
|
+
json (2.2.0)
|
56
|
+
jwt (2.2.1)
|
57
57
|
mechanize (2.7.6)
|
58
58
|
domain_name (~> 0.5, >= 0.5.1)
|
59
59
|
http-cookie (~> 1.0)
|
@@ -64,69 +64,69 @@ GEM
|
|
64
64
|
ntlm-http (~> 0.1, >= 0.1.1)
|
65
65
|
webrobots (>= 0.0.9, < 0.2)
|
66
66
|
mime-types (2.99.3)
|
67
|
-
mini_portile2 (2.
|
67
|
+
mini_portile2 (2.4.0)
|
68
68
|
minitest (5.11.3)
|
69
69
|
multi_json (1.13.1)
|
70
70
|
multi_xml (0.6.0)
|
71
|
-
multipart-post (2.
|
71
|
+
multipart-post (2.1.1)
|
72
72
|
net-http-digest_auth (1.4.1)
|
73
|
-
net-http-persistent (3.0.
|
73
|
+
net-http-persistent (3.0.1)
|
74
74
|
connection_pool (~> 2.2)
|
75
75
|
netrc (0.11.0)
|
76
|
-
nokogiri (1.
|
77
|
-
mini_portile2 (~> 2.
|
76
|
+
nokogiri (1.10.3)
|
77
|
+
mini_portile2 (~> 2.4.0)
|
78
78
|
ntlm-http (0.1.1)
|
79
|
-
oauth2 (1.4.
|
80
|
-
faraday (>= 0.8, < 0.
|
81
|
-
jwt (
|
79
|
+
oauth2 (1.4.1)
|
80
|
+
faraday (>= 0.8, < 0.16.0)
|
81
|
+
jwt (>= 1.0, < 3.0)
|
82
82
|
multi_json (~> 1.3)
|
83
83
|
multi_xml (~> 0.5)
|
84
84
|
rack (>= 1.2, < 3)
|
85
|
-
psych (3.0
|
86
|
-
rack (2.0.
|
87
|
-
rake (12.3.
|
88
|
-
rdoc (6.
|
85
|
+
psych (3.1.0)
|
86
|
+
rack (2.0.7)
|
87
|
+
rake (12.3.2)
|
88
|
+
rdoc (6.1.1)
|
89
89
|
rest-client (2.0.2)
|
90
90
|
http-cookie (>= 1.0.2, < 2.0)
|
91
91
|
mime-types (>= 1.16, < 4.0)
|
92
92
|
netrc (~> 0.8)
|
93
|
-
rspec (3.
|
94
|
-
rspec-core (~> 3.
|
95
|
-
rspec-expectations (~> 3.
|
96
|
-
rspec-mocks (~> 3.
|
97
|
-
rspec-core (3.
|
98
|
-
rspec-support (~> 3.
|
99
|
-
rspec-expectations (3.
|
93
|
+
rspec (3.8.0)
|
94
|
+
rspec-core (~> 3.8.0)
|
95
|
+
rspec-expectations (~> 3.8.0)
|
96
|
+
rspec-mocks (~> 3.8.0)
|
97
|
+
rspec-core (3.8.2)
|
98
|
+
rspec-support (~> 3.8.0)
|
99
|
+
rspec-expectations (3.8.4)
|
100
100
|
diff-lcs (>= 1.2.0, < 2.0)
|
101
|
-
rspec-support (~> 3.
|
102
|
-
rspec-mocks (3.
|
101
|
+
rspec-support (~> 3.8.0)
|
102
|
+
rspec-mocks (3.8.1)
|
103
103
|
diff-lcs (>= 1.2.0, < 2.0)
|
104
|
-
rspec-support (~> 3.
|
105
|
-
rspec-support (3.
|
106
|
-
safe_yaml (1.0.
|
104
|
+
rspec-support (~> 3.8.0)
|
105
|
+
rspec-support (3.8.2)
|
106
|
+
safe_yaml (1.0.5)
|
107
107
|
semver2 (3.4.2)
|
108
108
|
simplecov (0.16.1)
|
109
109
|
docile (~> 1.1)
|
110
110
|
json (>= 1.8, < 3)
|
111
111
|
simplecov-html (~> 0.10.0)
|
112
112
|
simplecov-html (0.10.2)
|
113
|
-
term-ansicolor (1.
|
113
|
+
term-ansicolor (1.7.1)
|
114
114
|
tins (~> 1.0)
|
115
|
-
thor (0.
|
115
|
+
thor (0.20.3)
|
116
116
|
thread_safe (0.3.6)
|
117
|
-
tins (1.
|
117
|
+
tins (1.21.0)
|
118
118
|
tzinfo (1.2.5)
|
119
119
|
thread_safe (~> 0.1)
|
120
120
|
unf (0.1.4)
|
121
121
|
unf_ext
|
122
|
-
unf_ext (0.0.7.
|
123
|
-
vcr (
|
124
|
-
webmock (3.
|
122
|
+
unf_ext (0.0.7.6)
|
123
|
+
vcr (5.0.0)
|
124
|
+
webmock (3.6.0)
|
125
125
|
addressable (>= 2.3.6)
|
126
126
|
crack (>= 0.3.2)
|
127
|
-
hashdiff
|
127
|
+
hashdiff (>= 0.4.0, < 2.0.0)
|
128
128
|
webrobots (0.1.2)
|
129
|
-
yard (0.9.
|
129
|
+
yard (0.9.20)
|
130
130
|
|
131
131
|
PLATFORMS
|
132
132
|
ruby
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.
|
1
|
+
2.9.0
|
data/wombat.gemspec
CHANGED
@@ -2,16 +2,16 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: wombat 2.
|
5
|
+
# stub: wombat 2.9.0 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "wombat".freeze
|
9
|
-
s.version = "2.
|
9
|
+
s.version = "2.9.0"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
12
12
|
s.require_paths = ["lib".freeze]
|
13
13
|
s.authors = ["Felipe Lima".freeze]
|
14
|
-
s.date = "
|
14
|
+
s.date = "2019-07-10"
|
15
15
|
s.description = "Generic Web crawler with a DSL that parses structured data from web pages".freeze
|
16
16
|
s.email = "felipe.lima@gmail.com".freeze
|
17
17
|
s.extra_rdoc_files = [
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wombat
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.9.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Felipe Lima
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-07-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mechanize
|