theme-juice 0.6.7 → 0.6.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/theme-juice/cli.rb +0 -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: 8c8400c3caba23894a7c448199746d0786d6533f
|
4
|
+
data.tar.gz: 35d93551ca465c84c73b6880c634aee9233bfe9e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c9fe226a8784be29bb8ec8a2989600f973f185aea0f6e712332f3104c5fe17476bb448a5e5cc4eb85c55c68036476d59d6fa221f863fbde4ac6df380ae5b4c40
|
7
|
+
data.tar.gz: c6dee988f283a7c1a702c08c5e87149a9f241ade3af7d44c01ad3f933f4db539b5addad3a2a52b7efe91d404777fc24abe86beb05261342658c9bbd45f190804
|
data/lib/theme-juice/cli.rb
CHANGED
@@ -151,7 +151,6 @@ module ThemeJuice
|
|
151
151
|
end
|
152
152
|
|
153
153
|
desc "install", "Run installation for the starter theme"
|
154
|
-
method_option :config, :type => :string, :aliases => "-c", :default => nil, :desc => "Force path to config file"
|
155
154
|
#
|
156
155
|
# Install and setup starter theme
|
157
156
|
#
|
data/lib/theme-juice/version.rb
CHANGED