taskinator 0.3.6 → 0.3.7

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3646429986b5ac67608dfa8559660acb89b42fe7
4
- data.tar.gz: 65421c84b806625c2373d7f09250d55835f5dc5b
3
+ metadata.gz: 0dc34a77947a18f75fccbf9b5ccd71e7bcc43591
4
+ data.tar.gz: b47ec466da7225f0fb196965a94be1336f87cf06
5
5
  SHA512:
6
- metadata.gz: 9a36b04b8b6a957afd3054ccc47f9849b2b14f0c18d99f2b90e77564949bb48716697f968b4ec6d4cf1d369392d938a9448dafc377fb768677cce9aa3faa5994
7
- data.tar.gz: 8a00ace5324b642eaddde723b351cecfa1cf139953de51ecd10972c9f0266057a372ca8ea7907c31895ca19c82d7b2b016d1c3efa5f3d0676564dedd19a98efc
6
+ metadata.gz: 76c92d0969d760410749ee0cdcf75e26e0cf1fbb2ff0c10bd61cdb166940d88c8b62c97098515c869de6f8314dc80f525ec825c7470c139cdf788227424c70de
7
+ data.tar.gz: a077db5955b84d3cb17b88644c33632404f4f1132da92aaab1b7c579f090b853176a5cc5bf2b680099939ec5a2482c40b68b2c2a4ce0d6caf6db4709f0e58729
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-2.2.2
1
+ ruby-2.3.1
data/Gemfile CHANGED
@@ -4,10 +4,10 @@ source 'https://rubygems.org'
4
4
  gemspec
5
5
 
6
6
  # queues
7
- gem 'sidekiq' , '>= 3.5.0', :github => "mperham/sidekiq"
7
+ gem 'sidekiq' , '>= 3.5.0'
8
8
  gem 'rspec-sidekiq' , '>= 2.1.0'
9
9
 
10
- gem 'delayed_job' , '>= 4.0.0'
10
+ gem 'delayed_job' , '~> 4.1.0'
11
11
 
12
12
  gem 'resque' , '>= 1.25.2'
13
13
  gem 'resque_spec' , '>= 0.16.0'
@@ -15,7 +15,7 @@ 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' , '>= 4.0.0'
18
+ gem 'activesupport' , '~> 4.2.0'
19
19
  gem 'rspec'
20
20
  gem 'coveralls' , '>= 0.7.0'
21
21
  gem 'pry' , '>= 0.9.0'
data/Gemfile.lock CHANGED
@@ -1,18 +1,7 @@
1
- GIT
2
- remote: git://github.com/mperham/sidekiq.git
3
- revision: 8cac86b47d294044bc7a277e4dd0b44faf34f624
4
- specs:
5
- sidekiq (4.0.0.pre2)
6
- concurrent-ruby (~> 1.0.0.pre5)
7
- connection_pool (~> 2.2, >= 2.2.0)
8
- json (~> 1.0)
9
- redis (~> 3.2, >= 3.2.1)
10
- redis-namespace (~> 1.5, >= 1.5.2)
11
-
12
1
  PATH
13
2
  remote: .
14
3
  specs:
15
- taskinator (0.3.6)
4
+ taskinator (0.3.7)
16
5
  builder (>= 3.2.2)
17
6
  connection_pool (>= 2.2.0)
18
7
  json (>= 1.8.2)
@@ -23,56 +12,50 @@ PATH
23
12
  GEM
24
13
  remote: https://rubygems.org/
25
14
  specs:
26
- activesupport (4.2.4)
15
+ activesupport (4.2.7.1)
27
16
  i18n (~> 0.7)
28
17
  json (~> 1.7, >= 1.7.7)
29
18
  minitest (~> 5.1)
30
19
  thread_safe (~> 0.3, >= 0.3.4)
31
20
  tzinfo (~> 1.1)
32
21
  builder (3.2.2)
