sensu-plugins-ecityruf 0.2.2 → 0.2.3

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: 4d899a62f745a9184b1ce274dd1c4e68face4f02
4
- data.tar.gz: d71a9462617deb49003fa71a49e2177315efeaa0
3
+ metadata.gz: 493070a7b68fec0a952075930049a84730f164da
4
+ data.tar.gz: 77effbc02af618b95d1d3007656ba5ae5c19b260
5
5
  SHA512:
6
- metadata.gz: e36a9cd82d94f588d53b578893458a9e0440dcd099c7893118525fea80a3a6c3eb807d168a7158b2cebdf11aa011fd25a654503a5ef58a154a0f0b0c5f002fc2
7
- data.tar.gz: 1e3cad8d71e2182d604548c4833c0680bb06cacc60fd33a2cc08a7a2ba89af9771739f69351c0479f7037a9fc2183373b4b9656b0fbd7255544b53033612484f
6
+ metadata.gz: fc8ed22ba34f2dde169dbd7ccef715392bd4e1c0fe886e5f885337cca31f8c9ad9b6435ff224b3dd0dbb593021246bcb84c018e258eb72de1263ffea53d712c6
7
+ data.tar.gz: a097d281a2f0e67af29429f25174115d522ece20f3f1dbddab450f9853894c0736c0bbf0130842161a708db599f1f4ce3c62858c35e25e10d414f0a4d70547db
data/README.md CHANGED
@@ -37,10 +37,6 @@ After checking out the repo, run `bin/setup` to install dependencies. You can al
37
37
 
38
38
  To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
39
39
 
40
- ## Contributing
41
-
42
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/sensu-plugins-ecityruf.
43
-
44
40
  ## License
45
41
 
46
42
  The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
@@ -45,10 +45,10 @@ class Ecityruf < Sensu::Handler
45
45
  response = http.request request
46
46
  puts response.code
47
47
  end
48
- puts 'ecityruf -- sent alert to number: ' + params['number'] + '.'
48
+ puts 'ecityruf -- sent alert ' + event_name + ' to number ' + params['number'] + '.'
49
49
  end
50
50
  rescue Timeout::Error
51
- puts 'ecityruf -- time out while attempting to alert about: ' + event_name
51
+ puts 'ecityruf -- time out while attempting to alert about ' + event_name + '.'
52
52
  end
53
53
  end
54
54
  end
@@ -1,7 +1,7 @@
1
1
  module Sensu
2
2
  module Plugins
3
3
  module Ecityruf
4
- VERSION = '0.2.2'
4
+ VERSION = '0.2.3'
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-ecityruf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hauke Altmann
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.2'
19
+ version: '2.1'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.2'
26
+ version: '2.1'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement