crono 0.8.9.pre → 0.8.9
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/Changes.md +12 -0
- data/Gemfile.lock +1 -1
- data/lib/crono/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0d98a044127bb5c5104712de84e4d6382d4a1c2f
|
|
4
|
+
data.tar.gz: efb53cca30a4d6c7ddb648453ecd035cacc7048a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d8c923be56a6e1b71692dc8f3e1d86c58143cb26f2d4e18d0c433cf6593eaa64f3389ffa3a344492ef29870ba660ebb3ff64d4016721ecddca62df5ef7ed02ce
|
|
7
|
+
data.tar.gz: 5d3c5457fbf258d093f64f685dddc05781b8cf678e256b8cb47d2f511e0981619b06c26053b4829e78da630417ea0b16a49397e27e219d776cec38edfd7fee31
|
data/Changes.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
0.8.9
|
|
2
|
+
-----------
|
|
3
|
+
|
|
4
|
+
- We moved Web UI to materializecss.com CSS framework
|
|
5
|
+
- We moved from CDN to local assets for Web UI
|
|
6
|
+
- We show current state of a job in Web UI (thanks to @michaelachrisco) https://github.com/plashchynski/crono/issues/16
|
|
7
|
+
- We won't write a pidfile unless daemonized (thanks to @thomasfedb) https://github.com/plashchynski/crono/pull/13
|
|
8
|
+
- Fixed `rake crono:clean` task error
|
|
9
|
+
- Fixed issue when jobs scheduled at same time exclude each other https://github.com/plashchynski/crono/issues/19
|
|
10
|
+
- Fixed issue with a daemon crash due to `time interval must be positive` error
|
|
11
|
+
|
|
12
|
+
|
|
1
13
|
0.8.0
|
|
2
14
|
-----------
|
|
3
15
|
|
data/Gemfile.lock
CHANGED
data/lib/crono/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: crono
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.9
|
|
4
|
+
version: 0.8.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dzmitry Plashchynski
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-04-
|
|
11
|
+
date: 2015-04-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activejob
|
|
@@ -264,9 +264,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
264
264
|
version: '0'
|
|
265
265
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
266
266
|
requirements:
|
|
267
|
-
- - "
|
|
267
|
+
- - ">="
|
|
268
268
|
- !ruby/object:Gem::Version
|
|
269
|
-
version:
|
|
269
|
+
version: '0'
|
|
270
270
|
requirements: []
|
|
271
271
|
rubyforge_project:
|
|
272
272
|
rubygems_version: 2.4.6
|