engineyard-serverside 1.4.0 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -327,7 +327,7 @@ module EY
327
327
  end
328
328
 
329
329
  def default_09_bundler() "0.9.26" end
330
- def default_10_bundler() "1.0.0" end
330
+ def default_10_bundler() "1.0.10" end
331
331
 
332
332
  end # DeployBase
333
333
 
@@ -1,5 +1,5 @@
1
1
  module EY
2
2
  module Serverside
3
- VERSION = '1.4.0'
3
+ VERSION = '1.4.1'
4
4
  end
5
5
  end
@@ -157,7 +157,7 @@ describe "deploying an application" do
157
157
  it "runs the right bundler command" do
158
158
  install_bundler_command_ran = @deployer.commands.detect{ |command| command.index("install_bundler") }
159
159
  install_bundler_command_ran.should_not be_nil
160
- install_bundler_command_ran.should == "#{@binpath} _#{EY::Serverside::VERSION}_ install_bundler 1.0.0"
160
+ install_bundler_command_ran.should == "#{@binpath} _#{EY::Serverside::VERSION}_ install_bundler 1.0.10"
161
161
  end
162
162
 
163
163
  it "creates a REVISION file" do
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: 7
5
- prerelease: false
4
+ hash: 5
5
+ prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 4
9
- - 0
10
- version: 1.4.0
9
+ - 1
10
+ version: 1.4.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - EY Cloud Team
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-11-18 00:00:00 -08:00
18
+ date: 2011-02-17 00:00:00 -08:00
19
19
  default_executable: engineyard-serverside
20
20
  dependencies: []
21
21
 
@@ -286,7 +286,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
286
286
  requirements: []
287
287
 
288
288
  rubyforge_project:
289
- rubygems_version: 1.3.7
289
+ rubygems_version: 1.4.2
290
290
  signing_key:
291
291
  specification_version: 3
292
292
  summary: A gem that deploys ruby applications on EY Cloud instances