wombat 2.6.0 → 2.7.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 -0
- data/Gemfile.lock +6 -5
- data/README.md +11 -1
- data/VERSION +1 -1
- data/wombat.gemspec +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ef7f7d671f17df14243cfc36b868664cf3d3a04f
|
4
|
+
data.tar.gz: a7f7324fbdc44c953c99413a2e63cfcb3d54219f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 15ad688b7c89f9496d1bfce7a68b18c61be1ac9a8623b49416837231c82b5ae08c2deae21219f832c755218ca40dd01255fcf5937796bffcc8ee344a3e780823
|
7
|
+
data.tar.gz: bab3a6754523e12cd41f75dd92a50d5f8216599e15860821cc189168a76b9f543733f46f8afc2ca15ca9a1e49d8e0137f2ce170ba0ee91d40e7b18db62081c05
|
data/.travis.yml
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
GEM
|
2
2
|
remote: http://rubygems.org/
|
3
3
|
specs:
|
4
|
-
activesupport (5.1.
|
4
|
+
activesupport (5.1.4)
|
5
5
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
6
6
|
i18n (~> 0.7)
|
7
7
|
minitest (~> 5.1)
|
@@ -38,7 +38,8 @@ GEM
|
|
38
38
|
highline (1.7.8)
|
39
39
|
http-cookie (1.0.3)
|
40
40
|
domain_name (~> 0.5)
|
41
|
-
i18n (0.
|
41
|
+
i18n (0.9.1)
|
42
|
+
concurrent-ruby (~> 1.0)
|
42
43
|
jeweler (2.3.5)
|
43
44
|
builder
|
44
45
|
bundler (>= 1.0)
|
@@ -65,7 +66,7 @@ GEM
|
|
65
66
|
mime-types-data (~> 3.2015)
|
66
67
|
mime-types-data (3.2016.0521)
|
67
68
|
mini_portile2 (2.1.0)
|
68
|
-
minitest (5.10.
|
69
|
+
minitest (5.10.3)
|
69
70
|
multi_json (1.12.1)
|
70
71
|
multi_xml (0.6.0)
|
71
72
|
multipart-post (2.0.0)
|
@@ -114,7 +115,7 @@ GEM
|
|
114
115
|
thor (0.19.4)
|
115
116
|
thread_safe (0.3.6)
|
116
117
|
tins (1.15.0)
|
117
|
-
tzinfo (1.2.
|
118
|
+
tzinfo (1.2.4)
|
118
119
|
thread_safe (~> 0.1)
|
119
120
|
unf (0.1.4)
|
120
121
|
unf_ext
|
@@ -140,4 +141,4 @@ DEPENDENCIES
|
|
140
141
|
yard
|
141
142
|
|
142
143
|
BUNDLED WITH
|
143
|
-
1.
|
144
|
+
1.16.0
|
data/README.md
CHANGED
@@ -1,12 +1,18 @@
|
|
1
1
|
# Wombat
|
2
2
|
|
3
|
-
[![Gem Version](https://badge.fury.io/rb/wombat.svg)](https://badge.fury.io/rb/wombat)
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/wombat.svg)](https://badge.fury.io/rb/wombat)
|
4
|
+
[![CI Build Status](https://secure.travis-ci.org/felipecsl/wombat.png?branch=master)][travis]
|
5
|
+
[![Dependency Status](https://gemnasium.com/felipecsl/wombat.png?travis)][gemnasium]
|
6
|
+
[![Code Climate](https://codeclimate.com/github/felipecsl/wombat.png)][codeclimate]
|
7
|
+
[![Coverage Status](https://coveralls.io/repos/felipecsl/wombat/badge.png?branch=master)][coveralls]
|
8
|
+
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Ffelipecsl%2Fwombat.svg?type=shield)][fossa]
|
4
9
|
|
5
10
|
[rubygems]: http://rubygems.org/gems/wombat
|
6
11
|
[travis]: http://travis-ci.org/felipecsl/wombat
|
7
12
|
[gemnasium]: https://gemnasium.com/felipecsl/wombat
|
8
13
|
[codeclimate]: https://codeclimate.com/github/felipecsl/wombat
|
9
14
|
[coveralls]: https://coveralls.io/r/felipecsl/wombat?branch=master
|
15
|
+
[fossa]: https://app.fossa.io/projects/git%2Bgithub.com%2Ffelipecsl%2Fwombat?ref=badge_shield
|
10
16
|
|
11
17
|
Web scraper with an elegant DSL that parses structured data from web pages.
|
12
18
|
|
@@ -85,3 +91,7 @@ end
|
|
85
91
|
## Copyright
|
86
92
|
|
87
93
|
Copyright (c) 2012 Felipe Lima. See LICENSE.txt for further details.
|
94
|
+
|
95
|
+
|
96
|
+
## License
|
97
|
+
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Ffelipecsl%2Fwombat.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Ffelipecsl%2Fwombat?ref=badge_large)
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.
|
1
|
+
2.7.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.7.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.7.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 = "2017-
|
14
|
+
s.date = "2017-11-24"
|
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 = [
|
@@ -86,7 +86,7 @@ Gem::Specification.new do |s|
|
|
86
86
|
s.homepage = "http://felipecsl.github.com/wombat".freeze
|
87
87
|
s.licenses = ["MIT".freeze]
|
88
88
|
s.required_ruby_version = Gem::Requirement.new(">= 1.9".freeze)
|
89
|
-
s.rubygems_version = "2.6.
|
89
|
+
s.rubygems_version = "2.6.8".freeze
|
90
90
|
s.summary = "Ruby DSL to scrape web pages".freeze
|
91
91
|
|
92
92
|
if s.respond_to? :specification_version then
|
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.7.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: 2017-
|
11
|
+
date: 2017-11-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mechanize
|
@@ -255,7 +255,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
255
255
|
version: '0'
|
256
256
|
requirements: []
|
257
257
|
rubyforge_project:
|
258
|
-
rubygems_version: 2.6.
|
258
|
+
rubygems_version: 2.6.8
|
259
259
|
signing_key:
|
260
260
|
specification_version: 4
|
261
261
|
summary: Ruby DSL to scrape web pages
|