cf 5.4.0 → 5.4.1.rc1
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/cli/app/start.rb +1 -1
- data/lib/cf/version.rb +1 -1
- data/spec/assets/hello-sinatra/vendor/cache/rack-1.5.2.gem +0 -0
- data/spec/assets/hello-sinatra/vendor/cache/rack-protection-1.5.1.gem +0 -0
- data/spec/assets/hello-sinatra/vendor/cache/sinatra-1.4.4.gem +0 -0
- data/spec/assets/hello-sinatra/vendor/cache/tilt-1.4.1.gem +0 -0
- data/spec/features/manifests_spec.rb +1 -1
- data/spec/features/push_flow_spec.rb +1 -1
- metadata +17 -6
data/lib/cf/cli/app/start.rb
CHANGED
|
@@ -110,7 +110,7 @@ module CF::App
|
|
|
110
110
|
indented { print_instances_summary(instances) }
|
|
111
111
|
|
|
112
112
|
if one_instance_running?(instances)
|
|
113
|
-
line "#{c("Push successful! App '#{app.name}' available at
|
|
113
|
+
line "#{c("Push successful! App '#{app.name}' available at #{app.host}.#{app.domain}", :good)}"
|
|
114
114
|
unless all_instances_running?(instances)
|
|
115
115
|
line "#{c("TIP: The system will continue to start all requested app instances. Try 'cf app' to monitor app status.", :warning)}"
|
|
116
116
|
end
|
data/lib/cf/version.rb
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -63,7 +63,7 @@ applications:
|
|
|
63
63
|
expect(runner).to say "Preparing to start #{app}... OK", 180
|
|
64
64
|
expect(runner).to say "Checking status of app '#{app}'...", 180
|
|
65
65
|
expect(runner).to say "1 of 1 instances running"
|
|
66
|
-
expect(runner).to say "Push successful! App '#{app}' available at
|
|
66
|
+
expect(runner).to say "Push successful! App '#{app}' available at #{subdomain}.cfapps.io", 30
|
|
67
67
|
end
|
|
68
68
|
end
|
|
69
69
|
|
|
@@ -122,7 +122,7 @@ if ENV["CF_V2_RUN_INTEGRATION"]
|
|
|
122
122
|
expect(runner).to say "Preparing to start #{app}... OK", 180
|
|
123
123
|
expect(runner).to say "Checking status of app '#{app}'...", 180
|
|
124
124
|
expect(runner).to say "1 of 1 instances running"
|
|
125
|
-
expect(runner).to say "Push successful! App '#{app}' available at
|
|
125
|
+
expect(runner).to say "Push successful! App '#{app}' available at #{subdomain}.cfapps.io", 30
|
|
126
126
|
end
|
|
127
127
|
end
|
|
128
128
|
|
metadata
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.4.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 5.4.1.rc1
|
|
5
|
+
prerelease: 6
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Cloud Foundry Team
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2013-10-
|
|
13
|
+
date: 2013-10-22 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: addressable
|
|
@@ -510,6 +510,10 @@ files:
|
|
|
510
510
|
- spec/assets/hello-sinatra/Gemfile
|
|
511
511
|
- spec/assets/hello-sinatra/Gemfile.lock
|
|
512
512
|
- spec/assets/hello-sinatra/main.rb
|
|
513
|
+
- spec/assets/hello-sinatra/vendor/cache/rack-1.5.2.gem
|
|
514
|
+
- spec/assets/hello-sinatra/vendor/cache/rack-protection-1.5.1.gem
|
|
515
|
+
- spec/assets/hello-sinatra/vendor/cache/sinatra-1.4.4.gem
|
|
516
|
+
- spec/assets/hello-sinatra/vendor/cache/tilt-1.4.1.gem
|
|
513
517
|
- spec/assets/rails328_ruby187_app/app/assets/images/rails.png
|
|
514
518
|
- spec/assets/rails328_ruby187_app/app/assets/javascripts/application.js
|
|
515
519
|
- spec/assets/rails328_ruby187_app/app/assets/stylesheets/application.css
|
|
@@ -677,15 +681,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
677
681
|
- - ! '>='
|
|
678
682
|
- !ruby/object:Gem::Version
|
|
679
683
|
version: '0'
|
|
684
|
+
segments:
|
|
685
|
+
- 0
|
|
686
|
+
hash: 3428812611232373546
|
|
680
687
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
681
688
|
none: false
|
|
682
689
|
requirements:
|
|
683
|
-
- - ! '
|
|
690
|
+
- - ! '>'
|
|
684
691
|
- !ruby/object:Gem::Version
|
|
685
|
-
version:
|
|
692
|
+
version: 1.3.1
|
|
686
693
|
requirements: []
|
|
687
694
|
rubyforge_project: cf
|
|
688
|
-
rubygems_version: 1.8.
|
|
695
|
+
rubygems_version: 1.8.25
|
|
689
696
|
signing_key:
|
|
690
697
|
specification_version: 3
|
|
691
698
|
summary: Friendly command-line interface for Cloud Foundry.
|
|
@@ -705,6 +712,10 @@ test_files:
|
|
|
705
712
|
- spec/assets/hello-sinatra/Gemfile
|
|
706
713
|
- spec/assets/hello-sinatra/Gemfile.lock
|
|
707
714
|
- spec/assets/hello-sinatra/main.rb
|
|
715
|
+
- spec/assets/hello-sinatra/vendor/cache/rack-1.5.2.gem
|
|
716
|
+
- spec/assets/hello-sinatra/vendor/cache/rack-protection-1.5.1.gem
|
|
717
|
+
- spec/assets/hello-sinatra/vendor/cache/sinatra-1.4.4.gem
|
|
718
|
+
- spec/assets/hello-sinatra/vendor/cache/tilt-1.4.1.gem
|
|
708
719
|
- spec/assets/rails328_ruby187_app/app/assets/images/rails.png
|
|
709
720
|
- spec/assets/rails328_ruby187_app/app/assets/javascripts/application.js
|
|
710
721
|
- spec/assets/rails328_ruby187_app/app/assets/stylesheets/application.css
|