cli-topic 0.9.1 → 0.9.2
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/clitopic/version.rb +1 -1
- metadata +11 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eb921460278c8b24a6f916f86c23d8ac2dd3342a
|
|
4
|
+
data.tar.gz: de6c7ef266a026ee64cdcd403bc44dd457917391
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f68823addf3ca66f34124854032f8f03c93b4bb4bb1f50ced1d0ed2bcbc9d6ddbef0c5726ce2334b4eb6c2c6b8d642f67ea8239a94162477e7ea25c259c78229
|
|
7
|
+
data.tar.gz: 334cb54f768fcb6cc7bd92f14d1648f0175680f943f4980ee1b40423b7fa0fad706c2bf3fc83fe70d703b42c1d5a5cef7466db0a50b690f9aed18f65ce7648fc
|
data/lib/clitopic/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cli-topic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Antoine Legrand
|
|
@@ -24,8 +24,7 @@ dependencies:
|
|
|
24
24
|
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: 2.0.0
|
|
27
|
-
description:
|
|
28
|
-
["Antoine Legrand"]]'
|
|
27
|
+
description: Small framework to build CLI organised in topics/subcommands.
|
|
29
28
|
email:
|
|
30
29
|
- ant.legrand@gmail.com
|
|
31
30
|
executables: []
|
|
@@ -82,7 +81,15 @@ rubyforge_project:
|
|
|
82
81
|
rubygems_version: 2.4.5
|
|
83
82
|
signing_key:
|
|
84
83
|
specification_version: 4
|
|
85
|
-
summary: Small framework to build CLI.
|
|
84
|
+
summary: '["Small framework to build CLI.", "Small framework to build CLI organised
|
|
85
|
+
in topics/subcommands.", "https://gitlab.com/ant31/cli-topics", ["Antoine Legrand"],
|
|
86
|
+
["ant.legrand@gmail.com"], ["README.md", "License", "Changelog", "lib/clitopic.rb",
|
|
87
|
+
"lib/clitopic/cli.rb", "lib/clitopic/command.rb", "lib/clitopic/command/base.rb",
|
|
88
|
+
"lib/clitopic/command/clito.rb", "lib/clitopic/command/help.rb", "lib/clitopic/command/version.rb",
|
|
89
|
+
"lib/clitopic/commands.rb", "lib/clitopic/helpers.rb", "lib/clitopic/parser/dummy.rb",
|
|
90
|
+
"lib/clitopic/parser/option_parser.rb", "lib/clitopic/parsers.rb", "lib/clitopic/topic.rb",
|
|
91
|
+
"lib/clitopic/topic/base.rb", "lib/clitopic/topics.rb", "lib/clitopic/utils.rb",
|
|
92
|
+
"lib/clitopic/version.rb"]]'
|
|
86
93
|
test_files:
|
|
87
94
|
- spec/command_base_spec.rb
|
|
88
95
|
- spec/commands_spec.rb
|