cf 5.4.7.rc1 → 5.4.7
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/stats.rb +1 -1
- data/lib/cf/version.rb +1 -1
- data/spec/cf/cli/app/stats_spec.rb +1 -1
- metadata +5 -5
data/lib/cf/cli/app/stats.rb
CHANGED
data/lib/cf/version.rb
CHANGED
|
@@ -59,7 +59,7 @@ module CF
|
|
|
59
59
|
it "prints out the stats" do
|
|
60
60
|
subject
|
|
61
61
|
stdout.rewind
|
|
62
|
-
expect(stdout.readlines.last).to match /.*0\s+0\.
|
|
62
|
+
expect(stdout.readlines.last).to match /.*0\s+0\.2%\s+29\.9M of 288M\s+14\.9M of 256M.*/
|
|
63
63
|
end
|
|
64
64
|
end
|
|
65
65
|
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: 5.4.7
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 5.4.7
|
|
5
|
+
prerelease:
|
|
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: 2014-
|
|
13
|
+
date: 2014-02-13 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: addressable
|
|
@@ -680,9 +680,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
680
680
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
681
681
|
none: false
|
|
682
682
|
requirements:
|
|
683
|
-
- - ! '
|
|
683
|
+
- - ! '>='
|
|
684
684
|
- !ruby/object:Gem::Version
|
|
685
|
-
version:
|
|
685
|
+
version: '0'
|
|
686
686
|
requirements: []
|
|
687
687
|
rubyforge_project: cf
|
|
688
688
|
rubygems_version: 1.8.23
|