groff_parser 0.2.0 → 0.3.0

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: c4fc1b9649bdc2dcc2974e4a63fbe14cc9b792d4
4
- data.tar.gz: 9ab8d0c06bcfcc6ad0411dcd7a336c90106ed2bd
3
+ metadata.gz: 429a3819c295efa69034015dc48dccc2403ce1ea
4
+ data.tar.gz: 6ad5111a4abcdb2ff5fd12870e84289ea08673dd
5
5
  SHA512:
6
- metadata.gz: 477c47e9a716095b00130ae0821b0811a066698c787173951cf3faf7c4d577de748e078fa959541ce1f5d77db4ca8ea376b5dbe6673c403b4f7b4025dcde7d5f
7
- data.tar.gz: e444620aa38927793be68cac6b5f469a99af7f34a4814dacafe3cce20e78e6995086173be1668e1b64e7a0bb859c4faf19d8db2aba657e0800685c986b52dd23
6
+ metadata.gz: 62c4fb592f27be4d2fdad3195f78160e191152fcef6396a69dae9a0921a5403c4469e973a5c43e5d20a9e861fcb5baa2e5e04f79fdda9d960eb98785d7b04fe6
7
+ data.tar.gz: 8d1a5e7db5f2f97bfbe35946c63eb31de024e1bceb8b215f24dd6fed94b51f6d17ccdaf0f04d0c2efd18aaa2a9b642a026c0a26cd54f2f24bf92642e0b8779a0
@@ -104,7 +104,7 @@ module GroffParser
104
104
  search_path = zipped ? "#{path}/*.gz" : "#{path}/*"
105
105
 
106
106
  Dir.glob(search_path) do |document|
107
- yield parse(document, zipped)
107
+ yield parse(document, zipped: zipped)
108
108
  end
109
109
  end
110
110
  end
@@ -1,3 +1,3 @@
1
1
  module GroffParser
2
- VERSION = "0.2.0"
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: groff_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Dip