rails_apps_composer 2.2.28 → 2.2.29

Sign up to get free protection for your applications and to get access to all the features.
data/recipes/init.rb CHANGED
@@ -22,7 +22,7 @@ after_everything do
22
22
  append_file 'config/application.yml' do <<-FILE
23
23
  ADMIN_NAME: First User
24
24
  ADMIN_EMAIL: user@example.com
25
- ADMIN_PASSWORD: password
25
+ ADMIN_PASSWORD: changeme
26
26
  FILE
27
27
  end
28
28
  ## AUTHENTICATION
data/recipes/testing.rb CHANGED
@@ -13,7 +13,7 @@ after_bundler do
13
13
  end
14
14
 
15
15
  RUBY
16
- end
16
+ end
17
17
  end
18
18
  ### RSPEC ###
19
19
  if prefer :unit_test, 'rspec'
@@ -244,8 +244,8 @@ RUBY
244
244
  Fabricator(:user) do
245
245
  name 'Test User'
246
246
  email 'example@example.com'
247
- password 'password'
248
- password_confirmation 'password'
247
+ password 'changeme'
248
+ password_confirmation 'changeme'
249
249
  # required if the Devise Confirmable module is used
250
250
  # confirmed_at Time.now
251
251
  end
@@ -258,8 +258,8 @@ RUBY
258
258
  gsub_file 'spec/controllers/users_controller_spec.rb', /@user = FactoryGirl.create\(:user\)/, '@user = Fabricate(:user)'
259
259
  end
260
260
  end
261
- end # after_everything
262
-
261
+ end # after_everything
262
+
263
263
  __END__
264
264
 
265
265
  name: testing
data/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module RailsWizard
2
- VERSION = "2.2.28"
2
+ VERSION = "2.2.29"
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.2.28
4
+ version: 2.2.29
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -202,7 +202,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
202
202
  version: '0'
203
203
  segments:
204
204
  - 0
205
- hash: 3409111589083156527
205
+ hash: 4408213444238721620
206
206
  required_rubygems_version: !ruby/object:Gem::Requirement
207
207
  none: false
208
208
  requirements:
@@ -211,7 +211,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
211
211
  version: '0'
212
212
  segments:
213
213
  - 0
214
- hash: 3409111589083156527
214
+ hash: 4408213444238721620
215
215
  requirements: []
216
216
  rubyforge_project: rails_apps_composer
217
217
  rubygems_version: 1.8.24