taskinator 0.3.13 → 0.3.14

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: f306587dcab890524eee15dc606291f27cc63f7d
4
- data.tar.gz: 5b273db15436480b8d74991e55f460bec917064b
2
+ SHA256:
3
+ metadata.gz: 15afaaa6ba986d581cfb92e8c7a26beba3385f05cae2a1e2c7c29449f7f00151
4
+ data.tar.gz: 93bb6cfdce126a1b325549715f0dfab942e5746358a29c75509fc2b6664feece
5
5
  SHA512:
6
- metadata.gz: ba3c47d3c4d0d32fd4ec32b09b651c170d805b82b4c0be0bee40ce64524ccbc2b2e0a45dde459ca515059bc3ca1035c9385da85dcda19492a43542a1afcc77e5
7
- data.tar.gz: 907671c46cddb1155005b708d15f9fbb10457723d5219a18184aa0bbe407014005e45abb32dca67262aefa75f99dfcaa512e2116691854d62c25668debfbf7f0
6
+ metadata.gz: 2bcb650d7e41ecaff1bccd572c9966e4c19c02f2e1c0b46d41fdf6d1bd7f771a7338545b8c15172928eae14473990ce1e40ca8ad739e6e9e46f733ad23358d5d
7
+ data.tar.gz: 0faea9c7ed24e3b23dcafb56e84ad15b6b53668d60e7a874c8af273370eaba1e0c29db913f15357b774444d284927cf95daeb3d3f2e5ef0b3d147301527fa332
@@ -1 +1 @@
1
- ruby-2.4.2
1
+ ruby-2.5.1
@@ -6,9 +6,10 @@ services:
6
6
  - redis-server
7
7
 
8
8
  rvm:
9
- - 2.2.8
10
- - 2.3.5
11
- - 2.4.2
9
+ - 2.2.10
10
+ - 2.3.7
11
+ - 2.4.4
12
+ - 2.5.1
12
13
 
13
14
  script: 'bundle exec rake spec'
14
15
 
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- taskinator (0.3.13)
4
+ taskinator (0.3.14)
5
5
  builder (>= 3.2.2)
6
6
  connection_pool (>= 2.2.0)
7
7
  globalid (~> 0.3)
@@ -14,50 +14,51 @@ PATH
14
14
  GEM
15
15
  remote: https://rubygems.org/
16
16
  specs:
17
- activesupport (4.2.9)
17
+ activesupport (4.2.10)
18
18
  i18n (~> 0.7)
19
19
  minitest (~> 5.1)
20
20
  thread_safe (~> 0.3, >= 0.3.4)
21
21
  tzinfo (~> 1.1)
22
22
  builder (3.2.3)
23
- byebug (9.1.0)
23
+ byebug (10.0.2)
24
24
  coderay (1.1.2)
25
25
  concurrent-ruby (1.0.5)
26
- connection_pool (2.2.1)
27
- coveralls (0.8.21)
26
+ connection_pool (2.2.2)
27
+ coveralls (0.8.22)
28
28
  json (>= 1.8, < 3)
29
- simplecov (~> 0.14.1)
29
+ simplecov (~> 0.16.1)
30
30
  term-ansicolor (~> 1.3)
31
31
  thor (~> 0.19.4)
32
32
  tins (~> 1.6)
33
- delayed_job (4.1.3)
34
- activesupport (>= 3.0, < 5.2)
33
+ delayed_job (4.1.5)
34
+ activesupport (>= 3.0, < 5.3)
35
35
  diff-lcs (1.3)
36
- docile (1.1.5)
36
+ docile (1.3.1)
37
37
  fakeredis (0.6.0)
38
38
  redis (~> 3.2)
39
- globalid (0.4.0)
39
+ globalid (0.4.1)
40
40
  activesupport (>= 4.2.0)
41
- i18n (0.8.6)
41
+ i18n (0.9.5)
42
+ concurrent-ruby (~> 1.0)
42
43
  json (2.1.0)
43
- method_source (0.8.2)
44
- minitest (5.10.3)
44
+ method_source (0.9.0)
45
+ minitest (5.11.3)
45
46
  mono_logger (1.1.0)
46
- multi_json (1.12.2)
47
- mustermann (1.0.1)
48
- pry (0.11.0)
47
+ multi_json (1.13.1)
48
+ mustermann (1.0.2)
49
+ pry (0.11.3)
49
50
  coderay (~> 1.1.0)
50
- method_source (~> 0.8.1)
51
- pry-byebug (3.5.0)
52
- byebug (~> 9.1)
51
+ method_source (~> 0.9.0)
52
+ pry-byebug (3.6.0)
53
+ byebug (~> 10.0)
53
54
  pry (~> 0.10)
54
- rack (2.0.3)
55
- rack-protection (2.0.0)
55
+ rack (2.0.5)
56
+ rack-protection (2.0.3)
56
57
  rack
57
- rake (12.1.0)
58
- redis (3.3.3)
59
- redis-namespace (1.5.3)
60
- redis (~> 3.0, >= 3.0.4)
58
+ rake (12.3.1)
59
+ redis (3.3.5)
60
+ redis-namespace (1.6.0)
61
+ redis (>= 3.0.4)
61
62
  redis-semaphore (0.3.1)
