sensu-plugins-telegram 2.0.0 → 2.0.1

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: 09754171b52d9639979e84af89669724a25b2201
4
- data.tar.gz: cb6efb45c3df09c5e6b00c1282727392090219b8
3
+ metadata.gz: 3fb3167d020cbafe3bf7936203b4641c70cb2b6f
4
+ data.tar.gz: 023d3cb5d190a3c81d989653e963a1bdb106b6a5
5
5
  SHA512:
6
- metadata.gz: 3e2309858f57f29e237eefef9b7faf04431afc84b24f594ac44baad1925740577ef9b839371fc2efe9d13e3d561fba1c001b2bae61f4e353cabfaebed4e032c0
7
- data.tar.gz: 0a4a10e1eb1a52481d7591b6548c28dd9c43ebbe0e45019955df67dd8722b584238ed6528c234de148b17491403c14f99446c2cf8d1c43385fc98b1e166fc61b
6
+ metadata.gz: 964f16a0d6ba57adaf84ecc82dc1c8ed9e6454411f6c6da5a3b6f17926809a738083bcfc8d630068d3608d45879024840f72eecc3d8c040e5bf938d62eb83d9a
7
+ data.tar.gz: 0074038bb4011035d5bc9105a14b7ef08bdac5764f0f18f5ce7160210d3f0cbbd22a3b43268f14791de90d03fda9cadfef13961d811feb45234280250fe9e549
@@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
  This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
5
5
 
6
6
  ## [Unreleased]
7
+
8
+ ## [1.0.1] - 2017-07-29
9
+ ### Fixed
10
+ - use rest-client 2 to fix issue with OpenSSL 1.1.0 (@ushis)
11
+
7
12
  ## [2.0.0] - 2017-05-30
8
13
  ### Breaking Change
9
14
  - removed ruby 1.9x support
@@ -40,7 +45,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
40
45
  ### Added
41
46
  - Initial release
42
47
 
43
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-telegram/compare/2.0.0...HEAD
48
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-telegram/compare/2.0.1...HEAD
49
+ [2.0.1]: https://github.com/sensu-plugins/sensu-plugins-telegram/compare/2.0.0...2.0.1
44
50
  [2.0.0]: https://github.com/sensu-plugins/sensu-plugins-telegram/compare/1.0.1...2.0.0
45
51
  [1.0.1]: https://github.com/sensu-plugins/sensu-plugins-telegram/compare/1.0.0...1.0.1
46
52
  [1.0.0]: https://github.com/sensu-plugins/sensu-plugins-telegram/compare/v0.2.0...1.0.0
@@ -2,7 +2,7 @@ module SensuPluginsTelegram
2
2
  module Version
3
3
  MAJOR = 2
4
4
  MINOR = 0
5
- PATCH = 0
5
+ PATCH = 1
6
6
 
7
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-telegram
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hernan Schmidt
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-05-31 00:00:00.000000000 Z
12
+ date: 2017-07-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sensu-plugin
@@ -31,14 +31,14 @@ dependencies:
31
31
  requirements:
32
32
  - - "~>"
33
33
  - !ruby/object:Gem::Version
34
- version: '1.8'
34
+ version: 2.0.2
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
39
  - - "~>"
40
40
  - !ruby/object:Gem::Version
41
- version: '1.8'
41
+ version: 2.0.2
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: bundler
44
44
  requirement: !ruby/object:Gem::Requirement