justiz 0.1.3 → 0.2.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 +4 -4
- data/justiz.gemspec +1 -1
- data/lib/justiz/contact.rb +29 -2
- data/lib/justiz/scraper/courts.rb +12 -5
- data/lib/justiz/version.rb +1 -1
- data/spec/lib/contact_spec.rb +12 -0
- data/spec/lib/scraper/courts_spec.rb +13 -6
- data/spec/vcr/courts/zvg_nrw.yml +3009 -0
- metadata +5 -3
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: justiz
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Park
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-06-
|
11
|
+
date: 2013-06-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mechanize
|
@@ -156,7 +156,8 @@ files:
|
|
156
156
|
- spec/vcr/courts/homepage.yml
|
157
157
|
- spec/vcr/courts/nrw.yml
|
158
158
|
- spec/vcr/courts/sg_b.yml
|
159
|
-
|
159
|
+
- spec/vcr/courts/zvg_nrw.yml
|
160
|
+
homepage: https://github.com/mike-park/justiz
|
160
161
|
licenses:
|
161
162
|
- MIT
|
162
163
|
metadata: {}
|
@@ -192,3 +193,4 @@ test_files:
|
|
192
193
|
- spec/vcr/courts/homepage.yml
|
193
194
|
- spec/vcr/courts/nrw.yml
|
194
195
|
- spec/vcr/courts/sg_b.yml
|
196
|
+
- spec/vcr/courts/zvg_nrw.yml
|