thinreports-template-cli 0.3.0 → 0.3.1
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 +4 -4
- data/lib/thinreports/template-cli/version.rb +1 -1
- data/thinreports-template-cli.gemspec +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c768b8e6b5602d091a300b340d3f1861fdb2fa7f
|
|
4
|
+
data.tar.gz: 154f0f1a576ac23277a7394be0c8f36f562b9f66
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c4c2816d96b78152837587fb2df6f0a53e664b4b1e3bd8ffa39011ea1a71f99cc4c0423ae99f78af5c72f0cdba70438122c529772b4e933106b3203ee69d4351
|
|
7
|
+
data.tar.gz: 281e6b1f0eafdcd153af5d47be5f73452903fdfc7cc972abc7de11df5d86a94d8411c1c2bc0e5165c903732063db3439e41b7d34a6d542b856b74b2bf43e9e92
|
|
@@ -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
|
|
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.
|
|
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
|
|
140
|
-
options
|
|
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
|
|
188
|
-
|
|
187
|
+
summary: A command line tool to generate a PDF file from TLF file with command line
|
|
188
|
+
options.
|
|
189
189
|
test_files: []
|