gush 0.4.1 → 1.0.0

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.
metadata CHANGED
@@ -1,29 +1,43 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gush
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Piotrek Okoński
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-23 00:00:00.000000000 Z
11
+ date: 2017-10-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: sidekiq
14
+ name: activejob
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '4.0'
19
+ version: '5.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '4.0'
26
+ version: '5.0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: connection_pool
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: 2.2.1
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: 2.2.1
27
41
  - !ruby/object:Gem::Dependency
28
42
  name: multi_json
29
43
  requirement: !ruby/object:Gem::Requirement
@@ -206,8 +220,8 @@ dependencies:
206
220
  - - "~>"
207
221
  - !ruby/object:Gem::Version
208
222
  version: '0.5'
209
- description: Gush is a parallel workflow runner using only Redis as its message broker
210
- and Sidekiq for workers.
223
+ description: Gush is a parallel workflow runner using Redis as storage and ActiveJob
224
+ for executing jobs.
211
225
  email:
212
226
  - piotrek@okonski.org
213
227
  executables:
@@ -236,7 +250,7 @@ files:
236
250
  - lib/gush/json.rb
237
251
  - lib/gush/worker.rb
238
252
  - lib/gush/workflow.rb
239
- - spec/Gushfile.rb
253
+ - spec/Gushfile
240
254
  - spec/features/integration_spec.rb
241
255
  - spec/gush/cli_spec.rb
242
256
  - spec/gush/client_spec.rb
@@ -248,7 +262,7 @@ files:
248
262
  - spec/gush/workflow_spec.rb
249
263
  - spec/gush_spec.rb
250
264
  - spec/spec_helper.rb
251
- homepage: https://github.com/pokonski/gush
265
+ homepage: https://github.com/chaps-io/gush
252
266
  licenses:
253
267
  - MIT
254
268
  metadata: {}
@@ -268,12 +282,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
268
282
  version: '0'
269
283
  requirements: []
270
284
  rubyforge_project:
271
- rubygems_version: 2.4.8
285
+ rubygems_version: 2.5.2
272
286
  signing_key:
273
287
  specification_version: 4
274
- summary: Fast and distributed workflow runner using only Sidekiq and Redis
288
+ summary: Fast and distributed workflow runner based on ActiveJob and Redis
275
289
  test_files:
276
- - spec/Gushfile.rb
290
+ - spec/Gushfile
277
291
  - spec/features/integration_spec.rb
278
292
  - spec/gush/cli_spec.rb
279
293
  - spec/gush/client_spec.rb