kronos-ruby 0.1.0.alpha.2 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +2 -0
  3. data/README.md +5 -2
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bb53d58571c884a14d1d1089f4b8ac3fd6512133
4
- data.tar.gz: dcec1ad5fc215fab5ac52eb05dfcf226b7dcb393
3
+ metadata.gz: f6cdca1db64b04dd638bd2bab14c2d7db08cbfc5
4
+ data.tar.gz: 415fd5a168ea6fe7b5a11ce063060b0481343d83
5
5
  SHA512:
6
- metadata.gz: bbff4ed34107685fcc68e14d02c4a8e7307700923bb0ca4900e89334e29a29cf974f7187568db3e5a4cc9b57f2782cb04ee886a97ea0a2b2c855a36e3c3b7f19
7
- data.tar.gz: e7bb79b5218489cbd2bf6a05c1cb78822faaf167575d3b6d5275c93fb65d09cefde77c4a6c2daf9b7c554faf3ec36f10add28c9aafe26b34aa7b2c6386899949
6
+ metadata.gz: 75f95bada07601b3f05cdf31dda830d0688fb034da520faa443cfd31d201c25add5c9cfc9e76b9529769428b435b79e472eab5de2059fd1582a859ed4885f96d
7
+ data.tar.gz: c8954ba6c6b21ccf0648e2fb081b5e13abc6a7bf6f452f35395fe40f9eaf1fbeb72e6bad07cd922a4cec0e12f14309dcc56acb233d6a16608b03e4fff523b3ba
data/CHANGELOG.md CHANGED
@@ -3,6 +3,8 @@
3
3
  ## CHANGELOG
4
4
 
5
5
  ### Unreleased
6
+
7
+ ### 0.1.0 [2017-09-21]
6
8
  - [Added] Logger structure (Stdout and Slack)
7
9
  - [Added] Storage structure (InMemory)
8
10
  - [Added] Runner structure (Synchronous/Asynchronous)
data/README.md CHANGED
@@ -1,6 +1,9 @@
1
1
  # Kronos
2
2
  [![Build Status](https://semaphoreci.com/api/v1/pdvend/kronos/branches/master/badge.svg)](https://semaphoreci.com/pdvend/kronos)
3
3
  [![Coverage Status](https://coveralls.io/repos/github/pdvend/kronos/badge.svg?branch=master)](https://coveralls.io/github/pdvend/kronos?branch=master)
4
+ [![Gem Version](https://badge.fury.io/rb/kronos-ruby.svg)](https://badge.fury.io/rb/kronos-ruby)
5
+ [![Dependency Status](https://gemnasium.com/badges/github.com/pdvend/kronos.svg)](https://gemnasium.com/github.com/pdvend/kronos)
6
+ [![Code Climate](https://codeclimate.com/github/pdvend/kronos/badges/gpa.svg)](https://codeclimate.com/github/pdvend/kronos)
4
7
 
5
8
  This project allows you to use a scheduler with well defined concepts of runners, storage and tasks. It can work in various storage engines, like memory, redis, disk, database, etc. Also, it supports running in synchronous or asynchronous flows.
6
9
 
@@ -9,7 +12,7 @@ This project allows you to use a scheduler with well defined concepts of runners
9
12
  Add this line to your application's Gemfile:
10
13
 
11
14
  ```ruby
12
- gem 'kronos'
15
+ gem 'kronos-ruby'
13
16
  ```
14
17
 
15
18
  And then execute:
@@ -18,7 +21,7 @@ And then execute:
18
21
 
19
22
  Or install it yourself as:
20
23
 
21
- `$ gem install kronos`
24
+ `$ gem install kronos-ruby`
22
25
 
23
26
 
24
27
  ## Usage
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kronos-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.alpha.2
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriel Teles
@@ -265,9 +265,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
265
265
  version: '0'
266
266
  required_rubygems_version: !ruby/object:Gem::Requirement
267
267
  requirements:
268
- - - ">"
268
+ - - ">="
269
269
  - !ruby/object:Gem::Version
270
- version: 1.3.1
270
+ version: '0'
271
271
  requirements: []
272
272
  rubyforge_project:
273
273
  rubygems_version: 2.4.8