meskyanichi-simple_generators 0.1.0 → 0.1.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.
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.1
|
|
@@ -30,7 +30,7 @@ class SimpleCapistranoRecipeGenerator < Rails::Generator::Base
|
|
|
30
30
|
end
|
|
31
31
|
|
|
32
32
|
# Sets defaults for user input when left blank by the user
|
|
33
|
-
# for each parameter
|
|
33
|
+
# for each parameter
|
|
34
34
|
def set_defaults
|
|
35
35
|
@input[:domain] ||= "example.com"
|
|
36
36
|
@input[:user] ||= "root"
|
data/simple_generators.gemspec
CHANGED