minicron 0.7 → 0.7.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1cd3672f06eb7642d7fe4ff64dd24964e68b0ef3
4
- data.tar.gz: 89e098edd94ace62fcb9a2dd4108ac02c279ba28
3
+ metadata.gz: a0ecced480c5d92ea7307d89c88db6492415c016
4
+ data.tar.gz: 10df1f50ed6c580bcf2304756d642f54d7289b88
5
5
  SHA512:
6
- metadata.gz: d0188e3bc5b4cc46674ad7863353e4ce909a4b47e6bf96d722a384e4b3546fd902496dd6a7d4fb8d4df583d04d0270a6376dc6e3cf0f99a30c583cef0681c033
7
- data.tar.gz: c66dc6903a06686c91639f98b60fd639678cec14fa774b3e15795eeee14cbee43481335ac01d8e3b2b125720fdc7ebb4ae6e7cdf0a4bff8dc89c04f7687b5853
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
@@ -1,6 +1,6 @@
1
1
  # The minicron module
2
2
  module Minicron
3
- VERSION = '0.7'
3
+ VERSION = '0.7.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.7'
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-09 00:00:00.000000000 Z
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