cf 0.6.1.rc18 → 0.6.1.rc19
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/lib/cf/version.rb +1 -1
- data/spec/features/push_flow_spec.rb +2 -2
- metadata +5 -5
data/lib/cf/version.rb
CHANGED
|
@@ -65,13 +65,13 @@ if ENV['CF_V2_RUN_INTEGRATION']
|
|
|
65
65
|
|
|
66
66
|
# create a service here
|
|
67
67
|
expect(runner).to say "What kind?>"
|
|
68
|
-
runner.send_keys "
|
|
68
|
+
runner.send_keys "rds_mysql"
|
|
69
69
|
|
|
70
70
|
expect(runner).to say "Name?>"
|
|
71
71
|
runner.send_keys service_name
|
|
72
72
|
|
|
73
73
|
expect(runner).to say "Which plan?>"
|
|
74
|
-
runner.send_keys "
|
|
74
|
+
runner.send_keys "10mb"
|
|
75
75
|
|
|
76
76
|
expect(runner).to say /Creating service #{service_name}.*OK/
|
|
77
77
|
expect(runner).to say /Binding .+ to .+ OK/
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.1.
|
|
4
|
+
version: 0.6.1.rc19
|
|
5
5
|
prerelease: 6
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -51,7 +51,7 @@ dependencies:
|
|
|
51
51
|
requirements:
|
|
52
52
|
- - ! '>='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 0.7.0.
|
|
54
|
+
version: 0.7.0.rc13
|
|
55
55
|
- - <
|
|
56
56
|
- !ruby/object:Gem::Version
|
|
57
57
|
version: '0.8'
|
|
@@ -62,7 +62,7 @@ dependencies:
|
|
|
62
62
|
requirements:
|
|
63
63
|
- - ! '>='
|
|
64
64
|
- !ruby/object:Gem::Version
|
|
65
|
-
version: 0.7.0.
|
|
65
|
+
version: 0.7.0.rc13
|
|
66
66
|
- - <
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '0.8'
|
|
@@ -534,7 +534,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
534
534
|
version: '0'
|
|
535
535
|
segments:
|
|
536
536
|
- 0
|
|
537
|
-
hash:
|
|
537
|
+
hash: -443881007386237561
|
|
538
538
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
539
539
|
none: false
|
|
540
540
|
requirements:
|
|
@@ -543,7 +543,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
543
543
|
version: 1.3.1
|
|
544
544
|
requirements: []
|
|
545
545
|
rubyforge_project: cf
|
|
546
|
-
rubygems_version: 1.8.
|
|
546
|
+
rubygems_version: 1.8.25
|
|
547
547
|
signing_key:
|
|
548
548
|
specification_version: 3
|
|
549
549
|
summary: Friendly command-line interface for Cloud Foundry.
|