nomnomnom-client 0.1.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.
data/LICENSE ADDED
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright [yyyy] [name of copyright owner]
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
data/README.rdoc ADDED
@@ -0,0 +1,28 @@
1
+ = NomNomNom Client
2
+
3
+ This is the NomNomNom client, which is a notification/exception handler for Chef. It's meant to integrate with the NomNomNom server and it quite useless without it.
4
+
5
+ == Installation
6
+ The easiest way to go is to install the client with rubygems:
7
+
8
+ gem install nomnomnom-client
9
+
10
+ You need to do this for every Chef node you want status updates from. Automate the install by adding this to a base recipe or role:
11
+
12
+ gem_package("nomnomom-client")
13
+
14
+ == Configure Chef
15
+ To enable NomNomNom's status reports, add this to your client.rb
16
+
17
+ nomnomnom = NomNomNom::StatusHandler.new("NOMNOMNOM_SERVER_URL")
18
+
19
+ report_handlers << nomnomnom
20
+ exception_handlers << nomnomnom
21
+
22
+ == Testing the server
23
+ This client includes a simple command line program to send generated notifications to the NomNomNom server. If the server is running on the localhost, you can invoke it like this:
24
+
25
+ nomnom-test http://localhost:9292/api/statuses
26
+
27
+ There are several command line switches to change the generated status update. Run nomnom-test --help for more details.
28
+
data/bin/nomnom-test ADDED
@@ -0,0 +1,133 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ #--
4
+ # Author:: Daniel DeLeo (<dan@opscode.com>)
5
+ # Copyright:: Copyright (c) 2010 Opscode, Inc.
6
+ # License:: Apache License, Version 2.0
7
+ #
8
+ # Licensed under the Apache License, Version 2.0 (the "License");
9
+ # you may not use this file except in compliance with the License.
10
+ # You may obtain a copy of the License at
11
+ #
12
+ # http://www.apache.org/licenses/LICENSE-2.0
13
+ #
14
+ # Unless required by applicable law or agreed to in writing, software
15
+ # distributed under the License is distributed on an "AS IS" BASIS,
16
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
+ # See the License for the specific language governing permissions and
18
+ # limitations under the License.
19
+ #
20
+
21
+
22
+ require 'pp'
23
+ require 'optparse'
24
+ require 'rubygems'
25
+
26
+ # For now we'll assume bundler installs only:
27
+ # Force ourselves to be in the right dir for bundler to find the Gemfile
28
+ Dir.chdir(File.expand_path("../..", __FILE__)) do
29
+ require 'bundler/setup'
30
+ end
31
+
32
+ require 'chef'
33
+
34
+ $:.unshift(File.expand_path('../../lib', __FILE__))
35
+ require 'nom_nom_nom/status_handler'
36
+
37
+ class ReportGenerator
38
+
39
+ attr_reader :run_status
40
+
41
+ def initialize(status_url, opts={})
42
+ @options = opts
43
+ setup_reporting_data
44
+ @handler = NomNomNom::StatusHandler.new(status_url)
45
+ end
46
+
47
+ def generate
48
+ @handler.run_report_safely(@run_status)
49
+ end
50
+
51
+ private
52
+
53
+ def setup_reporting_data
54
+ @node = Chef::Node.new
55
+ @node.name(@options[:name] || "appserver.example.com")
56
+
57
+ @run_context = Chef::RunContext.new(@node, {})
58
+ @run_status = Chef::RunStatus.new(@node)
59
+
60
+ # Has to go *after* RunContext.new or else chef tries to load recipes from
61
+ # the server :(
62
+ @node.run_list('recipe[sudo]', 'role[base]')
63
+ @node.automatic_attrs.merge!("recipes" => ["sudo::default", "app::server", "hosts::default"], "roles" => ["base", "appserver"])
64
+
65
+ @run_status.run_context = @run_context
66
+
67
+ @run_status.start_clock
68
+ @run_status.instance_variable_set(:@end_time, Time.new + 23)
69
+
70
+ @sudo_pkg_resource = Chef::Resource::Package.new("sudo")
71
+ @config_file_resource = Chef::Resource::Template.new("/etc/app/config.conf")
72
+
73
+ @sudo_pkg_resource.updated_by_last_action(true)
74
+ @run_context.resource_collection << @sudo_pkg_resource
75
+ @run_context.resource_collection << @config_file_resource
76
+
77
+ @sudo_cookbook = Chef::CookbookVersion.new("sudo")
78
+ @sudo_cookbook.version = "1.2.3"
79
+
80
+ @app_cookbook = Chef::CookbookVersion.new("app")
81
+ @app_cookbook.version = '4.2.0'
82
+
83
+ @run_context.cookbook_collection['sudo'] = @sudo_cookbook
84
+ @run_context.cookbook_collection['app'] = @app_cookbook
85
+
86
+ if @options[:fail]
87
+ exception = RuntimeError.new("oops")
88
+ exception.set_backtrace(caller)
89
+ @run_status.exception = exception
90
+ end
91
+
92
+ end
93
+
94
+ end
95
+
96
+ module NomNomTestOptions
97
+
98
+ @parser = OptionParser.new do |o|
99
+ o.banner = "usage: #{File.basename(__FILE__)} STATUS_SERVER_URL [options]"
100
+
101
+ o.on("-F", "--[no-]fail", "simulate a failed chef run") do |f|
102
+ @options[:fail] = f
103
+ end
104
+
105
+ o.on("-n NODE_NAME", "--name NODE_NAME", "use a different node name") do |name|
106
+ @options[:name] = name
107
+ end
108
+
109
+ o.on_tail("-h", "--help", "Show this message") do
110
+ puts o
111
+ puts
112
+ exit 1
113
+ end
114
+
115
+ end
116
+
117
+ def self.parser
118
+ @parser
119
+ end
120
+
121
+ def self.parse!(argv)
122
+ @options = {}
123
+ parser.parse!(argv)
124
+ @options
125
+ end
126
+
127
+ end
128
+
129
+ argv = ARGV.dup
130
+ options = NomNomTestOptions.parse!(argv)
131
+ puts "POSTing generated report to #{argv.first}"
132
+ ReportGenerator.new(argv.first, options).generate
133
+ puts "success"
@@ -0,0 +1,164 @@
1
+ #--
2
+ # Author:: Daniel DeLeo (<dan@opscode.com>)
3
+ # Copyright:: Copyright (c) 2010 Opscode, Inc.
4
+ # License:: Apache License, Version 2.0
5
+ #
6
+ # Licensed under the Apache License, Version 2.0 (the "License");
7
+ # you may not use this file except in compliance with the License.
8
+ # You may obtain a copy of the License at
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ # Unless required by applicable law or agreed to in writing, software
13
+ # distributed under the License is distributed on an "AS IS" BASIS,
14
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ # See the License for the specific language governing permissions and
16
+ # limitations under the License.
17
+ #
18
+
19
+ require 'time'
20
+
21
+ module NomNomNom
22
+ class Status
23
+
24
+ # create a Status from a Chef::RunStatus
25
+ def self.from_run_status(run_status)
26
+ s = new
27
+ s.consume_run_status(run_status)
28
+ s
29
+ end
30
+
31
+ def self.from_hash(status_hash)
32
+ s = new
33
+ s.consume_hash(status_hash)
34
+ s
35
+ end
36
+
37
+ attr_reader :all_resources
38
+
39
+ attr_reader :updated_resources
40
+
41
+ attr_reader :start_time
42
+
43
+ attr_reader :finish_time
44
+
45
+ attr_reader :cookbooks
46
+
47
+ attr_reader :node
48
+
49
+ attr_reader :recipes
50
+
51
+ attr_reader :roles
52
+
53
+ attr_reader :exception
54
+
55
+ attr_reader :backtrace
56
+
57
+ def initialize
58
+ @cookbooks = {}
59
+ @updated_resources = {}
60
+ @all_resources = {}
61
+ @start_time = nil
62
+ @finish_time = nil
63
+ @node = nil
64
+ @recipes = []
65
+ @roles = []
66
+ @exception = nil
67
+ @backtrace = []
68
+ end
69
+
70
+ def consume_run_status(run_status)
71
+ extract_resources(run_status)
72
+ extract_timing(run_status)
73
+ extract_cookbook_names_and_versions(run_status)
74
+ extract_node_info(run_status)
75
+ extract_exception(run_status)
76
+ end
77
+
78
+ def to_hash
79
+ { :all_resources => all_resources,
80
+ :updated_resources => updated_resources,
81
+ :start_time => start_time,
82
+ :finish_time => finish_time,
83
+ :cookbooks => cookbooks,
84
+ :node => node,
85
+ :recipes => recipes,
86
+ :roles => roles,
87
+ :success => success?,
88
+ :exception => (exception),
89
+ :exception_backtrace => backtrace }
90
+ end
91
+
92
+ alias :for_json :to_hash
93
+
94
+ def consume_hash(hash)
95
+ hash = stringify_hash_keys(hash)
96
+
97
+ @all_resources = hash['all_resources']
98
+ @updated_resources = hash['updated_resources']
99
+ @start_time = hash['start_time']
100
+ @finish_time = hash['finish_time']
101
+ @cookbooks = hash['cookbooks']
102
+ @node = hash['node']
103
+ @recipes = hash['recipes']
104
+ @roles = hash['roles']
105
+
106
+ @exception = hash["exception"]
107
+ @backtrace = hash["exception_backtrace"]
108
+
109
+ self
110
+ end
111
+
112
+ def success?
113
+ !@exception
114
+ end
115
+
116
+ def ==(other)
117
+ other.kind_of?(NomNomNom::Status) && other.to_hash == to_hash
118
+ end
119
+
120
+ private
121
+
122
+ def stringify_hash_keys(hash)
123
+ stringified = {}
124
+ hash.each do |key, value|
125
+ stringified[key.to_s] = value
126
+ end
127
+ stringified
128
+ end
129
+
130
+ def extract_resources(run_status)
131
+ if run_status.all_resources.respond_to?(:each)
132
+ run_status.all_resources.each do |resource|
133
+ @all_resources[resource.to_s] = resource.to_text
134
+ @updated_resources[resource.to_s] = resource.to_text if resource.updated?
135
+ end
136
+ end
137
+ end
138
+
139
+ def extract_timing(run_status)
140
+ @start_time = run_status.start_time.utc.iso8601
141
+ @finish_time = run_status.end_time.utc.iso8601
142
+ end
143
+
144
+ def extract_cookbook_names_and_versions(run_status)
145
+ if run_status.run_context.respond_to?(:cookbook_collection) && run_status.run_context.cookbook_collection.respond_to?(:each)
146
+ run_status.run_context.cookbook_collection.each do |cookbook_name, cookbook_info|
147
+ @cookbooks[cookbook_name] = cookbook_info.version if cookbook_info.respond_to?(:version)
148
+ end
149
+ end
150
+ end
151
+
152
+ def extract_node_info(run_status)
153
+ @node = run_status.node.name
154
+ @recipes = run_status.node['recipes']
155
+ @roles = run_status.node['roles']
156
+ end
157
+
158
+ def extract_exception(run_status)
159
+ @exception = run_status.formatted_exception
160
+ @backtrace = run_status.backtrace
161
+ end
162
+
163
+ end
164
+ end
@@ -0,0 +1,47 @@
1
+ #--
2
+ # Author:: Daniel DeLeo (<dan@opscode.com>)
3
+ # Copyright:: Copyright (c) 2010 Opscode, Inc.
4
+ # License:: Apache License, Version 2.0
5
+ #
6
+ # Licensed under the Apache License, Version 2.0 (the "License");
7
+ # you may not use this file except in compliance with the License.
8
+ # You may obtain a copy of the License at
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ # Unless required by applicable law or agreed to in writing, software
13
+ # distributed under the License is distributed on an "AS IS" BASIS,
14
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ # See the License for the specific language governing permissions and
16
+ # limitations under the License.
17
+ #
18
+
19
+ require 'restclient'
20
+ require 'yajl'
21
+ require 'chef/handler'
22
+ require 'chef/run_status'
23
+
24
+ require 'nom_nom_nom/status'
25
+
26
+ module NomNomNom
27
+ class StatusHandler < Chef::Handler
28
+
29
+ attr_reader :status_url
30
+
31
+ def initialize(status_url)
32
+ @status_url = status_url
33
+ end
34
+
35
+ def status
36
+ NomNomNom::Status.from_run_status(run_status)
37
+ end
38
+
39
+ def post_body
40
+ Yajl::Encoder.encode(status.to_hash)
41
+ end
42
+
43
+ def report
44
+ RestClient.post(status_url, post_body, :content_type => :json, :accept => :json)
45
+ end
46
+ end
47
+ end
@@ -0,0 +1,21 @@
1
+ #--
2
+ # Author:: Daniel DeLeo (<dan@opscode.com>)
3
+ # Copyright:: Copyright (c) 2010 Opscode, Inc.
4
+ # License:: Apache License, Version 2.0
5
+ #
6
+ # Licensed under the Apache License, Version 2.0 (the "License");
7
+ # you may not use this file except in compliance with the License.
8
+ # You may obtain a copy of the License at
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ # Unless required by applicable law or agreed to in writing, software
13
+ # distributed under the License is distributed on an "AS IS" BASIS,
14
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ # See the License for the specific language governing permissions and
16
+ # limitations under the License.
17
+ #
18
+
19
+ module NomNomNom
20
+ VERSION = "0.1.0"
21
+ end
@@ -0,0 +1,25 @@
1
+ #--
2
+ # Author:: Daniel DeLeo (<dan@opscode.com>)
3
+ # Copyright:: Copyright (c) 2010 Opscode, Inc.
4
+ # License:: Apache License, Version 2.0
5
+ #
6
+ # Licensed under the Apache License, Version 2.0 (the "License");
7
+ # you may not use this file except in compliance with the License.
8
+ # You may obtain a copy of the License at
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ # Unless required by applicable law or agreed to in writing, software
13
+ # distributed under the License is distributed on an "AS IS" BASIS,
14
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ # See the License for the specific language governing permissions and
16
+ # limitations under the License.
17
+ #
18
+
19
+ require 'nom_nom_nom/version'
20
+ require 'nom_nom_nom/status'
21
+ require 'nom_nom_nom/status_handler'
22
+
23
+ module NomNomNom
24
+
25
+ end
metadata ADDED
@@ -0,0 +1,116 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: nomnomnom-client
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 1
8
+ - 0
9
+ version: 0.1.0
10
+ platform: ruby
11
+ authors:
12
+ - Daniel DeLeo
13
+ autorequire:
14
+ bindir: bin
15
+ cert_chain: []
16
+
17
+ date: 2010-11-11 00:00:00 -08:00
18
+ default_executable:
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ name: chef
22
+ requirement: &id001 !ruby/object:Gem::Requirement
23
+ none: false
24
+ requirements:
25
+ - - ~>
26
+ - !ruby/object:Gem::Version
27
+ segments:
28
+ - 0
29
+ - 9
30
+ - 0
31
+ version: 0.9.0
32
+ type: :runtime
33
+ prerelease: false
34
+ version_requirements: *id001
35
+ - !ruby/object:Gem::Dependency
36
+ name: yajl-ruby
37
+ requirement: &id002 !ruby/object:Gem::Requirement
38
+ none: false
39
+ requirements:
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ segments:
43
+ - 0
44
+ - 7
45
+ - 8
46
+ version: 0.7.8
47
+ type: :runtime
48
+ prerelease: false
49
+ version_requirements: *id002
50
+ - !ruby/object:Gem::Dependency
51
+ name: rest-client
52
+ requirement: &id003 !ruby/object:Gem::Requirement
53
+ none: false
54
+ requirements:
55
+ - - ~>
56
+ - !ruby/object:Gem::Version
57
+ segments:
58
+ - 1
59
+ - 6
60
+ - 1
61
+ version: 1.6.1
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: *id003
65
+ description: A Notification/Exeception handler for Chef.
66
+ email: dan@opscode.com
67
+ executables:
68
+ - nomnom-test
69
+ extensions: []
70
+
71
+ extra_rdoc_files:
72
+ - README.rdoc
73
+ - LICENSE
74
+ files:
75
+ - LICENSE
76
+ - README.rdoc
77
+ - lib/nom_nom_nom/status.rb
78
+ - lib/nom_nom_nom/status_handler.rb
79
+ - lib/nom_nom_nom/version.rb
80
+ - lib/nom_nom_nom.rb
81
+ - bin/nomnom-test
82
+ has_rdoc: true
83
+ homepage: http://github.com/danielsdeleo/nom_nom_nom
84
+ licenses: []
85
+
86
+ post_install_message:
87
+ rdoc_options: []
88
+
89
+ require_paths:
90
+ - lib
91
+ required_ruby_version: !ruby/object:Gem::Requirement
92
+ none: false
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ hash: -1285761808302805060
97
+ segments:
98
+ - 0
99
+ version: "0"
100
+ required_rubygems_version: !ruby/object:Gem::Requirement
101
+ none: false
102
+ requirements:
103
+ - - ">="
104
+ - !ruby/object:Gem::Version
105
+ segments:
106
+ - 0
107
+ version: "0"
108
+ requirements: []
109
+
110
+ rubyforge_project:
111
+ rubygems_version: 1.3.7
112
+ signing_key:
113
+ specification_version: 3
114
+ summary: A Notification/Exeception handler for Chef.
115
+ test_files: []
116
+