rails_apps_composer 2.2.19 → 2.2.20

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/templates/layout.erb +4 -6
  2. data/version.rb +1 -1
  3. 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
- Bundler.with_clean_env do
112
- if prefs.has_key? :bundle_path
113
- run "bundle install --without production --path #{prefs[:bundle_path]}"
114
- else
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
@@ -1,3 +1,3 @@
1
1
  module RailsWizard
2
- VERSION = "2.2.19"
2
+ VERSION = "2.2.20"
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.19
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-08 00:00:00.000000000 Z
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: 432300464903693298
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: 432300464903693298
214
+ hash: -387981190677164732
215
215
  requirements: []
216
216
  rubyforge_project: rails_apps_composer
217
217
  rubygems_version: 1.8.24