taskinator 0.0.11 → 0.0.12

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
  SHA1:
3
- metadata.gz: 6002bf1891dc0ae888ea2eb62cb9478a25d31a80
4
- data.tar.gz: e771d2c67750f92aa16c336e2736dc1fe053032f
3
+ metadata.gz: f9893dc408bd6251f0be74277258efe4b21c1ccc
4
+ data.tar.gz: 3a5359a8f80fac71079a0ef57e03d8b9318522e3
5
5
  SHA512:
6
- metadata.gz: 98fcd6a9577bd46a2930ff16cc82b23ac04724cbf42252a448ccd4b509626e4520d29f3c8f5bb32f053c5c90e361e167b4aa61e08fd4a4db1b741055ac3e6845
7
- data.tar.gz: 3e339b1836f969cd88dd4136b5b498e5e1d69f6ff92a5b58097271e30d61fb4abf88d67261e8b5e42983ac54a473745a2d958da61e60f8206d459e6a38bfbf01
6
+ metadata.gz: 77a3d39576e085c6db57d02ed0bde18cc7da0c21dee7ccb67bd176d20fe49894e6a7ef1cd0b3070eda8b0d20770830211104293f892c9c18aceeef16de5f03e9
7
+ data.tar.gz: ec8370d8ee575566f8ba905056f6a8a336a6f42277fb3f3e705d81e422262a4ec68e85560ae097d7611067d1adc26aaa7ef1d4cfcc4e24c60f9b365accdde04c
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-2.1.0
1
+ ruby-2.2.2
data/.travis.yml CHANGED
@@ -7,9 +7,9 @@ services:
7
7
  rvm:
8
8
  - 2.0.0
9
9
  - 2.1.0
10
- - 2.1.1
11
- - 2.1.2
10
+ - 2.1.6
12
11
  - 2.2.0
12
+ - 2.2.2
13
13
 
14
14
  script: 'bundle exec rake spec'
15
15
 
data/Gemfile CHANGED
@@ -4,4 +4,4 @@ source 'https://rubygems.org'
4
4
  gemspec
5
5
 
6
6
  # add as a git gem dependency until version 1.3.0 is released to RubyGems.
7
- gem 'workflow', :git => 'git://github.com/virtualstaticvoid/workflow.git', :branch => :master
7
+ gem 'workflow', :git => 'https://github.com/virtualstaticvoid/workflow.git', :branch => :master
data/Gemfile.lock CHANGED
@@ -1,6 +1,6 @@
1
1
  GIT
2
- remote: git://github.com/virtualstaticvoid/workflow.git
3
- revision: 5c7267ce7002d8ba7efad3acee52d56cbf88e0e0
2
+ remote: https://github.com/virtualstaticvoid/workflow.git
3
+ revision: 403a9e44bf49f4d154156d5701e3d67b115ed6da
4
4
  branch: master
5
5
  specs:
6
6
  workflow (1.3.0)
@@ -8,7 +8,7 @@ GIT
8
8
  PATH
9
9
  remote: .
10
10
  specs:
11
- taskinator (0.0.11)
11
+ taskinator (0.0.12)
12
12
  connection_pool (>= 2.0.0)
13
13
  json (>= 1.8.1)
14
14
  redis (>= 3.0.6)
@@ -17,54 +17,55 @@ PATH
17
17
  GEM
18
18
  remote: https://rubygems.org/
19
19
  specs:
20
- activesupport (4.2.0)
20
+ activesupport (4.2.1)
21
21
  i18n (~> 0.7)
22
22
  json (~> 1.7, >= 1.7.7)
23
23
  minitest (~> 5.1)
24
24
  thread_safe (~> 0.3, >= 0.3.4)
25
25
  tzinfo (~> 1.1)
26
- byebug (3.5.1)
27
- columnize (~> 0.8)
28
- debugger-linecache (~> 1.2)
29
- slop (~> 3.6)
26
+ byebug (4.0.5)
27
+ columnize (= 0.9.0)
30
28
  celluloid (0.16.0)
31
29
  timers (~> 4.0.0)
32
30
  coderay (1.1.0)
33
31
  columnize (0.9.0)
34
- connection_pool (2.1.1)
35
- coveralls (0.7.11)
32
+ connection_pool (2.2.0)
33
+ coveralls (0.8.0)
36
34
  multi_json (~> 1.10)
37
35
  rest-client (>= 1.6.8, < 2)
38
36
  simplecov (~> 0.9.1)
39
37
  term-ansicolor (~> 1.3)
40
38
  thor (~> 0.19.1)
41
- debugger-linecache (1.2.0)
42
39
  delayed_job (4.0.6)
43
40
  activesupport (>= 3.0, < 5.0)
44
41
  diff-lcs (1.2.5)
