minicron 0.7.10 → 0.7.11

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: 16acdbb854d38ccee4fac80c0636cfde6036403a
4
- data.tar.gz: 0f0849d19fc5caab9e849ae6c985a0f462d94e07
3
+ metadata.gz: 97fdc56fb671b7c5837adeb65f21553e43180843
4
+ data.tar.gz: 66679b8cf5b749237963ff21416d59c0edc90766
5
5
  SHA512:
6
- metadata.gz: 736fa4b752b64d83d64b4289454872a7c263f4a5108acc194a8790a7e33fb23acb93cba12e2f5b743ba9e68f68e3110f9182196cecfaf6e11c24da88898273fc
7
- data.tar.gz: ea512edb41e95f0d4204ee4a929102b4c9180c78058fa4b3d74cb39cf21fa0f22c94ab0156dee942fdfdaa6da0e66a11451a73577ac0e39a76245451287061e2
6
+ metadata.gz: 2903bc526df83a3245e7524834f132080dc48360c0c1cd23bdc82c454cbb79dc3b4241d4f86ee58e893b5a477d1ad7e7b4d11748a8e7600cce17a7fddff4c5b1
7
+ data.tar.gz: 9d7ace5abe71aca36778f733b7ed06fb3986a38ffd559b3b74c341883589672a4175de17a90ac281418479ef0781a94f421f8ff12bd1c4aa49d4efeac1a8e5d6
data/README.md CHANGED
@@ -107,7 +107,7 @@ but I encourage you to give it a try in a non critical environment and help me t
107
107
 
108
108
  2. On some distributions you may need to install the ````ruby-dev```` and ````build-essential```` packages
109
109
 
110
- 3. To install the latest release (currently 0.7.10) you can ````gem install minicron````, depending on your ruby setup
110
+ 3. To install the latest release (currently 0.7.11) you can ````gem install minicron````, depending on your ruby setup
111
111
  you may need to run this with ````sudo````
112
112
 
113
113
  4. Set your database configuration options in ````/etc/minicron.toml````, you can use the [minicron.toml](https://github.com/jamesrwhite/minicron/blob/master/config/minicron.toml) as a guide on what options are configurable
@@ -1,6 +1,6 @@
1
1
  # The minicron module
2
2
  module Minicron
3
- VERSION = '0.7.10'
3
+ VERSION = '0.7.11'
4
4
  DEFAULT_CONFIG_FILE = '/etc/minicron.toml'
5
5
  BASE_PATH = File.expand_path('../../../', __FILE__)
6
6
  LIB_PATH = File.expand_path('../../', __FILE__)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minicron
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.10
4
+ version: 0.7.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - James White
@@ -691,7 +691,7 @@ signing_key:
691
691
  specification_version: 4
692
692
  summary: A system to make it easier to manage and monitor cron jobs. Please note new
693
693
  versions are no longer published to rubygems but https://github.com/jamesrwhite/minicron/releases
694
- insetad.
694
+ instead.
695
695
  test_files:
696
696
  - spec/invalid_config.toml
697
697
  - spec/minicron/alert/aws_sns_spec.rb