theme-juice 0.4.0 → 0.4.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/theme-juice/cli.rb +1 -1
- data/lib/theme-juice/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: f4199c7fecd091d576ef4a733df89f6372e6c795
|
|
4
|
+
data.tar.gz: 865060ac450d5fd81ed65f6304dd2fd53a29035d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: be287a01783a0a8a7703e4e9914290c3a9a042c4bb4d17cec9e31c125092797e7b0758253dacb13e9c1b06b0bb7efe56f94b5f03719cd67a01445ebe2247a76a
|
|
7
|
+
data.tar.gz: ffffdbb2dec795c5722ad2d8a35caf2ad2b273ea795d3dd82ecf583c9795a5b86dcd28cd0f03cf052d1b1143f5c5a41dbb404c6135f7b0a1e2e255ade6a32848
|
data/lib/theme-juice/cli.rb
CHANGED
|
@@ -104,7 +104,7 @@ module ThemeJuice
|
|
|
104
104
|
method_option :repository, type: :string, aliases: "-r", desc: "Initialize a new Git remote repository"
|
|
105
105
|
method_option :skip_repo, type: :boolean, desc: "Skip repository prompts and use defaults"
|
|
106
106
|
method_option :skip_db, type: :boolean, desc: "Skip database prompts and use defaults"
|
|
107
|
-
method_option :use_defaults, type: :boolean, desc: "Skip all
|
|
107
|
+
method_option :use_defaults, type: :boolean, desc: "Skip all prompts and use default settings"
|
|
108
108
|
def create(site = nil)
|
|
109
109
|
self.use_terminal_colors?
|
|
110
110
|
self.use_unicode_chars?
|
data/lib/theme-juice/version.rb
CHANGED