contact_congress_parser 0.0.14 → 0.0.15

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f64aad618921e81979ab46c47a08913dd21d2a73
4
- data.tar.gz: c09e8aaf5cef566d51e861523e47ad938a2ce63f
3
+ metadata.gz: 18ff9096e0e919b4912778f65e684ba6167b5592
4
+ data.tar.gz: 80a26522ecb684f83d6f545f342efb10968d37f9
5
5
  SHA512:
6
- metadata.gz: c143c920e44f420f9e59db09b2c66db97b52268080586ab28802c03b2da07c4da7e39efcd7a1381026a2ff81f8aae8b8c3e3813a8181ff409195ac0aa44760fd
7
- data.tar.gz: e5b7d91fa861f9bc182b441d46cf9aab07071f35b30ac984d1a109381e5caed02490ae4e6272976c751e582e19cb69209e3d764c4cacafba544e8912837c5b04
6
+ metadata.gz: 3b640f1eeaa20737622dddd5c966f96691e0a9c8cd92e2c1cea1c41289ba6ac214e0a10a4e67fa46460cd7092b8b3c1576bea30751688b8fc8906cf371c58018
7
+ data.tar.gz: 2499d514cb858b3353f49a092cddbf7a5d54b8f0a13fcdfacf10a1ff40e3a0300cac8b4bc4db6107430d6f576a4f02a0d00081f785f91c9fab182a36dd6eae04
@@ -23,7 +23,7 @@ module ContactCongressParser
23
23
  end
24
24
 
25
25
  def visit_args
26
- '"' + path(data) + '"'
26
+ '"' + data + '"'
27
27
  end
28
28
 
29
29
  def find_args
@@ -1,3 +1,3 @@
1
1
  module ContactCongressParser
2
- VERSION = "0.0.14"
2
+ VERSION = "0.0.15"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contact_congress_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nikias Kalpaxis