33
- byebug (8.1.0)
34
- coderay (1.1.0)
35
- concurrent-ruby (1.0.0.pre5)
22
+ byebug (9.0.5)
23
+ coderay (1.1.1)
24
+ concurrent-ruby (1.0.2)
36
25
  connection_pool (2.2.0)
37
- coveralls (0.8.5)
38
- json (~> 1.8)
39
- rest-client (>= 1.6.8, < 2)
40
- simplecov (~> 0.10.0)
26
+ coveralls (0.8.15)
27
+ json (>= 1.8, < 3)
28
+ simplecov (~> 0.12.0)
41
29
  term-ansicolor (~> 1.3)
42
30
  thor (~> 0.19.1)
43
- delayed_job (4.1.1)
44
- activesupport (>= 3.0, < 5.0)
31
+ tins (>= 1.6.0, < 2)
32
+ delayed_job (4.1.2)
33
+ activesupport (>= 3.0, < 5.1)
45
34
  diff-lcs (1.2.5)
46
35
  docile (1.1.5)
47
- domain_name (0.5.25)
48
- unf (>= 0.0.5, < 1.0.0)
49
- http-cookie (1.0.2)
50
- domain_name (~> 0.5)
51
36
  i18n (0.7.0)
52
37
  json (1.8.3)
53
38
  method_source (0.8.2)
54
- mime-types (2.6.2)
55
- minitest (5.8.2)
39
+ minitest (5.9.0)
56
40
  mono_logger (1.1.0)
57
- multi_json (1.11.2)
58
- netrc (0.11.0)
59
- pry (0.10.3)
41
+ multi_json (1.12.1)
42
+ pry (0.10.4)
60
43
  coderay (~> 1.1.0)
61
44
  method_source (~> 0.8.1)
62
45
  slop (~> 3.4)
63
- pry-byebug (3.3.0)
64
- byebug (~> 8.0)
46
+ pry-byebug (3.4.0)
47
+ byebug (~> 9.0)
65
48
  pry (~> 0.10)
66
49
  rack (1.6.4)
67
50
  rack-protection (1.5.3)
68
51
  rack
69
- rake (10.4.2)
70
- redis (3.2.1)
52
+ rake (11.2.2)
53
+ redis (3.3.1)
71
54
  redis-namespace (1.5.2)
72
55
  redis (~> 3.0, >= 3.0.4)
73
- redis-semaphore (0.2.4)
56
+ redis-semaphore (0.3.1)
74
57
  redis
75
- resque (1.25.2)
58
+ resque (1.26.0)
76
59
  mono_logger (~> 1.0)
77
60
  multi_json (~> 1.0)
78
61
  redis-namespace (~> 1.3)
@@ -83,33 +66,34 @@ GEM
83
66
  rspec-core (>= 3.0.0)
84
67
  rspec-expectations (>= 3.0.0)
85
68
  rspec-mocks (>= 3.0.0)
86
- rest-client (1.8.0)
87
- http-cookie (>= 1.0.2, < 2.0)
88
- mime-types (>= 1.16, < 3.0)
89
- netrc (~> 0.7)
90
- rspec (3.3.0)
91
- rspec-core (~> 3.3.0)
92
- rspec-expectations (~> 3.3.0)
93
- rspec-mocks (~> 3.3.0)
94
- rspec-core (3.3.2)
95
- rspec-support (~> 3.3.0)
96
- rspec-expectations (3.3.1)
69
+ rspec (3.5.0)
70
+ rspec-core (~> 3.5.0)
71
+ rspec-expectations (~> 3.5.0)
72
+ rspec-mocks (~> 3.5.0)
73
+ rspec-core (3.5.2)
74
+ rspec-support (~> 3.5.0)
75
+ rspec-expectations (3.5.0)
97
76
  diff-lcs (>= 1.2.0, < 2.0)
