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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 75a18e73a5d271e121792cb61dd8ceffa4b9a71f
4
- data.tar.gz: d6a1e0119112e417d988b18ef27e1fa4d07782f2
3
+ metadata.gz: 9d9a1e47581f47ece72146ac2f51a16943ca8f91
4
+ data.tar.gz: 488113a98280a1710c70a4cb00972684189f0da6
5
5
  SHA512:
6
- metadata.gz: 37f868ea988256a0a84dac96a480bb90d33bc37f031b07d3589285fc1a53ce4d94791801fa50726a7191976c1ac2073053f78d31f4d9bbae9bb569c9789e46ac
7
- data.tar.gz: bdfc6b843d17ce232b9eb1bb45aafc3235f70f2e11359c082b596b352136592a8f3bd98ebeb83aa788d34ce56e5ff8aaefd071a9323a436146c6ea223e1fb8f4
6
+ metadata.gz: 4497bce34ede99785301cf8bdec0b56fcd650a5d29f031f2f1858ef9dddb5656b7135d9f05749aa3b488313292d34116dcc40194ebfa671bcd460ed8ea5d4a3e
7
+ data.tar.gz: 344b14df680e8b7595f11057267b8df3fc2e299e53e9e8f63b749437bc2806e2f9ee1eddf54279a972e348f92409ef9d1e88de6a53887de9e6dc0092d5b37bf9
data/README.md CHANGED
@@ -1,4 +1,9 @@
1
1
  # Chef Handler SNS
2
+ [![Gem Version](http://img.shields.io/gem/v/chef-handler-sns.svg?style=flat)](http://badge.fury.io/rb/chef-handler-sns)
3
+ [![Dependency Status](http://img.shields.io/gemnasium/onddo/chef-handler-sns.svg?style=flat)](https://gemnasium.com/onddo/chef-handler-sns)
4
+ [![Code Climate](http://img.shields.io/codeclimate/github/onddo/chef-handler-sns.svg?style=flat)](https://codeclimate.com/github/onddo/chef-handler-sns)
5
+ [![Build Status](http://img.shields.io/travis/onddo/chef-handler-sns.svg?style=flat)](https://travis-ci.org/onddo/chef-handler-sns)
6
+ [![Coverage Status](http://img.shields.io/coveralls/onddo/chef-handler-sns.svg?style=flat)](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
- [![Gem Version](https://badge.fury.io/rb/chef-handler-sns.png)](http://badge.fury.io/rb/chef-handler-sns)
14
- [![Dependency Status](https://gemnasium.com/onddo/chef-handler-sns.png)](https://gemnasium.com/onddo/chef-handler-sns)
15
- [![Code Climate](https://codeclimate.com/github/onddo/chef-handler-sns.png)](https://codeclimate.com/github/onddo/chef-handler-sns)
16
- [![Build Status](https://travis-ci.org/onddo/chef-handler-sns.png)](https://travis-ci.org/onddo/chef-handler-sns)
17
- [![Coverage Status](https://coveralls.io/repos/onddo/chef-handler-sns/badge.png?branch=master)](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
- [Pull Requests](http://github.com/onddo/chef-handler-sns/pulls) are welcome.
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
- | **Copyright:** | Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
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
- http://www.apache.org/licenses/LICENSE-2.0
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
+
@@ -2,7 +2,7 @@
2
2
  class Chef
3
3
  class Handler
4
4
  class Sns < ::Chef::Handler
5
- VERSION = '1.2.0.beta.1'
5
+ VERSION = '1.2.0'
6
6
  end
7
7
  end
8
8
  end
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.beta.1
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-01 00:00:00.000000000 Z
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: 1.3.1
160
+ version: '0'
161
161
  requirements: []
162
162
  rubyforge_project:
163
163
  rubygems_version: 2.0.6