minicron 0.6 → 0.6.1
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 +4 -4
- data/README.md +1 -1
- data/lib/minicron/constants.rb +1 -1
- metadata +16 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b7ae42fc56fc0059a0eb705924d21b3528b79014
|
|
4
|
+
data.tar.gz: 272ed05fdf1f737bbaef4decb2945372634f1817
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d3d2f0071fe35af38fbba783dc30f97e85b395f801411e2a56a2886ea3949fd5bf927fb7fd8186730d8ec40e1ea986d668eee38e53195a986a10954f3b789b71
|
|
7
|
+
data.tar.gz: 94e3536279f6f247bbc7b0bb002ebafc3836a4582af315b7a355aef044aa0b058cbda578a84fb9b9454834f1963da59fbf2e980956a72ed827588ebc047cbb83
|
data/README.md
CHANGED
|
@@ -106,7 +106,7 @@ but I encourage you to give it a try in a non critical environment and help me t
|
|
|
106
106
|
|
|
107
107
|
2. On some distributions you may need to install the ````ruby-dev```` and ````build-essential```` packages
|
|
108
108
|
|
|
109
|
-
3. To install the latest release (currently 0.6) you can ````gem install minicron````, depending on your ruby setup
|
|
109
|
+
3. To install the latest release (currently 0.6.1) you can ````gem install minicron````, depending on your ruby setup
|
|
110
110
|
you may need to run this with ````sudo````
|
|
111
111
|
|
|
112
112
|
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.6.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-05-
|
|
11
|
+
date: 2014-05-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rainbow
|
|
@@ -402,6 +402,20 @@ dependencies:
|
|
|
402
402
|
- - '>='
|
|
403
403
|
- !ruby/object:Gem::Version
|
|
404
404
|
version: 1.3.8
|
|
405
|
+
- !ruby/object:Gem::Dependency
|
|
406
|
+
name: em-http-request
|
|
407
|
+
requirement: !ruby/object:Gem::Requirement
|
|
408
|
+
requirements:
|
|
409
|
+
- - ~>
|
|
410
|
+
- !ruby/object:Gem::Version
|
|
411
|
+
version: '1.1'
|
|
412
|
+
type: :runtime
|
|
413
|
+
prerelease: false
|
|
414
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
415
|
+
requirements:
|
|
416
|
+
- - ~>
|
|
417
|
+
- !ruby/object:Gem::Version
|
|
418
|
+
version: '1.1'
|
|
405
419
|
- !ruby/object:Gem::Dependency
|
|
406
420
|
name: bundler
|
|
407
421
|
requirement: !ruby/object:Gem::Requirement
|