engineyard-serverside 1.4.0 → 1.4.1
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/spec/real_deploy_spec.rb
CHANGED
|
@@ -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.
|
|
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:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 5
|
|
5
|
+
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 4
|
|
9
|
-
-
|
|
10
|
-
version: 1.4.
|
|
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:
|
|
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.
|
|
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
|