simple-cli 0.3.10 → 0.3.11

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
  SHA256:
3
- metadata.gz: 6149378f42ba8e4b7d5075801a3a56e2a4a98bf37a8e29229a14a0b81c3ab0f9
4
- data.tar.gz: 4629cc796373fc73cb241318500ed336c029144eee97d99eb38f97401c364811
3
+ metadata.gz: bc691567bf3582bb69161dbb06a43e0de48ef933d21d7b56023799faf4b29396
4
+ data.tar.gz: 552cc00e73471be8ada665440cc2821a75f7b71897dfc1cde47d216aa7561ce2
5
5
  SHA512:
6
- metadata.gz: 9ad86c6176ec1b22d3e30c8a8337de41a3365b18cff6482e98b7ef682516d161b78c046aca0825120f2ae5db16e76fd0e2f47ffe5b133ad1eed1fda292984b23
7
- data.tar.gz: db3f806ad398c8f79ffbddc019750a493a056ac76c1b7549d6e30ccf69adaefcb4fd9508e2b00b8bb44af132f0ea8774f114dc9c3cc0fa003ef16b820421e366
6
+ metadata.gz: 5203645bb10980c42223ed37ea70825d06224f95a4dd5372e145eca00d6a89bbf1548d403c10e0e02b5c60661cbe8cf5a65325deacb62558241d78e27e3564bb
7
+ data.tar.gz: c794abd7680ae85694104792c2a96d940483263f170b3706b0136a8795edb7ad49199e8ed67ea12dad39405a8df6df97ddb719e20f83a8158e88feb508bde3bc
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.10
1
+ 0.3.11
@@ -14,7 +14,7 @@ module Simple::CLI
14
14
 
15
15
  # if we don't have too many subcommands we print them here. If not, we only print their names
16
16
  # and mention the help command.
17
- if actions.count < 1
17
+ if actions.count < 8
18
18
  STDERR.puts <<~MSG
19
19
  Subcommands:
20
20
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.10
4
+ version: 0.3.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - radiospiel