gis_scraper 0.1.1.pre → 0.1.2.pre
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 +4 -4
- data/.gitignore +1 -0
- data/exe/gisget +2 -0
- data/lib/gis_scraper/version.rb +1 -1
- data/lib/gis_scraper.rb +4 -4
- metadata +1 -2
- data/Gemfile.lock +0 -62
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 707ed88a572b008ddf44c0b67dd6fbd23cf78b3e
|
|
4
|
+
data.tar.gz: c5e8da833c1459487d31f81ccf0421676fe2cdf1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aa9e8ad923993aad591c43fc2d3bdf50e9ba9500504ebff4947781a0a9641d2cc5254ca6f701aa2961c84665685196680fb67afeb5c97fcf67eda736dc1303ed
|
|
7
|
+
data.tar.gz: 51dbfe5cf8d3dbf72dc8f3ca772514857cef062f585a91067613f7cb1f59d848c6a5f338c5de8acdf70d1b6dd91247910377b56bdf016c628fa767e344267f8e
|
data/.gitignore
CHANGED
data/exe/gisget
CHANGED
data/lib/gis_scraper/version.rb
CHANGED
data/lib/gis_scraper.rb
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
require 'gis_scraper/version'
|
|
2
|
-
require 'gis_scraper/feature_scraper'
|
|
3
|
-
require 'gis_scraper/layer'
|
|
4
|
-
|
|
5
1
|
require 'yaml'
|
|
6
2
|
require 'mechanize'
|
|
7
3
|
require 'parallel'
|
|
8
4
|
|
|
5
|
+
require 'gis_scraper/version'
|
|
6
|
+
require 'gis_scraper/feature_scraper'
|
|
7
|
+
require 'gis_scraper/layer'
|
|
8
|
+
|
|
9
9
|
# stackoverflow.com/questions/6233124/where-to-place-access-config-file-in-gem
|
|
10
10
|
module GisScraper
|
|
11
11
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gis_scraper
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2.pre
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bruce Steedman
|
|
@@ -92,7 +92,6 @@ files:
|
|
|
92
92
|
- ".rspec"
|
|
93
93
|
- ".travis.yml"
|
|
94
94
|
- Gemfile
|
|
95
|
-
- Gemfile.lock
|
|
96
95
|
- LICENSE.txt
|
|
97
96
|
- README.md
|
|
98
97
|
- Rakefile
|
data/Gemfile.lock
DELETED
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
gis_scraper (0.1.1.pre)
|
|
5
|
-
mechanize (~> 2.7)
|
|
6
|
-
parallel (~> 1.6)
|
|
7
|
-
|
|
8
|
-
GEM
|
|
9
|
-
remote: https://rubygems.org/
|
|
10
|
-
specs:
|
|
11
|
-
diff-lcs (1.2.5)
|
|
12
|
-
domain_name (0.5.25)
|
|
13
|
-
unf (>= 0.0.5, < 1.0.0)
|
|
14
|
-
http-cookie (1.0.2)
|
|
15
|
-
domain_name (~> 0.5)
|
|
16
|
-
mechanize (2.7.3)
|
|
17
|
-
domain_name (~> 0.5, >= 0.5.1)
|
|
18
|
-
http-cookie (~> 1.0)
|
|
19
|
-
mime-types (~> 2.0)
|
|
20
|
-
net-http-digest_auth (~> 1.1, >= 1.1.1)
|
|
21
|
-
net-http-persistent (~> 2.5, >= 2.5.2)
|
|
22
|
-
nokogiri (~> 1.4)
|
|
23
|
-
ntlm-http (~> 0.1, >= 0.1.1)
|
|
24
|
-
webrobots (>= 0.0.9, < 0.2)
|
|
25
|
-
mime-types (2.99)
|
|
26
|
-
mini_portile2 (2.0.0)
|
|
27
|
-
net-http-digest_auth (1.4)
|
|
28
|
-
net-http-persistent (2.9.4)
|
|
29
|
-
nokogiri (1.6.7.1)
|
|
30
|
-
mini_portile2 (~> 2.0.0.rc2)
|
|
31
|
-
ntlm-http (0.1.1)
|
|
32
|
-
parallel (1.6.1)
|
|
33
|
-
rake (10.4.2)
|
|
34
|
-
rspec (3.3.0)
|
|
35
|
-
rspec-core (~> 3.3.0)
|
|
36
|
-
rspec-expectations (~> 3.3.0)
|
|
37
|
-
rspec-mocks (~> 3.3.0)
|
|
38
|
-
rspec-core (3.3.2)
|
|
39
|
-
rspec-support (~> 3.3.0)
|
|
40
|
-
rspec-expectations (3.3.1)
|
|
41
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
42
|
-
rspec-support (~> 3.3.0)
|
|
43
|
-
rspec-mocks (3.3.2)
|
|
44
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
45
|
-
rspec-support (~> 3.3.0)
|
|
46
|
-
rspec-support (3.3.0)
|
|
47
|
-
unf (0.1.4)
|
|
48
|
-
unf_ext
|
|
49
|
-
unf_ext (0.0.7.1)
|
|
50
|
-
webrobots (0.1.1)
|
|
51
|
-
|
|
52
|
-
PLATFORMS
|
|
53
|
-
ruby
|
|
54
|
-
|
|
55
|
-
DEPENDENCIES
|
|
56
|
-
bundler (~> 1.11)
|
|
57
|
-
gis_scraper!
|
|
58
|
-
rake (~> 10.0)
|
|
59
|
-
rspec (~> 3.0)
|
|
60
|
-
|
|
61
|
-
BUNDLED WITH
|
|
62
|
-
1.11.2
|