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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4049365587388cda87244bc3e327179ce7b1301c
4
- data.tar.gz: c05599a6a23bb672bd6400bde16b6d794bc3a34e
3
+ metadata.gz: 87b050ead22899792c467664912c933e1e09214d
4
+ data.tar.gz: d580c9aed01ba8427f45dffa871fdb8f9da7d83a
5
5
  SHA512:
6
- metadata.gz: 3f14205a03748de93235ed6e39250baa06842b1e4c7dd7538ee808f64d3ee26791e413104b1ae62c77176f80ae0f17da799d97fa9e4a6147e2d4b2e574982a32
7
- data.tar.gz: f57a9f504ccf1d47f7f5dccc568c8c52cb4598a9b1266bc560de37abd89d48ac5825f4075ccc6646f8c48b105d11a7567765a7db23e8071054893fb4c8984869
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 "Install an example application for Rails 4.0?",
25
- [["Build a RailsApps starter application", "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
@@ -1,3 +1,3 @@
1
1
  module RailsWizard
2
- VERSION = "2.4.29"
2
+ VERSION = "2.4.30"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_apps_composer
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.29
4
+ version: 2.4.30
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Kehoe