sensu-output-monkeypatch 0.1.0 → 0.1.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: dd3aef90ea4b5c0a33cfccf24b2f52755f2e9c0d
4
- data.tar.gz: bb356f77cca77bd1e7d98f587b3c8620fd1c13e2
3
+ metadata.gz: a42665456c1ddb35055626323e8dbb6869043008
4
+ data.tar.gz: 643978145f8e5069e555f90842e3ac341fe7dc84
5
5
  SHA512:
6
- metadata.gz: 859a0a751687028d35a0769a2e7b4d1b61855843dc06449d3faad070ca85a76ed7df3d54b1e62ae6fa5094140b379c1eb13a24229c66264dae5033100a585e53
7
- data.tar.gz: ab7e25ccd65a13577b87ff812430c1e15c7243ef01c9538c073ad86f32bc7d840eb0955c1e04c9fcb1e8f83018231688fc75fc19803b21cb4c1e69043955aedf
6
+ metadata.gz: db5de7f657f21c885f49f83d2f6b6e9106952cca4791c8475692fe6e06be4b31a0324a39e0edc5a4e0ee04bc7d3570a1ee45d7e34d06c945b389c20d57bff939
7
+ data.tar.gz: 818644b6b699f00be03688d971620deb50eb1019d3761e3403470c223eaac19e22396ec52fb32ef0bac8cc2790556ad683cea49db2e9c95f0d530ac931be307f
data/README.md CHANGED
@@ -1,41 +1,3 @@
1
- # Sensu::Output::Monkeypatch
2
-
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/sensu/output/monkeypatch`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
6
-
7
- ## Installation
8
-
9
- Add this line to your application's Gemfile:
10
-
11
- ```ruby
12
- gem 'sensu-output-monkeypatch'
13
- ```
14
-
15
- And then execute:
16
-
17
- $ bundle
18
-
19
- Or install it yourself as:
20
-
21
- $ gem install sensu-output-monkeypatch
22
-
23
- ## Usage
24
-
25
- TODO: Write usage instructions here
26
-
27
- ## Development
28
-
29
- After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
-
31
- 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).
32
-
33
- ## Contributing
34
-
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/sensu-output-monkeypatch.
36
-
37
-
38
- ## License
39
-
40
- The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
1
+ # Sensu Output Monkeypatch
41
2
 
3
+ Gem to simplify output of check script.
@@ -1,3 +1,3 @@
1
1
  module SensuOutputMonkeypatch
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-output-monkeypatch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Wilson
@@ -68,6 +68,7 @@ files:
68
68
  - bin/setup
69
69
  - lib/sensu-output-monkeypatch.rb
70
70
  - lib/sensu-output-monkeypatch/version.rb
71
+ - sensu-output-monkeypatch-0.1.0.gem
71
72
  - sensu-output-monkeypatch.gemspec
72
73
  homepage: http://github.com/roobert/sensu-output-monkeypatch
73
74
  licenses: