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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/clitopic/version.rb +1 -1
  3. metadata +11 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: db41d9576d7783ae342b2baf3038f6ec6b352c0c
4
- data.tar.gz: 6b4599889c0274065ae9476057cde4578c8d1fd8
3
+ metadata.gz: eb921460278c8b24a6f916f86c23d8ac2dd3342a
4
+ data.tar.gz: de6c7ef266a026ee64cdcd403bc44dd457917391
5
5
  SHA512:
6
- metadata.gz: 43c307785885c77a48275e7816178d086310c828b708ab0aa2e7f20969842713854be436cc35535203e320b2992541c73d2039f0d267dce208e86397df58792e
7
- data.tar.gz: 9acf2789a9ffea0eed9bcebfea86de716e3e2cc2ce2018d695392796a88da7bf8457d919d4668612a453d75257eb33b2cea43de87697c02bc3e5e7c0ee8e92ef
6
+ metadata.gz: f68823addf3ca66f34124854032f8f03c93b4bb4bb1f50ced1d0ed2bcbc9d6ddbef0c5726ce2334b4eb6c2c6b8d642f67ea8239a94162477e7ea25c259c78229
7
+ data.tar.gz: 334cb54f768fcb6cc7bd92f14d1648f0175680f943f4980ee1b40423b7fa0fad706c2bf3fc83fe70d703b42c1d5a5cef7466db0a50b690f9aed18f65ce7648fc
@@ -1,3 +1,3 @@
1
1
  module Clitopic
2
- VERSION = '0.9.1'
2
+ VERSION = '0.9.2'
3
3
  end
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.1
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: '["Small framework to build CLI organised in topics/subcommands.", "https://gitlab.com/ant31/cli-topics",
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