rails_apps_composer 3.1.18 → 3.1.19

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/gems.rb +4 -1
  3. data/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2f2a043b1fb4b5425501737dc1000ff133ca9137
4
- data.tar.gz: dde1ef388f5837493827a6b15d272c1a4ec5d055
3
+ metadata.gz: e451687f6f013d82b854b1bba119f9db2ad72c28
4
+ data.tar.gz: 4e49610d7de397a5d899a080db95acf559ebbf32
5
5
  SHA512:
6
- metadata.gz: 4c771e034d08ffe95578b267e69fd159fbd501f5877630913ceaaf7b8a7e4e2c6393d8d76f63543975da98bf361b59b2d3283f55af6db82e615be73a250aa129
7
- data.tar.gz: 9aa8874ac613ae95c36d5947e33c3a7f62badfd89b456d0798a08166422f6d7af3eb623857a133adff2953f65a287084b03f7466f78cc57cee1aa48a0c4cc0f3
6
+ metadata.gz: b3af38826766d2b5a7fdb0cf2e36abcf9fccbd401391dcceac31e13734b1ca24e689286f44cddc37b131aa261c9fc90ac6d6404c0f42eb0b640068b08f0e68c0
7
+ data.tar.gz: 9d717454f75edd3386cb1580091c7b215fac6568537e2e776cc8a4b9f281b77182240f7ae3b971359202cfc413a9525fc0e8ba38db64514df09c77a17408ae65
data/recipes/gems.rb CHANGED
@@ -104,7 +104,10 @@ if prefer :authentication, 'devise'
104
104
  end
105
105
 
106
106
  ## Administratative Interface
107
- add_gem 'administrate' if prefer :dashboard, 'administrate'
107
+ if prefer :dashboard, 'administrate'
108
+ add_gem 'administrate'
109
+ add_gem 'bourbon'
110
+ end
108
111
 
109
112
  ## Authentication (OmniAuth)
110
113
  add_gem 'omniauth' if prefer :authentication, 'omniauth'
data/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module RailsWizard
2
- VERSION = "3.1.18"
2
+ VERSION = "3.1.19"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_apps_composer
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.18
4
+ version: 3.1.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Kehoe
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-30 00:00:00.000000000 Z
11
+ date: 2016-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n