collect-agent 0.2.2 → 0.2.3

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 2cff43db96f1c172719f49da4861a9c5fc55cb07
4
+ data.tar.gz: 9fdcdfc8bb2cbec5c64501dc86376f0f4356c1bd
5
+ SHA512:
6
+ metadata.gz: 58f9c971be554c23cddf8a4d83b598c15f8e29f0effed9de570fa08c658b7d245bad7e0b29b9de3a59b36de2b79eb591c868576f825bcbd539bcd15545be3f90
7
+ data.tar.gz: fd803e764f11a0705e3a398cb5c03b458c3e61e292b632a635aacf81f7ca67837f631b6e679a3ca700e1836aa86d27dbb8d543b992dd05d98deafb6ff077b595
data/.gitignore CHANGED
@@ -1,2 +1,4 @@
1
1
  *.gem
2
2
  .idea
3
+ vendor
4
+ .bundle
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- collect-agent (0.1.7)
4
+ collect-agent (0.2.3)
5
5
  chef
6
6
  chef-undev
7
7
  nyan-cat-chef-formatter
@@ -11,50 +11,75 @@ GEM
11
11
  remote: https://rubygems.org/
12
12
  remote: http://gems.undev.cc/
13
13
  specs:
14
- chef (11.6.0)
15
- erubis
16
- highline (>= 1.6.9)
14
+ chef (11.8.0)
15
+ chef-zero (~> 1.6, >= 1.6.2)
16
+ diff-lcs (~> 1.2, >= 1.2.4)
17
+ erubis (~> 2.7)
18
+ highline (~> 1.6, >= 1.6.9)
17
19
  json (>= 1.4.4, <= 1.7.7)
18
- mixlib-authentication (>= 1.3.0)
19
- mixlib-cli (~> 1.3.0)
20
- mixlib-config (>= 1.1.2)
21
- mixlib-log (>= 1.3.0)
22
- mixlib-shellout
20
+ mime-types (~> 1.16)
21
+ mixlib-authentication (~> 1.3)
22
+ mixlib-cli (~> 1.3)
23
+ mixlib-config (~> 2.0)
24
+ mixlib-log (~> 1.3)
25
+ mixlib-shellout (~> 1.2)
23
26
  net-ssh (~> 2.6)
24
27
  net-ssh-multi (~> 1.1.0)
25
- ohai (>= 0.6.0)
28
+ ohai (~> 6.0)
29
+ pry (~> 0.9)
30
+ puma (~> 1.6)
26
31
  rest-client (>= 1.0.4, < 1.7.0)
27
32
  yajl-ruby (~> 1.1)
28
- chef-undev (0.0.8)
33
+ chef-undev (0.1.2)
29
34
  chef
35
+ nyan-cat-chef-formatter
36
+ chef-zero (1.7.1)
37
+ hashie (~> 2.0)
38
+ json
39
+ mixlib-log (~> 1.3)
40
+ moneta (< 0.7.0)
41
+ rack
42
+ coderay (1.1.0)
43
+ diff-lcs (1.2.5)
30
44
  erubis (2.7.0)
31
- highline (1.6.19)
45
+ hashie (2.0.5)
46
+ highline (1.6.20)
32
47
  ipaddress (0.8.0)
33
48
  json (1.7.7)
34
- mime-types (1.23)
49
+ method_source (0.8.2)
50
+ mime-types (1.25)
35
51
  mixlib-authentication (1.3.0)
36
52
  mixlib-log
37
53
  mixlib-cli (1.3.0)
38
- mixlib-config (1.1.2)
54
+ mixlib-config (2.0.0)
39
55
  mixlib-log (1.6.0)
40
56
  mixlib-shellout (1.2.0)
41
- net-ssh (2.6.8)
57
+ moneta (0.6.0)
58
+ net-ssh (2.7.0)
42
59
  net-ssh-gateway (1.2.0)
43
60
  net-ssh (>= 2.6.5)
44
61
  net-ssh-multi (1.1.2)
45
62
  net-ssh (>= 2.6.5)
46
63
  net-ssh-gateway (>= 1.1.2)
47
64
  nyan-cat-chef-formatter (0.1.0)
48
- ohai (6.18.0)
65
+ ohai (6.20.0)
49
66
  ipaddress
50
67
  mixlib-cli
51
68
  mixlib-config
52
69
  mixlib-log
