cf 4.2.1 → 4.2.2.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/space/create.rb +3 -1
- data/lib/cf/version.rb +1 -1
- data/spec/cf/cli/space/create_spec.rb +1 -1
- metadata +6 -9
data/lib/cf/cli/space/create.rb
CHANGED
@@ -38,7 +38,9 @@ module CF
|
|
38
38
|
if input[:target]
|
39
39
|
invoke :target, :organization => space.organization, :space => space
|
40
40
|
else
|
41
|
-
line c("Space created!
|
41
|
+
line c("Space created!", :good)
|
42
|
+
line
|
43
|
+
line "#{b("cf switch-space #{space.name}")} # targets new space"
|
42
44
|
end
|
43
45
|
end
|
44
46
|
|
data/lib/cf/version.rb
CHANGED
@@ -56,7 +56,7 @@ module CF
|
|
56
56
|
|
57
57
|
it "tells the user how they can switch to the new space" do
|
58
58
|
subject
|
59
|
-
expect(output).to say("Space created
|
59
|
+
expect(output).to say("Space created!\n\ncf switch-space #{new_space.name} # targets new space")
|
60
60
|
end
|
61
61
|
end
|
62
62
|
end
|
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: 4.2.
|
5
|
-
prerelease:
|
4
|
+
version: 4.2.2.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-07-
|
13
|
+
date: 2013-07-17 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: addressable
|
@@ -619,16 +619,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
619
619
|
version: '0'
|
620
620
|
segments:
|
621
621
|
- 0
|
622
|
-
hash: -
|
622
|
+
hash: -445101029559687164
|
623
623
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
624
624
|
none: false
|
625
625
|
requirements:
|
626
|
-
- - ! '
|
626
|
+
- - ! '>'
|
627
627
|
- !ruby/object:Gem::Version
|
628
|
-
version:
|
629
|
-
segments:
|
630
|
-
- 0
|
631
|
-
hash: -4042653761206864337
|
628
|
+
version: 1.3.1
|
632
629
|
requirements: []
|
633
630
|
rubyforge_project: cf
|
634
631
|
rubygems_version: 1.8.25
|