rails_apps_composer 3.1.12 → 3.1.13

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/recipes/learn_rails.rb +6 -3
  3. data/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d410755fb986dd794433809f6f983a8b8ecc1924
4
- data.tar.gz: 5b552577d3ed8f16c412dc6731c685a0871ad809
3
+ metadata.gz: a92e1bffd0b4805b11052ceaecad6e8d78015e80
4
+ data.tar.gz: cf0d4be5345393c60ddb4b89109fb221c9d77a39
5
5
  SHA512:
6
- metadata.gz: 9b43eaaa111fff3dd7a4071c3e207779689af6904f30515fd136805eb55a45d9dbdc0e9999a41c9f4e72bc997be6a76a425cc454594f38faae1556c30892b143
7
- data.tar.gz: b030e5c677621cf6f877503afde0cd99822c1a9d6548b207805065c55853661a400b8d1a05fd10f1abca70cf3a0b06eefff7b01205efa4e1799377b09d91b3ee
6
+ metadata.gz: f7c3ac6ff4968153db823f8ece2a26bcc55ccbf0b10beedd1cbbc2e2fa88db89c8c3957cd55089c7054abcec7489193765c7f9295133f67aa76c537168b007aa
7
+ data.tar.gz: 497a9af903385c56c2d281f16bd6f7b2178ecce6c14f2cdda1b78c00e1042fb267df92d59fd6d10610d287882fec35474e3d83ef8158b54e558a9e47ef9342cb
@@ -15,7 +15,7 @@ if prefer :apps4, 'learn-rails'
15
15
  prefs[:dev_webserver] = 'webrick'
16
16
  prefs[:email] = 'sendgrid'
17
17
  prefs[:form_builder] = 'simple_form'
18
- prefs[:frontend] = 'foundation5'
18
+ prefs[:frontend] = 'bootstrap3'
19
19
  prefs[:github] = false
20
20
  prefs[:git] = true
21
21
  prefs[:local_env_file] = 'none'
@@ -35,7 +35,6 @@ if prefer :apps4, 'learn-rails'
35
35
  add_gem 'gibbon'
36
36
  gsub_file 'Gemfile', /gem 'sqlite3'\n/, ''
37
37
  add_gem 'sqlite3', :group => :development
38
- add_gem 'rails_12factor', :group => :production
39
38
 
40
39
  stage_three do
41
40
  say_wizard "recipe stage three"
@@ -72,7 +71,11 @@ if prefer :apps4, 'learn-rails'
72
71
 
73
72
  # >-------------------------------[ Assets ]--------------------------------<
74
73
 
75
- copy_from_repo 'app/assets/javascripts/segmentio.js', :repo => repo
74
+ copy_from_repo 'app/assets/javascripts/segment.js', :repo => repo
75
+
76
+ # >-------------------------------[ Tests ]--------------------------------<
77
+
78
+ copy_from_repo 'test/test_helper.rb', :repo => repo
76
79
 
77
80
  end
78
81
  end
data/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module RailsWizard
2
- VERSION = "3.1.12"
2
+ VERSION = "3.1.13"
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: 3.1.12
4
+ version: 3.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Kehoe