rails_apps_composer 2.2.1 → 2.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/recipes/prelaunch.rb +1 -0
- data/recipes/setup.rb +2 -2
- data/version.rb +1 -1
- metadata +3 -3
data/recipes/prelaunch.rb
CHANGED
@@ -45,6 +45,7 @@ if prefer :railsapps, 'rails-prelaunch-signup'
|
|
45
45
|
copy_from_repo 'features/admin/send_invitations.feature', :repo => repo
|
46
46
|
copy_from_repo 'features/admin/view_progress.feature', :repo => repo
|
47
47
|
copy_from_repo 'features/visitors/request_invitation.feature', :repo => repo
|
48
|
+
copy_from_repo 'features/users/sign_in.feature', :repo => repo
|
48
49
|
copy_from_repo 'features/users/sign_up.feature', :repo => repo
|
49
50
|
copy_from_repo 'features/users/user_show.feature', :repo => repo
|
50
51
|
copy_from_repo 'features/step_definitions/admin_steps.rb', :repo => repo
|
data/recipes/setup.rb
CHANGED
@@ -37,8 +37,8 @@ case prefs[:database]
|
|
37
37
|
else
|
38
38
|
say_wizard "WARNING! SQLite gem detected in the Gemfile"
|
39
39
|
say_wizard "If you wish to use MongoDB you must skip Active Record."
|
40
|
-
say_wizard "
|
41
|
-
say_wizard "If using an application template, use the '-O' flag as in 'rails new foo -O'."
|
40
|
+
say_wizard "If using rails_apps_composer, choose 'skip Active Record'."
|
41
|
+
say_wizard "If using Rails Composer or an application template, use the '-O' flag as in 'rails new foo -O'."
|
42
42
|
prefs[:fail] = multiple_choice "Abort or continue?", [["abort", "abort"], ["continue", "continue"]]
|
43
43
|
if prefer :fail, 'abort'
|
44
44
|
raise StandardError.new "SQLite detected in the Gemfile. Use '-O' or '--skip-activerecord' as in 'rails new foo -O' if you don't want ActiveRecord and SQLite"
|
data/version.rb
CHANGED
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.2.
|
4
|
+
version: 2.2.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -201,7 +201,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
201
201
|
version: '0'
|
202
202
|
segments:
|
203
203
|
- 0
|
204
|
-
hash:
|
204
|
+
hash: 3080953680755612239
|
205
205
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
206
206
|
none: false
|
207
207
|
requirements:
|
@@ -210,7 +210,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
210
210
|
version: '0'
|
211
211
|
segments:
|
212
212
|
- 0
|
213
|
-
hash:
|
213
|
+
hash: 3080953680755612239
|
214
214
|
requirements: []
|
215
215
|
rubyforge_project: rails_apps_composer
|
216
216
|
rubygems_version: 1.8.24
|