mantle 2.2.2 → 2.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/Gemfile.lock +7 -31
- data/bin/mantle +0 -1
- data/lib/mantle/version.rb +1 -1
- data/mantle.gemspec +1 -1
- metadata +7 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1bea93772109072eac177b79107122a828e288dc
|
4
|
+
data.tar.gz: 3abead22d9e5cf9718d171bbc85bb25353dcc92f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e52e458802f5aea6809d7506fd15429b3cdb9d843f0aee5f6477cb084f4408c1e15a86d704576e636c319c8f9477895703c6a08b3f54c7722b5e851f15f773d1
|
7
|
+
data.tar.gz: fd1bace5c38c680f746dcdeaf129ecc781d687a77847a98bb3790977e551c85d7601a63108790607958b02f82ce37f7cdb9422dd3a42b5a61e06ef7fc6480018
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,43 +1,23 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
mantle (2.2.
|
4
|
+
mantle (2.2.3)
|
5
5
|
redis
|
6
|
-
sidekiq
|
6
|
+
sidekiq (~> 4.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
celluloid (0.17.2)
|
12
|
-
celluloid-essentials
|
13
|
-
celluloid-extras
|
14
|
-
celluloid-fsm
|
15
|
-
celluloid-pool
|
16
|
-
celluloid-supervision
|
17
|
-
timers (>= 4.1.1)
|
18
|
-
celluloid-essentials (0.20.5)
|
19
|
-
timers (>= 4.1.1)
|
20
|
-
celluloid-extras (0.20.5)
|
21
|
-
timers (>= 4.1.1)
|
22
|
-
celluloid-fsm (0.20.5)
|
23
|
-
timers (>= 4.1.1)
|
24
|
-
celluloid-pool (0.20.5)
|
25
|
-
timers (>= 4.1.1)
|
26
|
-
celluloid-supervision (0.20.5)
|
27
|
-
timers (>= 4.1.1)
|
28
11
|
coderay (1.1.0)
|
12
|
+
concurrent-ruby (1.0.1)
|
29
13
|
connection_pool (2.2.0)
|
30
14
|
diff-lcs (1.2.5)
|
31
|
-
hitimes (1.2.3)
|
32
|
-
json (1.8.3)
|
33
15
|
method_source (0.8.2)
|
34
16
|
pry (0.10.0)
|
35
17
|
coderay (~> 1.1.0)
|
36
18
|
method_source (~> 0.8.1)
|
37
19
|
slop (~> 3.4)
|
38
|
-
redis (3.2.
|
39
|
-
redis-namespace (1.5.2)
|
40
|
-
redis (~> 3.0, >= 3.0.4)
|
20
|
+
redis (3.2.2)
|
41
21
|
rspec (3.2.0)
|
42
22
|
rspec-core (~> 3.2.0)
|
43
23
|
rspec-expectations (~> 3.2.0)
|
@@ -51,15 +31,11 @@ GEM
|
|
51
31
|
diff-lcs (>= 1.2.0, < 2.0)
|
52
32
|
rspec-support (~> 3.2.0)
|
53
33
|
rspec-support (3.2.2)
|
54
|
-
sidekiq (
|
55
|
-
|
34
|
+
sidekiq (4.1.1)
|
35
|
+
concurrent-ruby (~> 1.0)
|
56
36
|
connection_pool (~> 2.2, >= 2.2.0)
|
57
|
-
json (~> 1.0)
|
58
37
|
redis (~> 3.2, >= 3.2.1)
|
59
|
-
redis-namespace (~> 1.5, >= 1.5.2)
|
60
38
|
slop (3.5.0)
|
61
|
-
timers (4.1.1)
|
62
|
-
hitimes
|
63
39
|
|
64
40
|
PLATFORMS
|
65
41
|
ruby
|
@@ -70,4 +46,4 @@ DEPENDENCIES
|
|
70
46
|
rspec
|
71
47
|
|
72
48
|
BUNDLED WITH
|
73
|
-
1.
|
49
|
+
1.11.2
|
data/bin/mantle
CHANGED
data/lib/mantle/version.rb
CHANGED
data/mantle.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mantle
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Grant Ammons
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2016-03-18 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: redis
|
@@ -29,16 +29,16 @@ dependencies:
|
|
29
29
|
name: sidekiq
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
31
31
|
requirements:
|
32
|
-
- - "
|
32
|
+
- - "~>"
|
33
33
|
- !ruby/object:Gem::Version
|
34
|
-
version: '0'
|
34
|
+
version: '4.0'
|
35
35
|
type: :runtime
|
36
36
|
prerelease: false
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
38
38
|
requirements:
|
39
|
-
- - "
|
39
|
+
- - "~>"
|
40
40
|
- !ruby/object:Gem::Version
|
41
|
-
version: '0'
|
41
|
+
version: '4.0'
|
42
42
|
- !ruby/object:Gem::Dependency
|
43
43
|
name: rspec
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
@@ -140,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
140
140
|
version: '0'
|
141
141
|
requirements: []
|
142
142
|
rubyforge_project:
|
143
|
-
rubygems_version: 2.
|
143
|
+
rubygems_version: 2.5.1
|
144
144
|
signing_key:
|
145
145
|
specification_version: 4
|
146
146
|
summary: Ruby application message bus subscriptions with Sidekiq and Redis Pubsub.
|
@@ -158,4 +158,3 @@ test_files:
|
|
158
158
|
- spec/lib/mantle/workers/process_worker_spec.rb
|
159
159
|
- spec/lib/mantle_spec.rb
|
160
160
|
- spec/spec_helper.rb
|
161
|
-
has_rdoc:
|