98
- rspec-support (~> 3.3.0)
99
- rspec-mocks (3.3.2)
77
+ rspec-support (~> 3.5.0)
78
+ rspec-mocks (3.5.0)
100
79
  diff-lcs (>= 1.2.0, < 2.0)
101
- rspec-support (~> 3.3.0)
102
- rspec-sidekiq (2.1.0)
80
+ rspec-support (~> 3.5.0)
81
+ rspec-sidekiq (2.2.0)
103
82
  rspec (~> 3.0, >= 3.0.0)
104
83
  sidekiq (>= 2.4.0)
105
- rspec-support (3.3.0)
106
- simplecov (0.10.0)
84
+ rspec-support (3.5.0)
85
+ sidekiq (4.1.4)
86
+ concurrent-ruby (~> 1.0)
87
+ connection_pool (~> 2.2, >= 2.2.0)
88
+ redis (~> 3.2, >= 3.2.1)
89
+ sinatra (>= 1.4.7)
90
+ simplecov (0.12.0)
107
91
  docile (~> 1.1.0)
108
- json (~> 1.8)
92
+ json (>= 1.8, < 3)
109
93
  simplecov-html (~> 0.10.0)
110
94
  simplecov-html (0.10.0)
111
- sinatra (1.4.6)
112
- rack (~> 1.4)
95
+ sinatra (1.4.7)
96
+ rack (~> 1.5)
113
97
  rack-protection (~> 1.4)
114
98
  tilt (>= 1.3, < 3)
115
99
  slop (3.6.0)
@@ -117,13 +101,10 @@ GEM
117
101
  tins (~> 1.0)
118
102
  thor (0.19.1)
119
103
  thread_safe (0.3.5)
120
- tilt (2.0.1)
121
- tins (1.7.0)
104
+ tilt (2.0.5)
105
+ tins (1.12.0)
122
106
  tzinfo (1.2.2)
123
107
  thread_safe (~> 0.1)
124
- unf (0.1.4)
125
- unf_ext
126
- unf_ext (0.0.7.1)
127
108
  vegas (0.1.11)
128
109
  rack (>= 1.0.0)
129
110
 
@@ -131,10 +112,10 @@ PLATFORMS
131
112
  ruby
132
113
 
133
114
  DEPENDENCIES
134
- activesupport (>= 4.0.0)
115
+ activesupport (~> 4.2.0)
135
116
  bundler (>= 1.6.0)
136
117
  coveralls (>= 0.7.0)
137
- delayed_job (>= 4.0.0)
118
+ delayed_job (~> 4.1.0)
138
119
  pry (>= 0.9.0)
139
120
  pry-byebug (>= 1.3.0)
140
121
  rake (>= 10.3.0)
@@ -142,5 +123,8 @@ DEPENDENCIES
142
123
  resque_spec (>= 0.16.0)
143
124
  rspec
144
125
  rspec-sidekiq (>= 2.1.0)
145
- sidekiq (>= 3.5.0)!
126
+ sidekiq (>= 3.5.0)
146
127
  taskinator!
128
+
129
+ BUNDLED WITH
130
+ 1.12.5
@@ -16,7 +16,7 @@ module Taskinator
16
16
  end
17
17
 
18
18
  def option?(key, &block)
19
- yield if builder_options.key?(key) && builder_options[key]
19
+ yield if builder_options[key]
20
20
  end
21
21
 
22
22
  # defines a sub process of tasks which are executed sequentially
@@ -1,3 +1,3 @@
1
1
  module Taskinator
2
- VERSION = "0.3.6"
2
+ VERSION = "0.3.7"
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.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Stefano
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-11 00:00:00.000000000 Z
11
+ date: 2016-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: redis
@@ -204,7 +204,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
204
204
  version: '0'
205
205
  requirements: []
206
206
  rubyforge_project:
207
- rubygems_version: 2.4.6
207
+ rubygems_version: 2.5.1
208
208
  signing_key:
209
209
  specification_version: 4
210
210
  summary: A simple orchestration library for running complex processes or workflows