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 +4 -4
- data/Gemfile.lock +41 -41
- data/lib/reactor/version.rb +1 -1
- data/reactor.gemspec +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c4fa5081f033ae7a323804804d1cbc15a2b8dcf6
|
4
|
+
data.tar.gz: 9019ae68c897b156598209b62d6e108965431341
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
5
|
-
rails
|
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.
|
12
|
-
actionpack (= 5.
|
13
|
-
nio4r (
|
11
|
+
actioncable (5.1.2)
|
12
|
+
actionpack (= 5.1.2)
|
13
|
+
nio4r (~> 2.0)
|
14
14
|
websocket-driver (~> 0.6.1)
|
15
|
-
actionmailer (5.
|
16
|
-
actionpack (= 5.
|
17
|
-
actionview (= 5.
|
18
|
-
activejob (= 5.
|
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.
|
22
|
-
actionview (= 5.
|
23
|
-
activesupport (= 5.
|
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.
|
29
|
-
activesupport (= 5.
|
28
|
+
actionview (5.1.2)
|
29
|
+
activesupport (= 5.1.2)
|
30
30
|
builder (~> 3.1)
|
31
|
-
|
31
|
+
erubi (~> 1.4)
|
32
32
|
rails-dom-testing (~> 2.0)
|
33
33
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
34
|
-
activejob (5.
|
35
|
-
activesupport (= 5.
|
34
|
+
activejob (5.1.2)
|
35
|
+
activesupport (= 5.1.2)
|
36
36
|
globalid (>= 0.3.6)
|
37
|
-
activemodel (5.
|
38
|
-
activesupport (= 5.
|
39
|
-
activerecord (5.
|
40
|
-
activemodel (= 5.
|
41
|
-
activesupport (= 5.
|
42
|
-
arel (~>
|
43
|
-
activesupport (5.
|
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 (
|
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
|
-
|
60
|
+
erubi (1.6.1)
|
61
61
|
globalid (0.4.0)
|
62
62
|
activesupport (>= 4.2.0)
|
63
|
-
i18n (0.8.
|
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.
|
91
|
-
actioncable (= 5.
|
92
|
-
actionmailer (= 5.
|
93
|
-
actionpack (= 5.
|
94
|
-
actionview (= 5.
|
95
|
-
activejob (= 5.
|
96
|
-
activemodel (= 5.
|
97
|
-
activerecord (= 5.
|
98
|
-
activesupport (= 5.
|
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.
|
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.
|
108
|
-
actionpack (= 5.
|
109
|
-
activesupport (= 5.
|
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.
|
177
|
+
1.15.2
|
data/lib/reactor/version.rb
CHANGED
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'
|
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.
|
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-
|
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:
|
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:
|
29
|
+
version: '0'
|
30
30
|
- !ruby/object:Gem::Dependency
|
31
31
|
name: sidekiq
|
32
32
|
requirement: !ruby/object:Gem::Requirement
|