thinreports-template-cli 0.3.0 → 0.3.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: c01446ac5f5aca364c004e034ed55fd81dcf15c5
4
- data.tar.gz: 4776236fe60edc99f03dd792270c69d29bc7004b
3
+ metadata.gz: c768b8e6b5602d091a300b340d3f1861fdb2fa7f
4
+ data.tar.gz: 154f0f1a576ac23277a7394be0c8f36f562b9f66
5
5
  SHA512:
6
- metadata.gz: b07b21e31de9a97fa89f190faeb3cbe49330f3168d145b847b26864e4b1c49eeea2a20028341cd77e8f3fa62b54027f5769faf33edb649facd6dfc43d5e88b20
7
- data.tar.gz: 70448ce9bf1fa3152fe4b7c9ac6992e353103a4a422d87540392359ca5c28725e5790378eecd9144196fa0032eb9680e19a5b56083e18ed8d05a11d38f66667c
6
+ metadata.gz: c4c2816d96b78152837587fb2df6f0a53e664b4b1e3bd8ffa39011ea1a71f99cc4c0423ae99f78af5c72f0cdba70438122c529772b4e933106b3203ee69d4351
7
+ data.tar.gz: 281e6b1f0eafdcd153af5d47be5f73452903fdfc7cc972abc7de11df5d86a94d8411c1c2bc0e5165c903732063db3439e41b7d34a6d542b856b74b2bf43e9e92
@@ -1,5 +1,5 @@
1
1
  module Thinreports
2
2
  module TemplateCLI
3
- VERSION = '0.3.0'.freeze
3
+ VERSION = '0.3.1'.freeze
4
4
  end
5
5
  end
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
7
7
  spec.version = Thinreports::TemplateCLI::VERSION
8
8
  spec.authors = ['Masayuki Higashino']
9
9
  spec.email = ['msyk@hgsn.info']
10
- spec.summary = %q{A command line tool to generate a PDF file from TLF with command line options and YAML config file.}
10
+ spec.summary = %q{A command line tool to generate a PDF file from TLF file with command line options.}
11
11
  spec.description = spec.summary
12
12
  spec.homepage = 'https://github.com/mh61503891/thinreports-template-cli'
13
13
  spec.license = 'MIT'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thinreports-template-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masayuki Higashino
@@ -136,8 +136,8 @@ dependencies:
136
136
  - - "~>"
137
137
  - !ruby/object:Gem::Version
138
138
  version: '0.10'
139
- description: A command line tool to generate a PDF file from TLF with command line
140
- options and YAML config file.
139
+ description: A command line tool to generate a PDF file from TLF file with command
140
+ line options.
141
141
  email:
142
142
  - msyk@hgsn.info
143
143
  executables:
@@ -184,6 +184,6 @@ rubyforge_project:
184
184
  rubygems_version: 2.5.2
185
185
  signing_key:
186
186
  specification_version: 4
187
- summary: A command line tool to generate a PDF file from TLF with command line options
188
- and YAML config file.
187
+ summary: A command line tool to generate a PDF file from TLF file with command line
188
+ options.
189
189
  test_files: []