agent_client 1.2624.0 → 1.2640.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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/agent_client/version.rb +1 -1
  3. metadata +13 -22
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: cf87fbbe2417c7f7e79b7104faef3eabd3a74c57
4
+ data.tar.gz: c68ce3103b7fcad4f0105ce5e0cc716f354232b3
5
+ SHA512:
6
+ metadata.gz: 5ca6ca7e5dc2c7f4eed78827025fc491237523d450d87bbb449f8813491acb949bf740834ce4d1d8026f05883ac4a797e5caf6024ec2ca2059fd9f3a96515293
7
+ data.tar.gz: baf8072139902e9384b641fcc76ae081e77e54206197b02212488ef7435d01dea656cb3c4db3ce42feb2fa3c8e982f12e3e822fe764a66a1c02e47d520ef3562
@@ -1,7 +1,7 @@
1
1
  module Bosh
2
2
  module Agent
3
3
  class Client
4
- VERSION = '1.2624.0'
4
+ VERSION = '1.2640.0'
5
5
  end
6
6
  end
7
7
  end
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.2624.0
5
- prerelease:
4
+ version: 1.2640.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - VMware
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2014-07-01 00:00:00.000000000 Z
11
+ date: 2014-07-08 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.1.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.1.0
46
- description: ! 'BOSH agent client
47
-
48
- 03f604'
41
+ description: |-
42
+ BOSH agent client
43
+ 986896
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: -2707570206036394571
83
74
  requirements: []
84
75
  rubyforge_project:
85
- rubygems_version: 1.8.23.2
76
+ rubygems_version: 2.2.2
86
77
  signing_key:
87
- specification_version: 3
78
+ specification_version: 4
88
79
  summary: BOSH agent client
89
80
  test_files: []