minicron 0.7.9 → 0.7.10

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8beedf57f7517a90ad68fd04abaf1347e5177b0a
4
- data.tar.gz: bf0e6d8066735370e60e2d794b71a169b6267576
3
+ metadata.gz: 16acdbb854d38ccee4fac80c0636cfde6036403a
4
+ data.tar.gz: 0f0849d19fc5caab9e849ae6c985a0f462d94e07
5
5
  SHA512:
6
- metadata.gz: 279dc982408b2e56f9613a3d66b8da70369fdff48f8301ad30501653120dd038146fc13201c3c7de234612055dcdb93d2651a50689e5a6649314c6d7c63cabad
7
- data.tar.gz: 57cb3018551c0c9ad8f5bdb2ff5f3caecadcb94eb2c28b0f08ce61df27ea9ef7a19ad89bb8a57bd21b8d92f6953f439ebdf425e33adc4acf1cf25210bbf29d04
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.9) you can ````gem install minicron````, depending on your ruby setup
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
@@ -1,6 +1,6 @@
1
1
  # The minicron module
2
2
  module Minicron
3
- VERSION = '0.7.9'
3
+ VERSION = '0.7.10'
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.7.9
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-07-25 00:00:00.000000000 Z
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.3
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