wombat 2.8.0 → 2.9.0

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
  SHA256:
3
- metadata.gz: bb1c11ccd6d54a4b1cdd9f9f4841803020bd56585feffd411a8d21813d811b27
4
- data.tar.gz: f77dc116067bddd1b01cb48de6d314b4285f929772b6546b9e6689cd6022f01b
3
+ metadata.gz: 9ea56430f4d0d0b96967275b8ed4a4f2e9ff3328bfffcd28aa0eccfcc6c654bd
4
+ data.tar.gz: 6792ea14758c23aad022e6cb2282e23f82d547e0925d3e0c7530c5518f222305
5
5
  SHA512:
6
- metadata.gz: 4892667469be2d4001b93d84e255b07bc7007f81dc8eb4630590388351cc9e6754e2887b9fbd61fc35f423e2db00bf58cab0141753d43cf4b5734dd1f23e951a
7
- data.tar.gz: 86a289188d0b12010157d0c979f4bbe3420a31a91cb8783b17286e01b23772085b832ae2c6a6dd0f2e5a253ec9a8a3cf666217fb74a5bf7f066c09e1ac4f2772
6
+ metadata.gz: f1d62406042a90c6b3dfa7d6e441a66a96053c77899e368e01a793f4dadcd3b235f5f69cc3e9a024945bb0db171772a87663faa718cd1854b5919776fcd18562
7
+ data.tar.gz: 0c224f9f2ce4810a4234ea479f33919856dbe854396dbca38f2a32502235ba4d771042338295ac022351bd2d4715322ac9a9f26c91c98d2d356e99fbbb51eca1
@@ -1,7 +1,8 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.2.2
4
3
  - 2.3.0
5
4
  - 2.4.1
5
+ - 2.5.0
6
+ - 2.6.3
6
7
  notifications:
7
8
  webhooks: https://app.fossa.io/hooks/travisci
@@ -1,4 +1,8 @@
1
- ### version 2.6.0 (2017-11-24)
1
+ ### version 2.8.0 (2018-11-27)
2
+
3
+ * Bump rack to version 2.0.6
4
+
5
+ ### version 2.7.0 (2017-11-24)
2
6
 
3
7
  * Bump activesupport to version 5.1.4
4
8
 
@@ -1,32 +1,32 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
- activesupport (5.2.0)
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.0.5)
11
+ concurrent-ruby (1.1.5)
12
12
  connection_pool (2.2.2)
13
- coveralls (0.8.22)
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 (~> 0.19.4)
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.1)
25
- domain_name (0.5.20180417)
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.4.0)
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.3.7)
38
- hashie (3.5.7)
39
- highline (2.0.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.1)
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.1.0)
56
- jwt (1.5.6)
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.3.0)
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.0.0)
71
+ multipart-post (2.1.1)
72
72
  net-http-digest_auth (1.4.1)
73
- net-http-persistent (3.0.0)
73
+ net-http-persistent (3.0.1)
74
74
  connection_pool (~> 2.2)
75
75
  netrc (0.11.0)
76
- nokogiri (1.8.4)
77
- mini_portile2 (~> 2.3.0)
76
+ nokogiri (1.10.3)
77
+ mini_portile2 (~> 2.4.0)
78
78
  ntlm-http (0.1.1)
79
- oauth2 (1.4.0)
80
- faraday (>= 0.8, < 0.13)
81
- jwt (~> 1.0)
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.2)
86
- rack (2.0.6)
87
- rake (12.3.1)
88
- rdoc (6.0.4)
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.7.0)
94
- rspec-core (~> 3.7.0)
95
- rspec-expectations (~> 3.7.0)
96
- rspec-mocks (~> 3.7.0)
97
- rspec-core (3.7.1)
98
- rspec-support (~> 3.7.0)
99
- rspec-expectations (3.7.0)
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.7.0)
102
- rspec-mocks (3.7.0)
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.7.0)
105
- rspec-support (3.7.1)
106
- safe_yaml (1.0.4)
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.6.0)
113
+ term-ansicolor (1.7.1)
114
114
  tins (~> 1.0)
115
- thor (0.19.4)
115
+ thor (0.20.3)
116
116
  thread_safe (0.3.6)
117
- tins (1.16.3)
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.5)
123
- vcr (4.0.0)
124
- webmock (3.4.2)
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.15)
129
+ yard (0.9.20)
130
130
 
131
131
  PLATFORMS
132
132
  ruby
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.8.0
1
+ 2.9.0
@@ -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.8.0 ruby lib
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.8.0"
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 = "2018-11-28"
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.8.0
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: 2018-11-28 00:00:00.000000000 Z
11
+ date: 2019-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mechanize