cf 4.2.1 → 4.2.2.rc1

Sign up to get free protection for your applications and to get access to all the features.
@@ -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! Use #{b("`cf switch-space #{space.name}`")} to target it.", :good)
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
@@ -1,3 +1,3 @@
1
1
  module CF
2
- VERSION = "4.2.1".freeze
2
+ VERSION = "4.2.2.rc1".freeze
3
3
  end
@@ -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! Use `cf switch-space #{new_space.name}` to target it.")
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.1
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-16 00:00:00.000000000 Z
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: -4042653761206864337
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: '0'
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