minicron 0.7 → 0.7.1
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 -3
- data/lib/minicron/hub/db/minicron.sqlite3 +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a0ecced480c5d92ea7307d89c88db6492415c016
|
4
|
+
data.tar.gz: 10df1f50ed6c580bcf2304756d642f54d7289b88
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ba656a0aa77247fb5dde4814c2ed152081f14c7c2b4b8479c552b384da843aa114b958dece417f9054a24cda4a0e0b1cb97d35029fe417e201c82288c893564
|
7
|
+
data.tar.gz: d603e8b0704d57f5d67f5276b8d40212c4e85a5023b541e9592e25b74d0ed99e50d824eb9194bc4bf088744ac02a3212d2a618c24ef67d6ac58617b099a5da9d
|
data/README.md
CHANGED
@@ -105,7 +105,7 @@ but I encourage you to give it a try in a non critical environment and help me t
|
|
105
105
|
|
106
106
|
2. On some distributions you may need to install the ````ruby-dev```` and ````build-essential```` packages
|
107
107
|
|
108
|
-
3. To install the latest release (currently 0.7) you can ````gem install minicron````, depending on your ruby setup
|
108
|
+
3. To install the latest release (currently 0.7.1) you can ````gem install minicron````, depending on your ruby setup
|
109
109
|
you may need to run this with ````sudo````
|
110
110
|
|
111
111
|
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,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: minicron
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 0.7.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James White
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-06-
|
11
|
+
date: 2014-06-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rainbow
|
@@ -540,7 +540,6 @@ files:
|
|
540
540
|
- lib/minicron/hub/controllers/api/jobs.rb
|
541
541
|
- lib/minicron/hub/controllers/api/schedule.rb
|
542
542
|
- lib/minicron/hub/controllers/index.rb
|
543
|
-
- lib/minicron/hub/db/minicron.sqlite3
|
544
543
|
- lib/minicron/hub/db/schema.rb
|
545
544
|
- lib/minicron/hub/db/schema.sql
|
546
545
|
- lib/minicron/hub/models/alert.rb
|
Binary file
|