minicron 0.7.9 → 0.7.10
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
- data/lib/minicron/hub/db/minicron.sqlite3 +0 -0
- metadata +7 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 16acdbb854d38ccee4fac80c0636cfde6036403a
|
4
|
+
data.tar.gz: 0f0849d19fc5caab9e849ae6c985a0f462d94e07
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 736fa4b752b64d83d64b4289454872a7c263f4a5108acc194a8790a7e33fb23acb93cba12e2f5b743ba9e68f68e3110f9182196cecfaf6e11c24da88898273fc
|
7
|
+
data.tar.gz: ea512edb41e95f0d4204ee4a929102b4c9180c78058fa4b3d74cb39cf21fa0f22c94ab0156dee942fdfdaa6da0e66a11451a73577ac0e39a76245451287061e2
|
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.10) 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
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James White
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-09-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rainbow
|
@@ -615,6 +615,7 @@ files:
|
|
615
615
|
- lib/minicron/hub/controllers/api/jobs.rb
|
616
616
|
- lib/minicron/hub/controllers/api/schedule.rb
|
617
617
|
- lib/minicron/hub/controllers/index.rb
|
618
|
+
- lib/minicron/hub/db/minicron.sqlite3
|
618
619
|
- lib/minicron/hub/db/schema.pg.sql
|
619
620
|
- lib/minicron/hub/db/schema.rb
|
620
621
|
- lib/minicron/hub/db/schema.sql
|
@@ -685,10 +686,12 @@ requirements:
|
|
685
686
|
- ruby-dev (you may need this to be able to install eventmachine)
|
686
687
|
- build-essential (you may need this to be able to install eventmachine)
|
687
688
|
rubyforge_project:
|
688
|
-
rubygems_version: 2.4.
|
689
|
+
rubygems_version: 2.4.6
|
689
690
|
signing_key:
|
690
691
|
specification_version: 4
|
691
|
-
summary: A system to make it easier to manage and monitor cron jobs
|
692
|
+
summary: A system to make it easier to manage and monitor cron jobs. Please note new
|
693
|
+
versions are no longer published to rubygems but https://github.com/jamesrwhite/minicron/releases
|
694
|
+
insetad.
|
692
695
|
test_files:
|
693
696
|
- spec/invalid_config.toml
|
694
697
|
- spec/minicron/alert/aws_sns_spec.rb
|