thinreports-preview 0.0.3 → 0.0.4

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: 933d2c23c9a594ec12e18399064d406bf03a5a0c
4
- data.tar.gz: 07e18a26cb10139281919121e2bb70366ccd6338
3
+ metadata.gz: 2b8b503b359506cb2d3a71ae080fec399f8aa5a2
4
+ data.tar.gz: 5990a5f49643c82d882209eb23516a9f387423d4
5
5
  SHA512:
6
- metadata.gz: 58dd5c63085a0f8f6240efce45ed65d4814a2b6c749ac3902ae305b73b54d23131abec8b458d01297772b253e37d9dc76f66b87c682440edd23b3d34d75f0541
7
- data.tar.gz: 15919a7f34d28d7d02f9f47dc70e6728a928efc8bd86b2ceca2530dd0a332fe2117df6be9b6b93a5f77754279cbdb1db2b9a0e11988292abec2b03ba530fb3dd
6
+ metadata.gz: a2e8383a518832c52091ab56c4d5a6ad155ed47dcd34e281704d75cd8f38cec18ee982403c45b296a7b3b72c285587e2facc88a9b5aa407ee04c3407f9d8b0e5
7
+ data.tar.gz: bade50a07e2a92ef144e4a9771df9896671eb8b7e3f2ba216c529809944406e5b346b824abec72bd62d0a5227277608c9398c8df6026c1477d2dbb076650ed28
@@ -11,7 +11,7 @@ module Thinreports::Preview
11
11
 
12
12
  op = OptionParser.new
13
13
  op.on('-t', '--target VAL') { |v| self[:target] = v }
14
- op.on('-o', '--output VAL') { |v| self[:output] = v.gsub(/[\/\\]$/,'') }
14
+ op.on('-o', '--output VAL') { |v| self[:output] = v.gsub(/[\/\\"]$/,'') }
15
15
  op.on('-l', '--list-loop VAL') { |v| self[:list_loop] = v.to_i }
16
16
  op.parse!(args)
17
17
  end
@@ -1,5 +1,5 @@
1
1
  module Thinreports
2
2
  module Preview
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thinreports-preview
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Naoto SHINGAKI