sensu-plugins-execute 0.0.2 → 1.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
  SHA1:
3
- metadata.gz: 4fbc305fa6089fd1549b52721e06c393419a80e4
4
- data.tar.gz: fd7519d8388f20f65cb63de53db1ee3fb46c26d2
3
+ metadata.gz: 9151a971159d9e467c374123e751610828eaecf7
4
+ data.tar.gz: 10c822ada8c54dcd404cdef8af3fe14c19db3661
5
5
  SHA512:
6
- metadata.gz: 5ae91cc847898cd9f63778e4bbbbf35361fcc17a5a655193ce4b3f2775df3ec2f8d0e52fb9cd513d8e3b1458f7fe7290028a0c2ebea088937dc67b06046dd67e
7
- data.tar.gz: 66a3cbed12ca84f192c002a33f08a1b2b0576a6f241acfcc3e6d3aa729046ea956b35386afce76bd9aaff03dcdebf894df5c1f5a9607832feb6a3441105625fb
6
+ metadata.gz: fae8f38c8bd9c642a705186f393e268de82b353c8759689032a8d74fb3ea2ef43c464fd3e51e79161c0ef761269120ef906381df27d1bd4facd6e49737c53d25
7
+ data.tar.gz: 50537020e2246183ab68e2d75f273c8ca83d471401fbe09979bb5e2fb8bc65ac0c2332cbd5d5fa12c5e6585b41d82435a5b81d118ea0eb24d14ce147f3a6ce1b
@@ -1,16 +1,31 @@
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
- ## Unreleased][unreleased]
6
+ ## [Unreleased]
7
+
8
+ ## [1.0.1] 2017-07-06
9
+ ### Fixed
10
+ - actually removed ruby support from gemspec (@majormoses)
11
+
12
+ ## [1.0.0] - 2017-07-06
13
+ ### Breaking Changes
14
+ - Removed Ruby 1.9 support
15
+
16
+ ### Changed
17
+ - Updated Travis configuration to include Ruby 2.3.0 and 2.4.1
7
18
 
8
19
  ## [0.0.2] - 2015-07-14
9
20
  ### Changed
10
21
  - updated sensu-plugin gem to 1.2.0
11
22
 
12
- ## [0.0.1] - 2015-06-04
23
+ ## 0.0.1 - 2015-06-04
13
24
 
14
25
  ### Added
15
26
  - initial release
16
27
 
