taskinator 0.4.5 → 0.4.6

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
2
  SHA256:
3
- metadata.gz: f4b27d4976ed505d54439b1906801adea0948dd89aa98cc02edcba80bb3be4b6
4
- data.tar.gz: a0014b64e79e81ce3265b3c6cb9bc74103e36a0943bff3586616f8904d168f4a
3
+ metadata.gz: e051c42ee9d4fe4d1aae1635af78656a3e1c19b32309b8440869a5798eab57f9
4
+ data.tar.gz: 5e1fb74f1bf9ec2cc9d34585f7f34cb8a1172fc0fb21e74d03d4ca9e8c9d7112
5
5
  SHA512:
6
- metadata.gz: 0f02656db786b6455ca0b521d56daac3c3b92d55b699201a6c40a67792b73afcfa06699a9bd9bb92a6f689e63e92a6e997fea058f5218ee4df17274a26d4d261
7
- data.tar.gz: aa4b36704cfb5ff3ca9c27d7446ce02aac1adb0e0f38a7c0eccdac6182e5214b5fba1f4f9fff363840e0ee7f9f4894b9575c33da60b273f187ec330533470331
6
+ metadata.gz: 214b6d9c36950eb0c535bdd06e2f89297067a710930ff08284b563e6f063769c9ac671fc5198483488f25ad81e129c22094d19b03c4890618000dbc2a3bfc805
7
+ data.tar.gz: e910423be085712e48faf38838ffe4131d021eeb2a918c30fc83250e7af2ab4235d66805118db92f96b74c0d0c467c7a92f94cbcf448b0011d55a063082a743c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- taskinator (0.4.5)
4
+ taskinator (0.4.6)
5
5
  builder (>= 3.2.2)
6
6
  connection_pool (>= 2.2.0)
7
7
  globalid (~> 0.3)
@@ -14,23 +14,23 @@ PATH
14
14
  GEM
15
15
  remote: https://rubygems.org/
16
16
  specs:
17
- actionpack (5.2.6)
18
- actionview (= 5.2.6)
19
- activesupport (= 5.2.6)
17
+ actionpack (5.2.6.2)
18
+ actionview (= 5.2.6.2)
19
+ activesupport (= 5.2.6.2)
20
20
  rack (~> 2.0, >= 2.0.8)
21
21
  rack-test (>= 0.6.3)
22
22
  rails-dom-testing (~> 2.0)
23
23
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
24
- actionview (5.2.6)
25
- activesupport (= 5.2.6)
24
+ actionview (5.2.6.2)
25
+ activesupport (= 5.2.6.2)
26
26
  builder (~> 3.1)
27
27
  erubi (~> 1.4)
28
28
  rails-dom-testing (~> 2.0)
29
29
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
30
- activejob (5.2.6)
31
- activesupport (= 5.2.6)
30
+ activejob (5.2.6.2)
31
+ activesupport (= 5.2.6.2)
32
32
  globalid (>= 0.3.6)
33
- activesupport (5.2.6)
33
+ activesupport (5.2.6.2)
34
34
  concurrent-ruby (~> 1.0, >= 1.0.2)
35
35
  i18n (>= 0.7, < 2)
36
36
  minitest (~> 5.1)
@@ -60,7 +60,7 @@ GEM
60
60
  i18n (1.9.1)
61
61
  concurrent-ruby (~> 1.0)
62
62
  json (2.6.1)
63
- loofah (2.13.0)
63
+ loofah (2.14.0)
64
64
  crass (~> 1.0.2)
65
65
  nokogiri (>= 1.5.9)
66
66
  method_source (1.0.0)
@@ -90,14 +90,14 @@ GEM
90
90
  nokogiri (>= 1.6)
91
91
  rails-html-sanitizer (1.4.2)
92
92
  loofah (~> 2.3)
93
- railties (5.2.6)
94
- actionpack (= 5.2.6)
95
- activesupport (= 5.2.6)
93
+ railties (5.2.6.2)
94
+ actionpack (= 5.2.6.2)
95
+ activesupport (= 5.2.6.2)
96
96
  method_source
97
97
  rake (>= 0.8.7)
98
98
  thor (>= 0.19.0, < 2.0)
99
99
  rake (13.0.6)
100
- redis (4.5.1)
100
+ redis (4.6.0)
101
101
  redis-namespace (1.8.1)
102
102
  redis (>= 3.0.4)
103
103
  resque (2.2.0)
@@ -111,18 +111,18 @@ GEM
111
111
  rspec-core (>= 3.0.0)
112
112
  rspec-expectations (>= 3.0.0)
113
113
  rspec-mocks (>= 3.0.0)
114
- rspec (3.10.0)
115
- rspec-core (~> 3.10.0)
116
- rspec-expectations (~> 3.10.0)
117
- rspec-mocks (~> 3.10.0)
118
- rspec-core (3.10.2)
119
- rspec-support (~> 3.10.0)
120
- rspec-expectations (3.10.2)
114
+ rspec (3.11.0)
115
+ rspec-core (~> 3.11.0)
116
+ rspec-expectations (~> 3.11.0)
117
+ rspec-mocks (~> 3.11.0)
118
+ rspec-core (3.11.0)
119
+ rspec-support (~> 3.11.0)
120
+ rspec-expectations (3.11.0)
121
121
  diff-lcs (>= 1.2.0, < 2.0)
122
- rspec-support (~> 3.10.0)
123
- rspec-mocks (3.10.3)
122
+ rspec-support (~> 3.11.0)
123
+ rspec-mocks (3.11.0)
124
124
  diff-lcs (>= 1.2.0, < 2.0)
125
- rspec-support (~> 3.10.0)
125
+ rspec-support (~> 3.11.0)
126
126
  rspec-rails (5.1.0)
127
127
  actionpack (>= 5.2)
128
128
  activesupport (>= 5.2)
@@ -134,9 +134,9 @@ GEM
134
134
  rspec-sidekiq (3.1.0)
135
135
  rspec-core (~> 3.0, >= 3.0.0)
136
136
  sidekiq (>= 2.4.0)
137
- rspec-support (3.10.3)
137
+ rspec-support (3.11.0)
138
138
  ruby2_keywords (0.0.5)
139
- sidekiq (6.4.0)
139
+ sidekiq (6.4.1)
140
140
  connection_pool (>= 2.2.2)
141
141
  rack (~> 2.0)
142
142
  redis (>= 4.2.0)
@@ -1,3 +1,3 @@
1
1
  module Taskinator
2
- VERSION = "0.4.5"
2
+ VERSION = "0.4.6"
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.4.5
4
+ version: 0.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Stefano
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-30 00:00:00.000000000 Z
11
+ date: 2022-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: redis
@@ -238,7 +238,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
238
238
  - !ruby/object:Gem::Version
239
239
  version: '0'
240
240
  requirements: []
241
- rubygems_version: 3.2.3
241
+ rubygems_version: 3.1.6
242
242
  signing_key:
243
243
  specification_version: 4
244
244
  summary: A simple orchestration library for running complex processes or workflows