45
42
  docile (1.1.5)
43
+ domain_name (0.5.24)
44
+ unf (>= 0.0.5, < 1.0.0)
46
45
  hitimes (1.2.2)
46
+ http-cookie (1.0.2)
47
+ domain_name (~> 0.5)
47
48
  i18n (0.7.0)
48
49
  json (1.8.2)
49
50
  method_source (0.8.2)
50
51
  mime-types (2.4.3)
51
- minitest (5.5.1)
52
+ minitest (5.6.0)
52
53
  mono_logger (1.1.0)
53
- multi_json (1.10.1)
54
+ multi_json (1.11.0)
54
55
  netrc (0.10.3)
55
56
  pry (0.10.1)
56
57
  coderay (~> 1.1.0)
57
58
  method_source (~> 0.8.1)
58
59
  slop (~> 3.4)
59
- pry-byebug (3.0.1)
60
- byebug (~> 3.4)
60
+ pry-byebug (3.1.0)
61
+ byebug (~> 4.0)
61
62
  pry (~> 0.10)
62
63
  rack (1.6.0)
63
64
  rack-protection (1.5.3)
64
65
  rack
65
66
  rake (10.4.2)
66
67
  redis (3.2.1)
67
- redis-namespace (1.5.1)
68
+ redis-namespace (1.5.2)
68
69
  redis (~> 3.0, >= 3.0.4)
69
70
  resque (1.25.2)
70
71
  mono_logger (~> 1.0)
@@ -77,23 +78,24 @@ GEM
77
78
  rspec-core (>= 3.0.0)
78
79
  rspec-expectations (>= 3.0.0)
79
80
  rspec-mocks (>= 3.0.0)
80
- rest-client (1.7.3)
81
+ rest-client (1.8.0)
82
+ http-cookie (>= 1.0.2, < 2.0)
81
83
  mime-types (>= 1.16, < 3.0)
82
84
  netrc (~> 0.7)
83
85
  rspec (3.2.0)
84
86
  rspec-core (~> 3.2.0)
85
87
  rspec-expectations (~> 3.2.0)
86
88
  rspec-mocks (~> 3.2.0)
87
- rspec-core (3.2.1)
89
+ rspec-core (3.2.3)
88
90
  rspec-support (~> 3.2.0)
89
- rspec-expectations (3.2.0)
91
+ rspec-expectations (3.2.1)
90
92
  diff-lcs (>= 1.2.0, < 2.0)
91
93
  rspec-support (~> 3.2.0)
92
94
  rspec-mocks (3.2.1)
93
95
  diff-lcs (>= 1.2.0, < 2.0)
94
96
  rspec-support (~> 3.2.0)
95
97
  rspec-support (3.2.2)
96
- sidekiq (3.3.2)
98
+ sidekiq (3.3.3)
97
99
  celluloid (>= 0.16.0)
98
100
  connection_pool (>= 2.1.1)
99
101
  json
@@ -104,21 +106,24 @@ GEM
104
106
  multi_json (~> 1.0)
105
107
  simplecov-html (~> 0.9.0)
106
108
  simplecov-html (0.9.0)
107
- sinatra (1.4.5)
109
+ sinatra (1.4.6)
108
110
  rack (~> 1.4)
109
111
  rack-protection (~> 1.4)
110
- tilt (~> 1.3, >= 1.3.4)
112
+ tilt (>= 1.3, < 3)
111
113
  slop (3.6.0)
112
114
  term-ansicolor (1.3.0)
113
115
  tins (~> 1.0)
114
116
  thor (0.19.1)
115
- thread_safe (0.3.4)
116
- tilt (1.4.1)
117
+ thread_safe (0.3.5)
118
+ tilt (2.0.1)
117
119
  timers (4.0.1)
118
120
  hitimes
119
- tins (1.3.4)
121
+ tins (1.3.5)
120
122
  tzinfo (1.2.2)
121
123
  thread_safe (~> 0.1)
124
+ unf (0.1.4)
125
+ unf_ext
126
+ unf_ext (0.0.7.1)
122
127
  vegas (0.1.11)
123
128
  rack (>= 1.0.0)
124
129
 
@@ -1,3 +1,3 @@
1
1
  module Taskinator
2
- VERSION = "0.0.11"
2
+ VERSION = "0.0.12"
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.0.11
4
+ version: 0.0.12
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-03-02 00:00:00.000000000 Z
11
+ date: 2015-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: redis
@@ -295,7 +295,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
295
295
  version: '0'
296
296
  requirements: []
297
297
  rubyforge_project:
298
- rubygems_version: 2.2.2
298
+ rubygems_version: 2.4.6
299
299
  signing_key:
300
300
  specification_version: 4
301
301
  summary: A simple orchestration library for running complex processes or workflows