thor_template 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/starter_project/lib/thor_template/cli.rb +2 -2
- data/lib/thor_template/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 93d37f044e3d3ed2fce5fe5cbedca6df4fa96a41
|
4
|
+
data.tar.gz: c95abfa3e0b04e22af7928260625dee4308f9815
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8fea818a7d44575a57534bee69ef91ef62d03ccbee452c05b6404e6c9e69a1597a344e6110bc441857c40bc523af97ff1eabf7eec3db368632927eba35039ca8
|
7
|
+
data.tar.gz: acad4f5db99521aa7f93dde14be25d1f9ecbeeca8d1f57ab78945db83cc5c20addc021783e9e8a2b2adefa0c5e1f2b3e6d464e7d9a1c512eb78471091f5baa54
|
@@ -4,8 +4,8 @@ require 'thor_template/cli/help'
|
|
4
4
|
module ThorTemplate
|
5
5
|
|
6
6
|
class CLI < Thor
|
7
|
-
class_option :verbose, type:
|
8
|
-
class_option :noop, type:
|
7
|
+
class_option :verbose, type: :boolean
|
8
|
+
class_option :noop, type: :boolean
|
9
9
|
|
10
10
|
desc "hello NAME", "say hello to NAME"
|
11
11
|
long_desc Help.hello
|