lobbyliste 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a4ec8ab1a342db01916730a29a6061d70dd9e4f0
4
- data.tar.gz: b65292668e6d0256df3c1b517a84157838a1a0c8
3
+ metadata.gz: 1e86dd5685124c61635591609e624a896545ba97
4
+ data.tar.gz: c2bdca53a150b9a9d927d72e393dba7e6ddedde3
5
5
  SHA512:
6
- metadata.gz: d119a69036498b8e8d124bb1a1a6244a5904ffb9576c68ae08afe7078318601bb6040678ba9a0598bf223f0dc9265bc157bb366e9eb1a6b46e93d798edd69910
7
- data.tar.gz: fd4984edf6a3ef34632ca714911a871a52ea5160858188dc7c235e7fb7fdab682827f16ce1e7691ce359525cd63f77f8f86b37f73170009a92e039c8eb02f3b5
6
+ metadata.gz: 1fc5c3473db62e0a230d0b1bd07d7022766052d87445178183494ea98c768b86bc71b9d446b23f0557791fb88a2403986e228d5571fc4ae3b2daff2be74ac941
7
+ data.tar.gz: 06afc4ba373e8710ff511fba0efd728b5f1706587b1973af4bea0c17e10e292187a88254945600970a437c82529dc992c7bef64291e80a516a58c9a551ac4b4f
@@ -1,3 +1,3 @@
1
1
  module Lobbyliste
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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/DarthMax/lobbyliste"
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.0
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/DarthMax/lobbyliste
145
+ homepage: https://github.com/FHG-IMW/lobbyliste
146
146
  licenses:
147
147
  - MIT
148
148
  metadata: {}