taskinator 0.3.14 → 0.3.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +3 -3
- data/Gemfile.lock +41 -42
- data/lib/taskinator/version.rb +1 -1
- data/taskinator.gemspec +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ffc2664d7ab51f381c4de1671eb127df7ecbab5629e2941fc7015bc11c70e2d0
|
4
|
+
data.tar.gz: cb5f4a17be38e6f62b7ea3901b53af02e55216827c4f95518ba4fefcfb8e0d25
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 64e1c2b5e62469d1d6328dcb3bf6b8738171e5d5b6335694092107bac16a3c7dd464dec35c8fd482e8b41e5bbe6369a6c3db9ade1b47b24c9a814aba8af56ed2
|
7
|
+
data.tar.gz: cb91edc3acfff89281b35983f907dfdb2eb11d1b6760f9da334465d9f4e548b3069533bdd0d5b262368ab8b955002536830da8031929cec15655ec2e24d2e1d1
|
data/Gemfile
CHANGED
@@ -15,10 +15,10 @@ gem 'resque_spec' , '>= 0.16.0'
|
|
15
15
|
# other
|
16
16
|
gem 'bundler' , '>= 1.6.0'
|
17
17
|
gem 'rake' , '>= 10.3.0'
|
18
|
-
gem 'activesupport' , '~>
|
18
|
+
gem 'activesupport' , '~> 5.2.0'
|
19
19
|
gem 'rspec'
|
20
|
-
gem 'coveralls' , '>= 0.
|
20
|
+
gem 'coveralls' , '>= 0.8.22'
|
21
21
|
gem 'pry' , '>= 0.9.0'
|
22
22
|
gem 'pry-byebug' , '>= 1.3.0'
|
23
23
|
|
24
|
-
gem 'fakeredis' , '~> 0.
|
24
|
+
gem 'fakeredis' , '~> 0.7.0'
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
taskinator (0.3.
|
4
|
+
taskinator (0.3.15)
|
5
5
|
builder (>= 3.2.2)
|
6
6
|
connection_pool (>= 2.2.0)
|
7
7
|
globalid (~> 0.3)
|
@@ -9,20 +9,20 @@ PATH
|
|
9
9
|
redis (>= 3.2.1)
|
10
10
|
redis-namespace (>= 1.5.2)
|
11
11
|
redis-semaphore (>= 0.2.4)
|
12
|
-
statsd-ruby (~> 1.
|
12
|
+
statsd-ruby (~> 1.4.0)
|
13
13
|
|
14
14
|
GEM
|
15
15
|
remote: https://rubygems.org/
|
16
16
|
specs:
|
17
|
-
activesupport (
|
18
|
-
|
17
|
+
activesupport (5.2.1)
|
18
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
19
|
+
i18n (>= 0.7, < 2)
|
19
20
|
minitest (~> 5.1)
|
20
|
-
thread_safe (~> 0.3, >= 0.3.4)
|
21
21
|
tzinfo (~> 1.1)
|
22
22
|
builder (3.2.3)
|
23
23
|
byebug (10.0.2)
|
24
24
|
coderay (1.1.2)
|
25
|
-
concurrent-ruby (1.
|
25
|
+
concurrent-ruby (1.1.3)
|
26
26
|
connection_pool (2.2.2)
|
27
27
|
coveralls (0.8.22)
|
28
28
|
json (>= 1.8, < 3)
|
@@ -34,63 +34,62 @@ GEM
|
|
34
34
|
activesupport (>= 3.0, < 5.3)
|
35
35
|
diff-lcs (1.3)
|
36
36
|
docile (1.3.1)
|
37
|
-
fakeredis (0.
|
38
|
-
redis (
|
37
|
+
fakeredis (0.7.0)
|
38
|
+
redis (>= 3.2, < 5.0)
|
39
39
|
globalid (0.4.1)
|
40
40
|
activesupport (>= 4.2.0)
|
41
|
-
i18n (
|
41
|
+
i18n (1.1.1)
|
42
42
|
concurrent-ruby (~> 1.0)
|
43
43
|
json (2.1.0)
|
44
|
-
method_source (0.9.
|
44
|
+
method_source (0.9.2)
|
45
45
|
minitest (5.11.3)
|
46
46
|
mono_logger (1.1.0)
|
47
47
|
multi_json (1.13.1)
|
48
|
-
mustermann (1.0.
|
49
|
-
pry (0.
|
48
|
+
mustermann (1.0.3)
|
49
|
+
pry (0.12.2)
|
50
50
|
coderay (~> 1.1.0)
|
51
51
|
method_source (~> 0.9.0)
|
52
52
|
pry-byebug (3.6.0)
|
53
53
|
byebug (~> 10.0)
|
54
54
|
pry (~> 0.10)
|
55
|
-
rack (2.0.
|
56
|
-
rack-protection (2.0.
|
55
|
+
rack (2.0.6)
|
56
|
+
rack-protection (2.0.4)
|
57
57
|
rack
|
58
58
|
rake (12.3.1)
|
59
|
-
redis (
|
59
|
+
redis (4.0.3)
|
60
60
|
redis-namespace (1.6.0)
|
61
61
|
redis (>= 3.0.4)
|
62
62
|
redis-semaphore (0.3.1)
|
63
63
|
redis
|
64
|
-
resque (
|
64
|
+
resque (2.0.0)
|
65
65
|
mono_logger (~> 1.0)
|
66
66
|
multi_json (~> 1.0)
|
67
|
-
redis-namespace (~> 1.
|
67
|
+
redis-namespace (~> 1.6)
|
68
68
|
sinatra (>= 0.9.2)
|
69
69
|
vegas (~> 0.1.2)
|
70
|
-
resque_spec (0.
|
71
|
-
resque (>= 1.
|
70
|
+
resque_spec (0.18.1)
|
71
|
+
resque (>= 1.26.0)
|
72
72
|
rspec-core (>= 3.0.0)
|
73
73
|
rspec-expectations (>= 3.0.0)
|
74
74
|
rspec-mocks (>= 3.0.0)
|
75
|
-
rspec (3.
|
76
|
-
rspec-core (~> 3.
|
77
|
-
rspec-expectations (~> 3.
|
78
|
-
rspec-mocks (~> 3.
|
79
|
-
rspec-core (3.
|
80
|
-
rspec-support (~> 3.
|
81
|
-
rspec-expectations (3.
|
75
|
+
rspec (3.8.0)
|
76
|
+
rspec-core (~> 3.8.0)
|
77
|
+
rspec-expectations (~> 3.8.0)
|
78
|
+
rspec-mocks (~> 3.8.0)
|
79
|
+
rspec-core (3.8.0)
|
80
|
+
rspec-support (~> 3.8.0)
|
81
|
+
rspec-expectations (3.8.2)
|
82
82
|
diff-lcs (>= 1.2.0, < 2.0)
|
83
|
-
rspec-support (~> 3.
|
84
|
-
rspec-mocks (3.
|
83
|
+
rspec-support (~> 3.8.0)
|
84
|
+
rspec-mocks (3.8.0)
|
85
85
|
diff-lcs (>= 1.2.0, < 2.0)
|
86
|
-
rspec-support (~> 3.
|
86
|
+
rspec-support (~> 3.8.0)
|
87
87
|
rspec-sidekiq (3.0.3)
|
88
88
|
rspec-core (~> 3.0, >= 3.0.0)
|
89
89
|
sidekiq (>= 2.4.0)
|
90
|
-
rspec-support (3.
|
91
|
-
sidekiq (5.
|
92
|
-
|
93
|
-
connection_pool (~> 2.2, >= 2.2.0)
|
90
|
+
rspec-support (3.8.0)
|
91
|
+
sidekiq (5.2.3)
|
92
|
+
connection_pool (~> 2.2, >= 2.2.2)
|
94
93
|
rack-protection (>= 1.5.0)
|
95
94
|
redis (>= 3.3.5, < 5)
|
96
95
|
simplecov (0.16.1)
|
@@ -98,18 +97,18 @@ GEM
|
|
98
97
|
json (>= 1.8, < 3)
|
99
98
|
simplecov-html (~> 0.10.0)
|
100
99
|
simplecov-html (0.10.2)
|
101
|
-
sinatra (2.0.
|
100
|
+
sinatra (2.0.4)
|
102
101
|
mustermann (~> 1.0)
|
103
102
|
rack (~> 2.0)
|
104
|
-
rack-protection (= 2.0.
|
103
|
+
rack-protection (= 2.0.4)
|
105
104
|
tilt (~> 2.0)
|
106
|
-
statsd-ruby (1.
|
107
|
-
term-ansicolor (1.
|
105
|
+
statsd-ruby (1.4.0)
|
106
|
+
term-ansicolor (1.7.0)
|
108
107
|
tins (~> 1.0)
|
109
108
|
thor (0.19.4)
|
110
109
|
thread_safe (0.3.6)
|
111
110
|
tilt (2.0.8)
|
112
|
-
tins (1.
|
111
|
+
tins (1.20.2)
|
113
112
|
tzinfo (1.2.5)
|
114
113
|
thread_safe (~> 0.1)
|
115
114
|
vegas (0.1.11)
|
@@ -119,11 +118,11 @@ PLATFORMS
|
|
119
118
|
ruby
|
120
119
|
|
121
120
|
DEPENDENCIES
|
122
|
-
activesupport (~>
|
121
|
+
activesupport (~> 5.2.0)
|
123
122
|
bundler (>= 1.6.0)
|
124
|
-
coveralls (>= 0.
|
123
|
+
coveralls (>= 0.8.22)
|
125
124
|
delayed_job (~> 4.1.0)
|
126
|
-
fakeredis (~> 0.
|
125
|
+
fakeredis (~> 0.7.0)
|
127
126
|
pry (>= 0.9.0)
|
128
127
|
pry-byebug (>= 1.3.0)
|
129
128
|
rake (>= 10.3.0)
|
@@ -135,4 +134,4 @@ DEPENDENCIES
|
|
135
134
|
taskinator!
|
136
135
|
|
137
136
|
BUNDLED WITH
|
138
|
-
1.
|
137
|
+
1.17.1
|
data/lib/taskinator/version.rb
CHANGED
data/taskinator.gemspec
CHANGED
@@ -28,5 +28,5 @@ Gem::Specification.new do |spec|
|
|
28
28
|
spec.add_dependency 'json' , '>= 1.8.2'
|
29
29
|
spec.add_dependency 'builder' , '>= 3.2.2'
|
30
30
|
spec.add_dependency 'globalid' , '~> 0.3'
|
31
|
-
spec.add_dependency 'statsd-ruby' , '~> 1.
|
31
|
+
spec.add_dependency 'statsd-ruby' , '~> 1.4.0'
|
32
32
|
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.
|
4
|
+
version: 0.3.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Stefano
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-11-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: redis
|
@@ -114,14 +114,14 @@ dependencies:
|
|
114
114
|
requirements:
|
115
115
|
- - "~>"
|
116
116
|
- !ruby/object:Gem::Version
|
117
|
-
version: 1.
|
117
|
+
version: 1.4.0
|
118
118
|
type: :runtime
|
119
119
|
prerelease: false
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
121
121
|
requirements:
|
122
122
|
- - "~>"
|
123
123
|
- !ruby/object:Gem::Version
|
124
|
-
version: 1.
|
124
|
+
version: 1.4.0
|
125
125
|
description: Simple process orchestration
|
126
126
|
email:
|
127
127
|
- virtualstaticvoid@gmail.com
|
@@ -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.7.
|
236
|
+
rubygems_version: 2.7.7
|
237
237
|
signing_key:
|
238
238
|
specification_version: 4
|
239
239
|
summary: A simple orchestration library for running complex processes or workflows
|