stupid-simple-monit 0.0.1 → 0.0.2

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: 93546d0b5dbe120d2e244ad5b2200cb548bbbc98
4
- data.tar.gz: 4075d5a5845b7d4733011fa590625a2bfd000976
3
+ metadata.gz: ec472a21a8759e8a8fcd419d3a15fc7fdf5eb961
4
+ data.tar.gz: c2e9ae516ca65f12cd7445c31b3499d5dd272847
5
5
  SHA512:
6
- metadata.gz: 2723bc8c1093d7ec895188da4db3dea8c33105ed6dd5228f5c6b30c27ad0bc419d0d91da70b24c292317ac2f18eb4f0f0f66a28910fbc3a9e60a78388c6fa583
7
- data.tar.gz: b36186369f0d4af4b3375fff194f53acdcd4a4416c2a5b79e8186d978b2f260ac63a962bd03d3070feea41e444b108ae71ca9e0f6f8b8f41b48379542fdfd0bc
6
+ metadata.gz: fcbc069f5594b0a9f2506a4718df5b477707fc582b3dc57300d1ec3082290a593c0b89635f495353598d9217cd5fdc7c07ea713a7fc5f1629ba53d7d1cc231be
7
+ data.tar.gz: 57356c71e9dd0059614b91c3ba0dd470663547c201eb82a82bf385319b20c9581e3861564e3118c793f1cbc24b926c42b47d2e14deef46a20bc92b6f209f0469
data/README.md CHANGED
@@ -49,3 +49,8 @@ Ideally, put this into a `crontab` to run, say, every 5 or 10 minutes. (Again th
49
49
  3. Commit your changes (`git commit -am 'Add some feature'`)
50
50
  4. Push to the branch (`git push origin my-new-feature`)
51
51
  5. Create a new Pull Request
52
+
53
+
54
+ [god]: https://rubygems.org/gems/god "An easy to configure, easy to extend monitoring framework written in Ruby."
55
+ [monit]: http://mmonit.com/monit/ "System monitoring and error recovery"
56
+ [sidekiq]: https://rubygems.org/gems/sidekiq "Simple, efficient background processing for Ruby"
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "stupid-simple-monit"
5
- spec.version = "0.0.1"
5
+ spec.version = "0.0.2"
6
6
  spec.authors = ["Tamara Temple", "Kyle Kestell"]
7
7
  spec.email = ["tamouse@gmail.com", "kyle@kestell.org"]
8
8
  spec.summary = "A stupid, dead-simple, process monitor."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stupid-simple-monit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tamara Temple