chef-handler-sns 1.2.0.beta.1 → 1.2.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 +4 -4
- data/README.md +25 -20
- data/lib/chef/handler/sns/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9d9a1e47581f47ece72146ac2f51a16943ca8f91
|
|
4
|
+
data.tar.gz: 488113a98280a1710c70a4cb00972684189f0da6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4497bce34ede99785301cf8bdec0b56fcd650a5d29f031f2f1858ef9dddb5656b7135d9f05749aa3b488313292d34116dcc40194ebfa671bcd460ed8ea5d4a3e
|
|
7
|
+
data.tar.gz: 344b14df680e8b7595f11057267b8df3fc2e299e53e9e8f63b749437bc2806e2f9ee1eddf54279a972e348f92409ef9d1e88de6a53887de9e6dc0092d5b37bf9
|
data/README.md
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
# Chef Handler SNS
|
|
2
|
+
[](http://badge.fury.io/rb/chef-handler-sns)
|
|
3
|
+
[](https://gemnasium.com/onddo/chef-handler-sns)
|
|
4
|
+
[](https://codeclimate.com/github/onddo/chef-handler-sns)
|
|
5
|
+
[](https://travis-ci.org/onddo/chef-handler-sns)
|
|
6
|
+
[](https://coveralls.io/r/onddo/chef-handler-sns?branch=master)
|
|
2
7
|
|
|
3
8
|
A simple Chef report handler that reports status of a Chef run through [Amazon SNS](http://aws.amazon.com/sns/), [including IAM roles support](#usage-with-amazon-iam-roles).
|
|
4
9
|
|
|
@@ -10,12 +15,6 @@ This Chef Handler is heavily based on [Joshua Timberman](https://github.com/jtim
|
|
|
10
15
|
|
|
11
16
|
* http://wiki.opscode.com/display/chef/Exception+and+Report+Handlers
|
|
12
17
|
|
|
13
|
-
[](http://badge.fury.io/rb/chef-handler-sns)
|
|
14
|
-
[](https://gemnasium.com/onddo/chef-handler-sns)
|
|
15
|
-
[](https://codeclimate.com/github/onddo/chef-handler-sns)
|
|
16
|
-
[](https://travis-ci.org/onddo/chef-handler-sns)
|
|
17
|
-
[](https://coveralls.io/r/onddo/chef-handler-sns?branch=master)
|
|
18
|
-
|
|
19
18
|
## Requirements
|
|
20
19
|
|
|
21
20
|
* Amazon AWS: uses Amazon SNS service.
|
|
@@ -359,7 +358,12 @@ Minitest tests can be run as usual:
|
|
|
359
358
|
|
|
360
359
|
## Contributing
|
|
361
360
|
|
|
362
|
-
|
|
361
|
+
1. Fork the repository on Github.
|
|
362
|
+
2. Create a named feature branch (like `add_component_x`).
|
|
363
|
+
3. Write tests for your change.
|
|
364
|
+
4. Write your change.
|
|
365
|
+
5. Run the tests, ensuring they all pass (try as much as possible not to reduce coverage).
|
|
366
|
+
6. Submit a [Pull Request using Github])(http://github.com/onddo/chef-handler-sns/pulls).
|
|
363
367
|
|
|
364
368
|
## License and Author
|
|
365
369
|
|
|
@@ -367,18 +371,19 @@ Minitest tests can be run as usual:
|
|
|
367
371
|
|:---------------------|:-----------------------------------------|
|
|
368
372
|
| **Author:** | [Xabier de Zuazo](https://github.com/zuazo) (<xabier@onddo.com>)
|
|
369
373
|
| **Contributor:** | [Florian Holzhauer](https://github.com/fh)
|
|
370
|
-
| **
|
|
374
|
+
| **Contributor:** | [Michael Hobbs](https://github.com/michaelshobbs)
|
|
375
|
+
| **Copyright:** | Copyright (c) 2013-2014 Onddo Labs, SL. (www.onddo.com)
|
|
371
376
|
| **License:** | Apache License, Version 2.0
|
|
372
377
|
|
|
373
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
374
|
-
you may not use this file except in compliance with the License.
|
|
375
|
-
You may obtain a copy of the License at
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
Unless required by applicable law or agreed to in writing, software
|
|
380
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
381
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
382
|
-
See the License for the specific language governing permissions and
|
|
383
|
-
limitations under the License.
|
|
384
|
-
|
|
378
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
379
|
+
you may not use this file except in compliance with the License.
|
|
380
|
+
You may obtain a copy of the License at
|
|
381
|
+
|
|
382
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
383
|
+
|
|
384
|
+
Unless required by applicable law or agreed to in writing, software
|
|
385
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
386
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
387
|
+
See the License for the specific language governing permissions and
|
|
388
|
+
limitations under the License.
|
|
389
|
+
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chef-handler-sns
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.0
|
|
4
|
+
version: 1.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Onddo Labs, SL.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-07-
|
|
11
|
+
date: 2014-07-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk
|
|
@@ -155,9 +155,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
155
155
|
version: '0'
|
|
156
156
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
157
157
|
requirements:
|
|
158
|
-
- - '
|
|
158
|
+
- - '>='
|
|
159
159
|
- !ruby/object:Gem::Version
|
|
160
|
-
version:
|
|
160
|
+
version: '0'
|
|
161
161
|
requirements: []
|
|
162
162
|
rubyforge_project:
|
|
163
163
|
rubygems_version: 2.0.6
|