reactor 0.15.0 → 0.15.1

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: c7a94df79b5698ed5185c29373773cc7478d523a
4
- data.tar.gz: 2a5fc2f01a02fbf53077e42c2893348847dc53e9
3
+ metadata.gz: c4fa5081f033ae7a323804804d1cbc15a2b8dcf6
4
+ data.tar.gz: 9019ae68c897b156598209b62d6e108965431341
5
5
  SHA512:
6
- metadata.gz: c8066ac65ac0f4ee4ddeb0dd3f6be6e65276fcc127a800595e78b601de6aad1d932bbb533a459918f3729075a178513eaa165743bdf4b68eff589355474d3bd7
7
- data.tar.gz: 541f84a63ec312081e3f675269503901c4af5939871ab91f4b1dc35d9d1e1c3d33f3d2525da9d40128312ffbf4bb33abc009af51fcf4f1ee117dc085f5d4775e
6
+ metadata.gz: f9fd84fb796b3a8cedd5830c5052d0409ebd6e16f60510ba37725f59a3b6b79690716e16e4c3e012b58e528b197da31682e03b01bf44d699c78b7e500049347f
7
+ data.tar.gz: a10b609164beff5b4eb21d6bdc167ef14a3c02a13e5a983eb8a0da257560c6abd34391be108141cd0816a32675d1e8eaa4daebe25530e823c7b527c14e5fb07d
data/Gemfile.lock CHANGED
@@ -1,46 +1,46 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- reactor (0.14.0)
5
- rails (~> 5.0.4)
4
+ reactor (0.15.1)
5
+ rails
6
6
  sidekiq (> 4.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actioncable (5.0.4)
12
- actionpack (= 5.0.4)
13
- nio4r (>= 1.2, < 3.0)
11
+ actioncable (5.1.2)
12
+ actionpack (= 5.1.2)
13
+ nio4r (~> 2.0)
14
14
  websocket-driver (~> 0.6.1)
15
- actionmailer (5.0.4)
16
- actionpack (= 5.0.4)
17
- actionview (= 5.0.4)
18
- activejob (= 5.0.4)
15
+ actionmailer (5.1.2)
16
+ actionpack (= 5.1.2)
17
+ actionview (= 5.1.2)
18
+ activejob (= 5.1.2)
19
19
  mail (~> 2.5, >= 2.5.4)
20
20
  rails-dom-testing (~> 2.0)
21
- actionpack (5.0.4)
22
- actionview (= 5.0.4)
23
- activesupport (= 5.0.4)
21
+ actionpack (5.1.2)
22
+ actionview (= 5.1.2)
23
+ activesupport (= 5.1.2)
24
24
  rack (~> 2.0)
25
25
  rack-test (~> 0.6.3)
26
26
  rails-dom-testing (~> 2.0)
27
27
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
- actionview (5.0.4)
29
- activesupport (= 5.0.4)
28
+ actionview (5.1.2)
29
+ activesupport (= 5.1.2)
30
30
  builder (~> 3.1)
31
- erubis (~> 2.7.0)
31
+ erubi (~> 1.4)
32
32
  rails-dom-testing (~> 2.0)
33
33
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
- activejob (5.0.4)
35
- activesupport (= 5.0.4)
34
+ activejob (5.1.2)
35
+ activesupport (= 5.1.2)
36
36
  globalid (>= 0.3.6)
37
- activemodel (5.0.4)
38
- activesupport (= 5.0.4)
39
- activerecord (5.0.4)
40
- activemodel (= 5.0.4)
41
- activesupport (= 5.0.4)
42
- arel (~> 7.0)
43
- activesupport (5.0.4)
37
+ activemodel (5.1.2)
38
+ activesupport (= 5.1.2)
39
+ activerecord (5.1.2)
40
+ activemodel (= 5.1.2)
41
+ activesupport (= 5.1.2)
42
+ arel (~> 8.0)
43
+ activesupport (5.1.2)
44
44
  concurrent-ruby (~> 1.0, >= 1.0.2)
45
45
  i18n (~> 0.7)
46
46
  minitest (~> 5.1)
@@ -49,7 +49,7 @@ GEM
49
49
  bundler
50
50
  rake
51
51
  thor (>= 0.14.0)
52
- arel (7.1.4)
52
+ arel (8.0.0)
53
53
  builder (3.2.3)
54
54
  byebug (9.0.6)
55
55
  coderay (1.1.1)
@@ -57,10 +57,10 @@ GEM
57
57
  connection_pool (2.2.1)
58
58
  diff-lcs (1.3)
59
59
  docile (1.1.5)
60
- erubis (2.7.0)
60
+ erubi (1.6.1)
61
61
  globalid (0.4.0)
62
62
  activesupport (>= 4.2.0)
63
- i18n (0.8.4)
63
+ i18n (0.8.6)
64
64
  json (2.1.0)
65
65
  loofah (2.0.3)
66
66
  nokogiri (>= 1.5.9)
@@ -87,26 +87,26 @@ GEM
87
87
  rack
88
88
  rack-test (0.6.3)
89
89
  rack (>= 1.0)
90
- rails (5.0.4)
91
- actioncable (= 5.0.4)
92
- actionmailer (= 5.0.4)
93
- actionpack (= 5.0.4)
94
- actionview (= 5.0.4)
95
- activejob (= 5.0.4)
96
- activemodel (= 5.0.4)
97
- activerecord (= 5.0.4)
98
- activesupport (= 5.0.4)
90
+ rails (5.1.2)
91
+ actioncable (= 5.1.2)
92
+ actionmailer (= 5.1.2)
93
+ actionpack (= 5.1.2)
94
+ actionview (= 5.1.2)
95
+ activejob (= 5.1.2)
96
+ activemodel (= 5.1.2)
97
+ activerecord (= 5.1.2)
98
+ activesupport (= 5.1.2)
99
99
  bundler (>= 1.3.0, < 2.0)
100
- railties (= 5.0.4)
100
+ railties (= 5.1.2)
101
101
  sprockets-rails (>= 2.0.0)
102
102
  rails-dom-testing (2.0.3)
103
103
  activesupport (>= 4.2.0)
104
104
  nokogiri (>= 1.6)
105
105
  rails-html-sanitizer (1.0.3)
106
106
  loofah (~> 2.0)
107
- railties (5.0.4)
108
- actionpack (= 5.0.4)
109
- activesupport (= 5.0.4)
107
+ railties (5.1.2)
108
+ actionpack (= 5.1.2)
109
+ activesupport (= 5.1.2)
110
110
  method_source
111
111
  rake (>= 0.8.7)
112
112
  thor (>= 0.18.1, < 2.0)
@@ -174,4 +174,4 @@ DEPENDENCIES
174
174
  test_after_commit
175
175
 
176
176
  BUNDLED WITH
177
- 1.15.1
177
+ 1.15.2
@@ -1,3 +1,3 @@
1
1
  module Reactor
2
- VERSION = "0.15.0"
2
+ VERSION = "0.15.1"
3
3
  end
data/reactor.gemspec CHANGED
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ["lib"]
20
20
 
21
- spec.add_dependency 'rails', '~> 5.0.4'
21
+ spec.add_dependency 'rails'
22
22
  spec.add_dependency "sidekiq", '> 4.0'
23
23
 
24
24
  spec.add_development_dependency "bundler"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reactor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.15.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - winfred
@@ -11,22 +11,22 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2017-07-10 00:00:00.000000000 Z
14
+ date: 2017-07-18 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rails
18
18
  requirement: !ruby/object:Gem::Requirement
19
19
  requirements:
20
- - - "~>"
20
+ - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 5.0.4
22
+ version: '0'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
- - - "~>"
27
+ - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 5.0.4
29
+ version: '0'
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: sidekiq
32
32
  requirement: !ruby/object:Gem::Requirement