engineyard-serverside 1.4.14 → 1.4.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -133,7 +133,7 @@ module EY
133
133
  end
134
134
 
135
135
  def clean_environment
136
- "env -i PATH=$PATH HOME=$HOME GEM_PATH=$GEM_PATH GEM_HOME=$GEM_HOME"
136
+ "env -i PATH=$PATH HOME=$HOME"
137
137
  end
138
138
 
139
139
  # task
@@ -9,7 +9,7 @@ module EY
9
9
  keep_existing_assets
10
10
  cmd = "cd #{c.release_path} && PATH=#{c.binstubs_path}:$PATH #{c.framework_envs} rake assets:precompile"
11
11
  if rails_version
12
- info "~> Precompiling assets for rails v#{version}"
12
+ info "~> Precompiling assets for rails v#{rails_version}"
13
13
  else
14
14
  info "~> [WARN] Precompiling assets even though Rails was not bundled."
15
15
  end
@@ -1,5 +1,5 @@
1
1
  module EY
2
2
  module Serverside
3
- VERSION = '1.4.14'
3
+ VERSION = '1.4.15'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: engineyard-serverside
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 4
9
- - 14
10
- version: 1.4.14
9
+ - 15
10
+ version: 1.4.15
11
11
  platform: ruby
12
12
  authors:
13
13
  - EY Cloud Team