sensu-plugins-campfire 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8f34713d7c2d832e134ed27d8af882da3fc12cbb07036e741e4de077dcc04f20
4
- data.tar.gz: 2ea0e5a331678833a651824adc191260b589942be8f018e4909cb1dc09f778d7
3
+ metadata.gz: 2ca06cb5d8a70cc5c118bdad447e67cd8b6fc4f20b0c7db2ff7dc81c3da06dc2
4
+ data.tar.gz: 6e4bfea070c501d57fb271fb383f0a6200350ae40f0abb6dd2ed7ea4df0971c0
5
5
  SHA512:
6
- metadata.gz: bf971b50e4a25667794d2e7c167eb1abbc0a1135e358d7f73e282b3ee5221e1d5e39ea53c29cae59d9bb6418f5cc55ad2d0e7c38aacca2157d722f771f48adf9
7
- data.tar.gz: 1f846a58835579ddf94e84cf973898936e2c52d5c07dbf50e05bc92a12748ceb02039655b4acdd92392e3e1ff0f553e9e921ee89a902b74f1ddf79ce766ae641
6
+ metadata.gz: eb1ccfdb036e8a8f02442d9231049beecb3804bb35fa330a40d44b58b94a7323143334cb7178f480a2a0e6064d86bf97ef8e8e993c9781e7bb5f8fd1dbf32aa8
7
+ data.tar.gz: a96364224a4735499f233562c1a2cbc1aaa64afe12713f48fa84741b45cffbd96b4d0c1b93bd60f928847c36eae6fe28c42150e638520d0ab058b1ad41b84dd6
data/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [2.0.1] - 2018-05-02
9
+ ### Security
10
+ - updated yard dependency to `~> 0.9.11` per: https://nvd.nist.gov/vuln/detail/CVE-2017-17042 (@majormoses)
11
+
8
12
  ## [2.0.0] - 2018-01-20
9
13
  ### Security
10
14
  - updated rubocop dependency to `~> 0.51.0` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418. (@majormoses)
@@ -45,7 +49,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
45
49
  ### Added
46
50
  - initial release
47
51
 
48
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-campfire/compare/1.0.0...HEAD
52
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-campfire/compare/2.0.1...HEAD
53
+ [2.0.1]: https://github.com/sensu-plugins/sensu-plugins-campfire/compare/2.0.0...2.0.1
49
54
  [2.0.0]: https://github.com/sensu-plugins/sensu-plugins-campfire/compare/1.0.0...2.0.0
50
55
  [1.0.0]: https://github.com/sensu-plugins/sensu-plugins-campfire/compare/0.0.4...1.0.0
51
56
  [0.0.4]: https://github.com/sensu-plugins/sensu-plugins-campfire/compare/0.0.3...0.0.4
@@ -2,7 +2,7 @@ module SensuPluginsCampfire
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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-campfire
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
  - Sensu-Plugins and contributors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-20 00:00:00.000000000 Z
11
+ date: 2018-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sensu-plugin
@@ -156,14 +156,14 @@ dependencies:
156
156
  requirements:
157
157
  - - "~>"
158
158
  - !ruby/object:Gem::Version
159
- version: '0.8'
159
+ version: 0.9.11
160
160
  type: :development
161
161
  prerelease: false
162
162
  version_requirements: !ruby/object:Gem::Requirement
163
163
  requirements:
164
164
  - - "~>"
165
165
  - !ruby/object:Gem::Version
166
- version: '0.8'
166
+ version: 0.9.11
167
167
  description: Sensu plugins for campfire
168
168
  email: "<sensu-users@googlegroups.com>"
169
169
  executables:
@@ -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.7.4
206
+ rubygems_version: 2.7.6
207
207
  signing_key:
208
208
  specification_version: 4
209
209
  summary: Sensu plugins for campfire