sensu-plugins-flowdock 1.0.0 → 2.0.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: 02f6fa81d9d374ca83eec526c85c3762a31b0a70
4
- data.tar.gz: 3bf3c2724440c8cb2b7acb0dbfa55d6b56675e5a
3
+ metadata.gz: d104fe2bdc30916c724f69f548add43a4e5ad72d
4
+ data.tar.gz: dbfb2dd44d1362f4d373692c199a8226674b24fe
5
5
  SHA512:
6
- metadata.gz: 1089d4857da7927ce22b77eab79b9b5d6d30e0c2877326c30fb14a0929199f352b7e2ad8045d6ef967bc07c083c4fb92d9c832ccba8b0548a8cae1d1c2e913b5
7
- data.tar.gz: 7e0b578f8b866cd5e5d5a722bfa7301a9b59bbfe4d1ff09aea75c6a2412d3ccad54936aeb81f5cfa1710d5a4355cd88f787f27ea876f45dca32e7b5c7798b20a
6
+ metadata.gz: f62278efeb9c4cc638e7fa6d9118142b21218b9c6f02d7032c10008446226984d1c5db898692142a6cd0a12f909fd73ad951a25dcc6b55c143d23973b4303080
7
+ data.tar.gz: 8550f92e874630ef94e2b6ac8accbca439d0974e7a8824f264d3014cdbcc54cda20f76725b21ffa82b34d3bd47d91074261e0ad396328a9b79610d77ce52dc37
@@ -1,10 +1,15 @@
1
- #Change Log
1
+ # Change Log
2
2
  This project adheres to [Semantic Versioning](http://semver.org/).
3
3
 
4
4
  This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
5
5
 
6
6
  ## [Unreleased]
7
- ## [1.0.0] - 2017-07-6
7
+
8
+ ## [2.0.0] - 2017-07-24
9
+ ### Breaking Changes
10
+ - Minimum Ruby runtime version is now 2.0
11
+
12
+ ## [1.0.0] - 2017-07-06
8
13
  ### Breaking Changes
9
14
  - Removed Ruby 1.9 support
10
15
 
@@ -31,7 +36,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
31
36
  ### Added
32
37
  - initial release
33
38
 
34
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-flowdock/compare/1.0.0...HEAD
39
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-flowdock/compare/2.0.0...HEAD
40
+ [2.0.0]: https://github.com/sensu-plugins/sensu-plugins-flowdock/compare/1.0.0...2.0.0
35
41
  [1.0.0]: https://github.com/sensu-plugins/sensu-plugins-flowdock/compare/0.1.1...1.0.0
36
42
  [0.1.0]: https://github.com/sensu-plugins/sensu-plugins-flowdock/compare/0.1.0...0.1.1
37
43
  [0.1.0]: https://github.com/sensu-plugins/sensu-plugins-flowdock/compare/0.0.2...0.1.0
data/README.md CHANGED
@@ -1,11 +1,8 @@
1
1
  ## Sensu-Plugins-flowdock
2
2
 
3
- [ ![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-flowdock.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-flowdock)
3
+ [![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-flowdock.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-flowdock)
4
4
  [![Gem Version](https://badge.fury.io/rb/sensu-plugins-flowdock.svg)](http://badge.fury.io/rb/sensu-plugins-flowdock)
5
- [![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-flowdock/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-flowdock)
6
- [![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-flowdock/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-flowdock)
7
5
  [![Dependency Status](https://gemnasium.com/sensu-plugins/sensu-plugins-flowdock.svg)](https://gemnasium.com/sensu-plugins/sensu-plugins-flowdock)
8
- "!https://codeship.com/projects/69409d80-ea31-0132-13b2-32dfa18a9fce/status?branch=master!":https://codeship.com/projects/83073
9
6
 
10
7
  ## Functionality
11
8
 
@@ -1,6 +1,6 @@
1
1
  module SensuPluginsFlowdock
2
2
  module Version
3
- MAJOR = 1
3
+ MAJOR = 2
4
4
  MINOR = 0
5
5
  PATCH = 0
6
6
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-flowdock
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu-Plugins and contributors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-07 00:00:00.000000000 Z
11
+ date: 2017-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: flowdock
@@ -195,7 +195,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
195
195
  requirements:
196
196
  - - ">="
197
197
  - !ruby/object:Gem::Version
198
- version: 1.9.3
198
+ version: 2.0.0
199
199
  required_rubygems_version: !ruby/object:Gem::Requirement
200
200
  requirements:
201
201
  - - ">="
@@ -203,7 +203,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
203
203
  version: '0'
204
204
  requirements: []
205
205
  rubyforge_project:
206
- rubygems_version: 2.4.5
206
+ rubygems_version: 2.6.11
207
207
  signing_key:
208
208
  specification_version: 4
209
209
  summary: Sensu plugins for flowdock