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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/minicron/constants.rb +1 -1
  4. metadata +16 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 81882aa99213315c4e93d96357de58fdad252b30
4
- data.tar.gz: 8d6b3040f2de6a68767932318efc77947636dc06
3
+ metadata.gz: b7ae42fc56fc0059a0eb705924d21b3528b79014
4
+ data.tar.gz: 272ed05fdf1f737bbaef4decb2945372634f1817
5
5
  SHA512:
6
- metadata.gz: 0b8b6b7423abcc01f6ad4e1327f291998438e44f8a564fc5d93387f54e0c09342b7e6dcc50c933b65fbe4d709d798826b7e727586c0a1046814d6c4fb6264e89
7
- data.tar.gz: 2d18caaf08c5b34f9465b5a582ee155cd59f679ceaa6984ee4c55ed21f90b7e7e6584ea14d828cec1304abc2973bf8e035c22a14375fb24a2cd37837860ecb04
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
@@ -1,6 +1,6 @@
1
1
  # The minicron module
2
2
  module Minicron
3
- VERSION = '0.6'
3
+ VERSION = '0.6.1'
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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minicron
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.6'
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-06 00:00:00.000000000 Z
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