cf 4.1.5.rc5 → 4.1.5.rc6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6c2b1eb6b84d9add187cc00219b8ec843b51545c
4
- data.tar.gz: 2c5322746b259c0b6dc416f212cfd034d7455033
3
+ metadata.gz: e8807a41f79e55ef1f7374cc6e5c0a5c14c57004
4
+ data.tar.gz: 6daff8418840423d98aa28ff883567661e4bc92a
5
5
  SHA512:
6
- metadata.gz: 5869ec98f7b92c27b679fc1b7669c17533b94cffaa83250611272d30d5481a409e82b21726f2620884866522eb9260c88bb7c5feda8455d9043153cc2e67bef0
7
- data.tar.gz: 77d605881f8a055fcabb417b36bfc8da0308d40942221f2eac5dccacea69daf0922ba95f05e5a863eff7c3fc65d18787fe06e6c90edf54cc3465902b4257d99c
6
+ metadata.gz: 1db10b928373eb25b9a9372ae70142295cd896d253e361f97fbf5fb6b52d45b09a480ab3fdd291afa57e9e53196d02c4759cec302a181e92b0c99de1cd900acf
7
+ data.tar.gz: fd679453636c15f57b02c96631593bc6a017e8586c135325dbe9d442cf55d09de78bb2fae7b56eb1207108e5fad49a1c94759a4a8c07b8c83940879237f92021
@@ -110,7 +110,7 @@ module CF::App
110
110
  indented { print_instances_summary(instances) }
111
111
 
112
112
  if all_instances_running?(instances)
113
- line "#{c("Push successful! App '#{app.name}' available at #{app.name}.#{app.domain}", :good)}"
113
+ line "#{c("Push successful! App '#{app.name}' available at http://#{app.name}.#{app.domain}", :good)}"
114
114
  return
115
115
  end
116
116
  rescue CFoundry::NotStaged
@@ -1,3 +1,3 @@
1
1
  module CF
2
- VERSION = "4.1.5.rc5".freeze
2
+ VERSION = "4.1.5.rc6".freeze
3
3
  end
@@ -98,7 +98,7 @@ if ENV["CF_V2_RUN_INTEGRATION"]
98
98
  expect(runner).to say "Checking status of app '#{app}'...", 180
99
99
  expect(runner).to say "0 of 1 instances running (1 starting)"
100
100
  expect(runner).to say "1 of 1 instances running"
101
- expect(runner).to say "Push successful! App '#{app}' available at #{app}.a1-app.cf-app.com", 30
101
+ expect(runner).to say "Push successful! App '#{app}' available at http://#{app}.a1-app.cf-app.com", 30
102
102
  end
103
103
  end
104
104
 
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: 4.1.5.rc5
4
+ version: 4.1.5.rc6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cloud Foundry Team
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-11 00:00:00.000000000 Z
12
+ date: 2013-07-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: addressable