rails_apps_composer 2.2.19 → 2.2.20
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.
- data/templates/layout.erb +4 -6
- data/version.rb +1 -1
- metadata +4 -4
data/templates/layout.erb
CHANGED
|
@@ -108,12 +108,10 @@ end
|
|
|
108
108
|
# >-----------------------------[ Run 'Bundle Install' ]-------------------------------<
|
|
109
109
|
|
|
110
110
|
say_wizard "Installing gems. This will take a while."
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
run 'bundle install --without production'
|
|
116
|
-
end
|
|
111
|
+
if prefs.has_key? :bundle_path
|
|
112
|
+
run "bundle install --without production --path #{prefs[:bundle_path]}"
|
|
113
|
+
else
|
|
114
|
+
run 'bundle install --without production'
|
|
117
115
|
end
|
|
118
116
|
|
|
119
117
|
# >-----------------------------[ Run 'After Bundler' Callbacks ]-------------------------------<
|
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.20
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-12-
|
|
12
|
+
date: 2012-12-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: i18n
|
|
@@ -202,7 +202,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
202
202
|
version: '0'
|
|
203
203
|
segments:
|
|
204
204
|
- 0
|
|
205
|
-
hash:
|
|
205
|
+
hash: -387981190677164732
|
|
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:
|
|
214
|
+
hash: -387981190677164732
|
|
215
215
|
requirements: []
|
|
216
216
|
rubyforge_project: rails_apps_composer
|
|
217
217
|
rubygems_version: 1.8.24
|