rails_apps_composer 2.4.29 → 2.4.30
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/recipes/railsapps.rb +2 -2
- data/recipes/setup.rb +1 -1
- data/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: 87b050ead22899792c467664912c933e1e09214d
|
4
|
+
data.tar.gz: d580c9aed01ba8427f45dffa871fdb8f9da7d83a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 82d777142ecbf638160b38aecdda7affbd9350663d9f484154a84c26505e8407ba7839a27900708c35ddcdf22a6888622a37d1a79626e70d355afad4188c90c7
|
7
|
+
data.tar.gz: 844e07cd1ab56de7bb911718a61d2c9cd65bc993b2815799e5210d488eca0ad97053617e2880ea3a706e4657f2b57451141b77a92bb5cc1c0e60c0e1858e28ca
|
data/recipes/railsapps.rb
CHANGED
@@ -21,8 +21,8 @@ when "3"
|
|
21
21
|
["rails3-mongoid-omniauth", "rails3-mongoid-omniauth"],
|
22
22
|
["rails3-subdomains", "rails3-subdomains"]] unless prefs.has_key? :railsapps
|
23
23
|
when "4"
|
24
|
-
prefs[:apps4] = multiple_choice "
|
25
|
-
[["Build a RailsApps
|
24
|
+
prefs[:apps4] = multiple_choice "Build a starter application?",
|
25
|
+
[["Build a RailsApps example application", "railsapps"],
|
26
26
|
["Build a contributed application", "contributed_app"],
|
27
27
|
["I want to build my own application", "none"]] unless prefs.has_key? :apps4
|
28
28
|
case prefs[:apps4]
|
data/recipes/setup.rb
CHANGED
@@ -67,8 +67,8 @@ end
|
|
67
67
|
## Front-end Framework
|
68
68
|
if recipes.include? 'frontend'
|
69
69
|
prefs[:frontend] = multiple_choice "Front-end framework?", [["None", "none"],
|
70
|
-
["Zurb Foundation 5.0", "foundation5"], ["Zurb Foundation 4.0", "foundation4"],
|
71
70
|
["Twitter Bootstrap 3.0", "bootstrap3"], ["Twitter Bootstrap 2.3", "bootstrap2"],
|
71
|
+
["Zurb Foundation 5.0", "foundation5"], ["Zurb Foundation 4.0", "foundation4"],
|
72
72
|
["Simple CSS", "simple"]] unless prefs.has_key? :frontend
|
73
73
|
end
|
74
74
|
|
data/version.rb
CHANGED