28
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-execute/compare/1.0.1...HEAD
29
+ [1.0.1]: https://github.com/sensu-plugins/sensu-plugins-execute/1.0.0...1.0.1
30
+ [1.0.0]: https://github.com/sensu-plugins/sensu-plugins-execute/compare/0.0.2...1.0.0
31
+ [0.0.2]: https://github.com/sensu-plugins/sensu-plugins-execute/compare/0.0.1...0.0.2
data/README.md CHANGED
@@ -5,7 +5,6 @@
5
5
  [![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-execute/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-execute)
6
6
  [![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-execute/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-execute)
7
7
  [![Dependency Status](https://gemnasium.com/sensu-plugins/sensu-plugins-execute.svg)](https://gemnasium.com/sensu-plugins/sensu-plugins-execute)
8
- [ ![Codeship Status for sensu-plugins/sensu-plugins-execute](https://codeship.com/projects/f264f920-edbe-0132-c959-1efd3f886df2/status?branch=master)](https://codeship.com/projects/84100)
9
8
 
10
9
  ## Functionality
11
10
 
@@ -16,6 +15,6 @@
16
15
 
17
16
  ## Installation
18
17
 
19
- [Installation and Setup](https://github.com/sensu-plugins/documentation/blob/master/user_docs/installation_instructions.md)
18
+ [Installation and Setup](http://sensu-plugins.io/docs/installation_instructions.html)
20
19
 
21
20
  ## Notes
@@ -27,13 +27,13 @@ class Resolve < Sensu::Handler
27
27
  when 'CLASS'
28
28
  "-C #{class_type}"
29
29
  else
30
- fail "Scope #{scope} is unknown, valid scope is HOST"
30
+ raise "Scope #{scope} is unknown, valid scope is HOST"
31
31
  end
32
32
  end
33
33
 
34
34
  def handle
35
35
  # #YELLOW
36
- unless @event['status'] == 0 # rubocop:disable GuardClause
36
+ unless @event['status'] == 0
37
37
  executes = @event['check']['execute']
38
38
  executes.each do |execute|
39
39
  scope_param = get_scope_parameter execute
@@ -1,8 +1,8 @@
1
1
  module SensuPluginsExecute
2
2
  module Version
3
- MAJOR = 0
3
+ MAJOR = 1
4
4
  MINOR = 0
5
- PATCH = 2
5
+ PATCH = 1
6
6
 
7
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
metadata CHANGED
@@ -1,51 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-execute
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu-Plugins and contributors
8
8
  autorequire:
9
9
  bindir: bin
10
- cert_chain:
11
- - |
12
- -----BEGIN CERTIFICATE-----
13
- MIIDgDCCAmigAwIBAgIBATANBgkqhkiG9w0BAQUFADBDMRIwEAYDVQQDDAltYXR0
14
- am9uZXMxGDAWBgoJkiaJk/IsZAEZFgh5aWVsZGJvdDETMBEGCgmSJomT8ixkARkW
15
- A2NvbTAeFw0xNTAxMjgyMTAyNTFaFw0xNjAxMjgyMTAyNTFaMEMxEjAQBgNVBAMM
16
- CW1hdHRqb25lczEYMBYGCgmSJomT8ixkARkWCHlpZWxkYm90MRMwEQYKCZImiZPy
17
- LGQBGRYDY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyTSzVYnO
18
- CLgyrIyT1mBQakArQyW8xhi6MlDqyzXHJGeERT790U6EgoBVeS4XoK0ptFZNR8Tf
19
- zko0w+Nv47TarSCgkPOaxY+mxWnAVR10dOmfeLr7huiMyps+YD56/EF2FqQ3jf/+
20
- qohENfKD91qy1ieEy+Fn7Pf74ltbNKUdkb9a9eFXQ0DQ4ip5vik7DzjQkUTj4lca
21
- k6ArwnmHX4YDhZoYtrQJ8jVktN0/+NtA40M5qkCYHNe5tUW25b/tKVYuioxG6b2Z
22
- oIzaZxRLxf6HVAWpCVRT/F5+/yjigkX4u++eYacfLGleXQzoK7BL65vHGMJygWEE
23
- 0TKGqFOrl/L0AQIDAQABo38wfTAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNV
24
- HQ4EFgQUEf6a8Td7MrSZc8ImbLFZAENPbz0wIQYDVR0RBBowGIEWbWF0dGpvbmVz
25
- QHlpZWxkYm90LmNvbTAhBgNVHRIEGjAYgRZtYXR0am9uZXNAeWllbGRib3QuY29t
26
- MA0GCSqGSIb3DQEBBQUAA4IBAQBbzXAYA3BVGw8DZ0YYoY1VHPNEcH5qPIApmHO8
27
- rvSmuUT0yMEi7u00H/5uHRFf4LleGT/+sTdyXKsNPGT9kdRuQEgwi+vf7Zfvd8aX
28
- UF/+4VkEYf/8rV8Ere6u2QaWPgApdMV6JjKr1fAwCTd8AuGXNaWItiPPMseSQzLJ
29
- JKP4hVvbc1d+oS925B1lcBiqn2aYvElbyNAVmQPywNNqkWmvtlqj9ZVJfV5HQLdu
30
- 8sHuVruarogxxKPBzlL2is4EUb6oN/RdpGx2l4254+nyR+abg//Ed27Ym0PkB4lk
31
- HP0m8WSjZmFr109pE/sVsM5jtOCvogyujQOjNVGN4gz1wwPr
32
- -----END CERTIFICATE-----
33
- date: 2015-07-14 00:00:00.000000000 Z
10
+ cert_chain: []
11
+ date: 2017-07-07 00:00:00.000000000 Z
34
12
  dependencies:
35
13
  - !ruby/object:Gem::Dependency
36
14
  name: sensu-plugin
37
15
  requirement: !ruby/object:Gem::Requirement
38
16
  requirements:
39
- - - '='
17
+ - - "~>"
40
18
  - !ruby/object:Gem::Version
41
- version: 1.2.0
19
+ version: '1.2'
42
20
  type: :runtime
43
21
  prerelease: false
44
22
  version_requirements: !ruby/object:Gem::Requirement
45
23
  requirements:
46
- - - '='
24
+ - - "~>"
47
25
  - !ruby/object:Gem::Version
48
- version: 1.2.0
26
+ version: '1.2'
49
27
  - !ruby/object:Gem::Dependency
50
28
  name: systemu
51
29
  requirement: !ruby/object:Gem::Requirement
@@ -120,16 +98,16 @@ dependencies:
120
98
  name: rubocop
121
99
  requirement: !ruby/object:Gem::Requirement
122
100
  requirements:
123
- - - '='
101
+ - - "~>"
124
102
  - !ruby/object:Gem::Version
125
- version: '0.30'
103
+ version: 0.40.0
126
104
  type: :development
127
105
  prerelease: false
128
106
  version_requirements: !ruby/object:Gem::Requirement
129
107
  requirements:
130
- - - '='
108
+ - - "~>"
131
109
  - !ruby/object:Gem::Version
132
- version: '0.30'
110
+ version: 0.40.0
133
111
  - !ruby/object:Gem::Dependency
134
112
  name: rspec
135
113
  requirement: !ruby/object:Gem::Requirement
@@ -217,7 +195,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
217
195
  requirements:
218
196
  - - ">="
219
197
  - !ruby/object:Gem::Version
220
- version: 1.9.3
198
+ version: 2.0.0
221
199
  required_rubygems_version: !ruby/object:Gem::Requirement
222
200
  requirements:
223
201
  - - ">="
@@ -225,7 +203,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
225
203
  version: '0'
226
204
  requirements: []
227
205
  rubyforge_project:
228
- rubygems_version: 2.4.6
206
+ rubygems_version: 2.4.5
229
207
  signing_key:
230
208
  specification_version: 4
231
209
  summary: Sensu execute plugins
@@ -1 +0,0 @@
1
- '�?[���v^�waF�x��*��\3f"#s�� S�S��%_j����ՠp����?���F�*�0�o���@}W�M���>�,��Qh��l�M�3�R�� �N�_��5dž�p�۾�];VG(���cY�!��.�F(��I�N��ά�>$�����Hd�o�Լ7f�{�ȩ�e]:��b���î�U˹�'����Tw�әHk˾P�l�jC`}^N.eŮ�D��/5��*i�c�V=d�A�@q_��1o`��r4H)
data.tar.gz.sig DELETED
Binary file
metadata.gz.sig DELETED
@@ -1 +0,0 @@
1
- �(e�����䗏m�[;�WF�BV�Z+�r�Eyh�`u�*��m9w��Vν����ǖ�4!�� ٺ��j����B~�ش^[��'汾e��4�#�"|�xj�7P��-���r�hm�ˈ�f�*DI��'K�*LS}~�ט��]� �u_�Nn�#��z�K�l;+�I�x�w�γ�fx���V�ج^#