stupid-simple-monit 0.0.2 → 0.0.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: ec472a21a8759e8a8fcd419d3a15fc7fdf5eb961
4
- data.tar.gz: c2e9ae516ca65f12cd7445c31b3499d5dd272847
3
+ metadata.gz: e0ad6041bd40082900d93392df7d6482e46df52e
4
+ data.tar.gz: 8b148672b74c7671d4db8ab907f0cfaec0b78ca6
5
5
  SHA512:
6
- metadata.gz: fcbc069f5594b0a9f2506a4718df5b477707fc582b3dc57300d1ec3082290a593c0b89635f495353598d9217cd5fdc7c07ea713a7fc5f1629ba53d7d1cc231be
7
- data.tar.gz: 57356c71e9dd0059614b91c3ba0dd470663547c201eb82a82bf385319b20c9581e3861564e3118c793f1cbc24b926c42b47d2e14deef46a20bc92b6f209f0469
6
+ metadata.gz: 6078f4ad497c75e011af17771f523b56a95908544777ced4884af628a070d1b7d23654d9bca60b0d5fbea8ee4a3eabc9f120ab14b14202f12f67d5740791d735
7
+ data.tar.gz: 87375e624a1a92a683ae00bb90f68565c2c3674b0a651c2169692e6ec867a206df2fa4a60aacb8e01a8acdde8f6e161d9b786d3b5184305d70ba499f7ca348b9
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
- # Specify your gem's dependencies in simple-stupid-monit.gemspec
3
+ # Specify your gem's dependencies in stupid-simple-monit.gemspec
4
4
  gemspec
data/README.md CHANGED
@@ -11,7 +11,7 @@ The genesis of this was a project that included [sidekiq][sidekiq] where the `si
11
11
  Add this line to your application's Gemfile:
12
12
 
13
13
  ```ruby
14
- gem 'simple-stupid-monit'
14
+ gem 'stupid-simple-monit'
15
15
  ```
16
16
 
17
17
  And then execute:
@@ -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.2"
5
+ spec.version = "0.0.3"
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.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tamara Temple