cf 0.6.0.rc6 → 0.6.0.rc7
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/cf/version.rb +1 -1
- data/spec/features/login_spec.rb +1 -1
- data/spec/features/push_flow_spec.rb +2 -2
- metadata +9 -9
data/lib/cf/version.rb
CHANGED
data/spec/features/login_spec.rb
CHANGED
@@ -36,7 +36,7 @@ if ENV['CF_V2_TEST_USER'] && ENV['CF_V2_TEST_PASSWORD'] && ENV['CF_V2_TEST_TARGE
|
|
36
36
|
run("#{cf_bin} login #{username} --password #{password}") do |runner|
|
37
37
|
expect(runner).to say "Authenticating... OK"
|
38
38
|
expect(runner).to say "Organization>"
|
39
|
-
runner.send_keys("
|
39
|
+
runner.send_keys("1")
|
40
40
|
|
41
41
|
expect(runner).to say "Switching to organization"
|
42
42
|
expect(runner).to say "OK"
|
@@ -100,8 +100,8 @@ if ENV['CF_V2_TEST_USER'] && ENV['CF_V2_TEST_PASSWORD'] && ENV['CF_V2_TEST_TARGE
|
|
100
100
|
expect(runner).to say "Save configuration?> n", 10
|
101
101
|
runner.send_keys ""
|
102
102
|
|
103
|
-
expect(runner).to say "Uploading #{app}... OK"
|
104
|
-
expect(runner).to say "Starting #{app}... OK"
|
103
|
+
expect(runner).to say "Uploading #{app}... OK", 180
|
104
|
+
expect(runner).to say "Starting #{app}... OK", 180
|
105
105
|
expect(runner).to say "Checking #{app}...", 180
|
106
106
|
expect(runner).to say "1/1 instances"
|
107
107
|
expect(runner).to say "OK", 30
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 2165934925
|
5
5
|
prerelease: 6
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 6
|
9
9
|
- 0
|
10
10
|
- rc
|
11
|
-
-
|
12
|
-
version: 0.6.0.
|
11
|
+
- 7
|
12
|
+
version: 0.6.0.rc7
|
13
13
|
platform: ruby
|
14
14
|
authors:
|
15
15
|
- Cloud Foundry Team
|
@@ -18,7 +18,7 @@ autorequire:
|
|
18
18
|
bindir: bin
|
19
19
|
cert_chain: []
|
20
20
|
|
21
|
-
date: 2013-03-
|
21
|
+
date: 2013-03-25 00:00:00 Z
|
22
22
|
dependencies:
|
23
23
|
- !ruby/object:Gem::Dependency
|
24
24
|
name: json_pure
|
@@ -73,7 +73,7 @@ dependencies:
|
|
73
73
|
requirements:
|
74
74
|
- - ">="
|
75
75
|
- !ruby/object:Gem::Version
|
76
|
-
hash:
|
76
|
+
hash: 2165934921
|
77
77
|
segments:
|
78
78
|
- 0
|
79
79
|
- 6
|
@@ -121,14 +121,14 @@ dependencies:
|
|
121
121
|
requirements:
|
122
122
|
- - ">="
|
123
123
|
- !ruby/object:Gem::Version
|
124
|
-
hash:
|
124
|
+
hash: 2165934937
|
125
125
|
segments:
|
126
126
|
- 0
|
127
127
|
- 7
|
128
128
|
- 0
|
129
129
|
- rc
|
130
|
-
-
|
131
|
-
version: 0.7.0.
|
130
|
+
- 5
|
131
|
+
version: 0.7.0.rc5
|
132
132
|
- - <
|
133
133
|
- !ruby/object:Gem::Version
|
134
134
|
hash: 27
|
@@ -146,7 +146,7 @@ dependencies:
|
|
146
146
|
requirements:
|
147
147
|
- - ">="
|
148
148
|
- !ruby/object:Gem::Version
|
149
|
-
hash:
|
149
|
+
hash: 2165934871
|
150
150
|
segments:
|
151
151
|
- 0
|
152
152
|
- 3
|