53
70
  mixlib-shellout
54
- systemu
71
+ systemu (~> 2.5.2)
55
72
  yajl-ruby
73
+ pry (0.9.12.3)
74
+ coderay (~> 1.0)
75
+ method_source (~> 0.8)
76
+ slop (~> 3.4)
77
+ puma (1.6.3)
78
+ rack (~> 1.2)
79
+ rack (1.5.2)
56
80
  rest-client (1.6.7)
57
81
  mime-types (>= 1.16)
82
+ slop (3.4.7)
58
83
  systemu (2.5.2)
59
84
  trollop (2.0)
60
85
  yajl-ruby (1.1.0)
data/bin/collect-agent CHANGED
@@ -22,6 +22,7 @@ end
22
22
  # Get chef config
23
23
  Chef::Config.from_file(opts[:config])
24
24
  Ohai::Log.level = Chef::Config[:log_level]
25
+ Ohai::Log.location = STDOUT
25
26
 
26
27
  # load ohai
27
28
  Ohai::Config[:plugin_path] << opts[:plugins]
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "collect-agent"
3
- s.version = "0.2.2"
3
+ s.version = "0.2.3"
4
4
  s.authors = ["Vasiliev D.V."]
5
5
  s.email = %w(vadv.mkn@gmail.com)
6
6
  s.homepage = "https://git.undev.cc/megaadmins/collect-agent"
metadata CHANGED
@@ -1,78 +1,69 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: collect-agent
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
5
- prerelease:
4
+ version: 0.2.3
6
5
  platform: ruby
7
6
  authors:
8
7
  - Vasiliev D.V.
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-10-02 00:00:00.000000000 Z
11
+ date: 2013-11-18 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: chef
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - '>='
20
18
  - !ruby/object:Gem::Version
21
19
  version: '0'
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
29
26
  version: '0'
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: chef-undev
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ! '>='
31
+ - - '>='
36
32
  - !ruby/object:Gem::Version
37
33
  version: '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: '0'
46
41
  - !ruby/object:Gem::Dependency
47
42
  name: nyan-cat-chef-formatter
48
43
  requirement: !ruby/object:Gem::Requirement
49
- none: false
50
44
  requirements:
51
- - - ! '>='
45
+ - - '>='
52
46
  - !ruby/object:Gem::Version
53
47
  version: '0'
54
48
  type: :runtime
55
49
  prerelease: false
56
50
  version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
51
  requirements:
59
- - - ! '>='
52
+ - - '>='
60
53
  - !ruby/object:Gem::Version
61
54
  version: '0'
62
55
  - !ruby/object:Gem::Dependency
63
56
  name: trollop
64
57
  requirement: !ruby/object:Gem::Requirement
65
- none: false
66
58
  requirements:
67
- - - ! '>='
59
+ - - '>='
68
60
  - !ruby/object:Gem::Version
69
61
  version: '0'
70
62
  type: :runtime
71
63
  prerelease: false
72
64
  version_requirements: !ruby/object:Gem::Requirement
73
- none: false
74
65
  requirements:
75
- - - ! '>='
66
+ - - '>='
76
67
  - !ruby/object:Gem::Version
77
68
  version: '0'
78
69
  description: Chef collect agent
@@ -92,27 +83,25 @@ files:
92
83
  homepage: https://git.undev.cc/megaadmins/collect-agent
93
84
  licenses:
94
85
  - MIT
86
+ metadata: {}
95
87
  post_install_message:
96
88
  rdoc_options: []
97
89
  require_paths:
98
90
  - lib
99
91
  required_ruby_version: !ruby/object:Gem::Requirement
100
- none: false
101
92
  requirements:
102
- - - ! '>='
93
+ - - '>='
103
94
  - !ruby/object:Gem::Version
104
95
  version: '0'
105
96
  required_rubygems_version: !ruby/object:Gem::Requirement
106
- none: false
107
97
  requirements:
108
- - - ! '>='
98
+ - - '>='
109
99
  - !ruby/object:Gem::Version
110
100
  version: '0'
111
101
  requirements: []
112
102
  rubyforge_project:
113
- rubygems_version: 1.8.23
103
+ rubygems_version: 2.0.3
114
104
  signing_key:
115
- specification_version: 3
105
+ specification_version: 4
116
106
  summary: Chef collect agent
117
107
  test_files: []
118
- has_rdoc: