minicron 0.7.10 → 0.7.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/minicron/constants.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 97fdc56fb671b7c5837adeb65f21553e43180843
|
4
|
+
data.tar.gz: 66679b8cf5b749237963ff21416d59c0edc90766
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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
|
data/lib/minicron/constants.rb
CHANGED
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.
|
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
|
-
|
694
|
+
instead.
|
695
695
|
test_files:
|
696
696
|
- spec/invalid_config.toml
|
697
697
|
- spec/minicron/alert/aws_sns_spec.rb
|