lobbyliste 0.1.0 → 0.1.1
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/lib/lobbyliste/version.rb +1 -1
- data/lobbyliste.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1e86dd5685124c61635591609e624a896545ba97
|
|
4
|
+
data.tar.gz: c2bdca53a150b9a9d927d72e393dba7e6ddedde3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1fc5c3473db62e0a230d0b1bd07d7022766052d87445178183494ea98c768b86bc71b9d446b23f0557791fb88a2403986e228d5571fc4ae3b2daff2be74ac941
|
|
7
|
+
data.tar.gz: 06afc4ba373e8710ff511fba0efd728b5f1706587b1973af4bea0c17e10e292187a88254945600970a437c82529dc992c7bef64291e80a516a58c9a551ac4b4f
|
data/lib/lobbyliste/version.rb
CHANGED
data/lobbyliste.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Ruby crawler for the list of lobbyists published by German Bundestag}
|
|
13
13
|
spec.description = %q{This gem crawls and parses the the list of lobbyists which is published as a PDF by the German Bundestag. }
|
|
14
|
-
spec.homepage = "https://github.com/
|
|
14
|
+
spec.homepage = "https://github.com/FHG-IMW/lobbyliste"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lobbyliste
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- DarthMax
|
|
@@ -142,7 +142,7 @@ files:
|
|
|
142
142
|
- lib/lobbyliste/person.rb
|
|
143
143
|
- lib/lobbyliste/version.rb
|
|
144
144
|
- lobbyliste.gemspec
|
|
145
|
-
homepage: https://github.com/
|
|
145
|
+
homepage: https://github.com/FHG-IMW/lobbyliste
|
|
146
146
|
licenses:
|
|
147
147
|
- MIT
|
|
148
148
|
metadata: {}
|