62
63
  redis
63
64
  resque (1.27.4)
@@ -71,36 +72,36 @@ GEM
71
72
  rspec-core (>= 3.0.0)
72
73
  rspec-expectations (>= 3.0.0)
73
74
  rspec-mocks (>= 3.0.0)
74
- rspec (3.6.0)
75
- rspec-core (~> 3.6.0)
76
- rspec-expectations (~> 3.6.0)
77
- rspec-mocks (~> 3.6.0)
78
- rspec-core (3.6.0)
79
- rspec-support (~> 3.6.0)
80
- rspec-expectations (3.6.0)
75
+ rspec (3.7.0)
76
+ rspec-core (~> 3.7.0)
77
+ rspec-expectations (~> 3.7.0)
78
+ rspec-mocks (~> 3.7.0)
79
+ rspec-core (3.7.1)
80
+ rspec-support (~> 3.7.0)
81
+ rspec-expectations (3.7.0)
81
82
  diff-lcs (>= 1.2.0, < 2.0)
82
- rspec-support (~> 3.6.0)
83
- rspec-mocks (3.6.0)
83
+ rspec-support (~> 3.7.0)
84
+ rspec-mocks (3.7.0)
84
85
  diff-lcs (>= 1.2.0, < 2.0)
85
- rspec-support (~> 3.6.0)
86
+ rspec-support (~> 3.7.0)
86
87
  rspec-sidekiq (3.0.3)
87
88
  rspec-core (~> 3.0, >= 3.0.0)
88
89
  sidekiq (>= 2.4.0)
89
- rspec-support (3.6.0)
90
- sidekiq (5.0.4)
90
+ rspec-support (3.7.1)
91
+ sidekiq (5.1.3)
91
92
  concurrent-ruby (~> 1.0)
92
93
  connection_pool (~> 2.2, >= 2.2.0)
93
94
  rack-protection (>= 1.5.0)
94
- redis (~> 3.3, >= 3.3.3)
95
- simplecov (0.14.1)
96
- docile (~> 1.1.0)
95
+ redis (>= 3.3.5, < 5)
96
+ simplecov (0.16.1)
97
+ docile (~> 1.1)
97
98
  json (>= 1.8, < 3)
98
99
  simplecov-html (~> 0.10.0)
99
100
  simplecov-html (0.10.2)
100
- sinatra (2.0.0)
101
+ sinatra (2.0.3)
101
102
  mustermann (~> 1.0)
102
103
  rack (~> 2.0)
103
- rack-protection (= 2.0.0)
104
+ rack-protection (= 2.0.3)
104
105
  tilt (~> 2.0)
105
106
  statsd-ruby (1.2.1)
106
107
  term-ansicolor (1.6.0)
@@ -108,8 +109,8 @@ GEM
108
109
  thor (0.19.4)
109
110
  thread_safe (0.3.6)
110
111
  tilt (2.0.8)
111
- tins (1.15.0)
112
- tzinfo (1.2.3)
112
+ tins (1.16.3)
113
+ tzinfo (1.2.5)
113
114
  thread_safe (~> 0.1)
114
115
  vegas (0.1.11)
115
116
  rack (>= 1.0.0)
@@ -134,4 +135,4 @@ DEPENDENCIES
134
135
  taskinator!
135
136
 
136
137
  BUNDLED WITH
137
- 1.15.4
138
+ 1.16.2
data/README.md CHANGED
@@ -4,7 +4,6 @@
4
4
  [![Build Status](https://secure.travis-ci.org/virtualstaticvoid/taskinator.png?branch=master)](http://travis-ci.org/virtualstaticvoid/taskinator)
5
5
  [![Code Climate](https://codeclimate.com/github/virtualstaticvoid/taskinator.png)](https://codeclimate.com/github/virtualstaticvoid/taskinator)
6
6
  [![Coverage Status](https://coveralls.io/repos/virtualstaticvoid/taskinator/badge.png)](https://coveralls.io/r/virtualstaticvoid/taskinator)
7
- [![Dependency Status](https://gemnasium.com/virtualstaticvoid/taskinator.svg)](https://gemnasium.com/virtualstaticvoid/taskinator)
8
7
 
9
8
  A simple orchestration library for running complex processes or workflows in Ruby. Processes are defined using a simple DSL, where the sequences and
10
9
  tasks are defined. Processes can then be queued for execution. Sequences can be synchronous or asynchronous, and the overall process can be monitored
@@ -1,3 +1,3 @@
1
1
  module Taskinator
2
- VERSION = "0.3.13"
2
+ VERSION = "0.3.14"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: taskinator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.13
4
+ version: 0.3.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Stefano
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-25 00:00:00.000000000 Z
11
+ date: 2018-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: redis
@@ -233,7 +233,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
233
233
  version: '0'
234
234
  requirements: []
235
235
  rubyforge_project:
236
- rubygems_version: 2.6.13
236
+ rubygems_version: 2.7.6
237
237
  signing_key:
238
238
  specification_version: 4
239
239
  summary: A simple orchestration library for running complex processes or workflows