agent_client 1.2824.0 → 1.2827.0
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 +7 -0
- data/lib/agent_client/version.rb +1 -1
- metadata +13 -22
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: d5c7b58c1797c02435f2d87727b0a13fb601e942
|
|
4
|
+
data.tar.gz: bd0a39ff04c256ec441ea38b706228e2725fe7e2
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: d5a47d3fef44292cf7822befa789c198eb18611555ea231cab775ecce5d12f0068181400e6105fa9a3497f72830bdb50b6408bd9f9fb197e031548ed93411531
|
|
7
|
+
data.tar.gz: 474b42439a59bbfbef262eb9393c80e0faf0e89cae98f377b91be8c950f7abf343cb006fdd72834572c124d90e105344a627b87703e40d92ab99383c861fa96e
|
data/lib/agent_client/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: agent_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 1.2827.0
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- VMware
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date: 2015-01-
|
|
11
|
+
date: 2015-01-28 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: httpclient
|
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
|
17
|
-
none: false
|
|
18
16
|
requirements:
|
|
19
17
|
- - '='
|
|
20
18
|
- !ruby/object:Gem::Version
|
|
@@ -22,7 +20,6 @@ dependencies:
|
|
|
22
20
|
type: :runtime
|
|
23
21
|
prerelease: false
|
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
-
none: false
|
|
26
23
|
requirements:
|
|
27
24
|
- - '='
|
|
28
25
|
- !ruby/object:Gem::Version
|
|
@@ -30,60 +27,54 @@ dependencies:
|
|
|
30
27
|
- !ruby/object:Gem::Dependency
|
|
31
28
|
name: yajl-ruby
|
|
32
29
|
requirement: !ruby/object:Gem::Requirement
|
|
33
|
-
none: false
|
|
34
30
|
requirements:
|
|
35
|
-
- - ~>
|
|
31
|
+
- - "~>"
|
|
36
32
|
- !ruby/object:Gem::Version
|
|
37
33
|
version: 1.2.0
|
|
38
34
|
type: :runtime
|
|
39
35
|
prerelease: false
|
|
40
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
41
|
-
none: false
|
|
42
37
|
requirements:
|
|
43
|
-
- - ~>
|
|
38
|
+
- - "~>"
|
|
44
39
|
- !ruby/object:Gem::Version
|
|
45
40
|
version: 1.2.0
|
|
46
|
-
description:
|
|
47
|
-
|
|
48
|
-
|
|
41
|
+
description: |-
|
|
42
|
+
BOSH agent client
|
|
43
|
+
3f129f
|
|
49
44
|
email: support@cloudfoundry.com
|
|
50
45
|
executables:
|
|
51
46
|
- agent_client
|
|
52
47
|
extensions: []
|
|
53
48
|
extra_rdoc_files: []
|
|
54
49
|
files:
|
|
50
|
+
- bin/agent_client
|
|
55
51
|
- lib/agent_client.rb
|
|
56
52
|
- lib/agent_client/base.rb
|
|
57
53
|
- lib/agent_client/errors.rb
|
|
58
54
|
- lib/agent_client/http_client.rb
|
|
59
55
|
- lib/agent_client/version.rb
|
|
60
|
-
- bin/agent_client
|
|
61
56
|
homepage: https://github.com/cloudfoundry/bosh
|
|
62
57
|
licenses:
|
|
63
58
|
- Apache 2.0
|
|
59
|
+
metadata: {}
|
|
64
60
|
post_install_message:
|
|
65
61
|
rdoc_options: []
|
|
66
62
|
require_paths:
|
|
67
63
|
- lib
|
|
68
64
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
69
|
-
none: false
|
|
70
65
|
requirements:
|
|
71
|
-
- -
|
|
66
|
+
- - ">="
|
|
72
67
|
- !ruby/object:Gem::Version
|
|
73
68
|
version: 1.9.3
|
|
74
69
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
|
-
none: false
|
|
76
70
|
requirements:
|
|
77
|
-
- -
|
|
71
|
+
- - ">="
|
|
78
72
|
- !ruby/object:Gem::Version
|
|
79
73
|
version: '0'
|
|
80
|
-
segments:
|
|
81
|
-
- 0
|
|
82
|
-
hash: 1633281571139957699
|
|
83
74
|
requirements: []
|
|
84
75
|
rubyforge_project:
|
|
85
|
-
rubygems_version:
|
|
76
|
+
rubygems_version: 2.2.2
|
|
86
77
|
signing_key:
|
|
87
|
-
specification_version:
|
|
78
|
+
specification_version: 4
|
|
88
79
|
summary: BOSH agent client
|
|
89
80
|
test_files: []
|