action_subscriber 4.2.3.pre2 → 4.3.0
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 +4 -4
- data/lib/action_subscriber/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 655396af72bf2c335438c8f6ae142152ddf13e49
|
|
4
|
+
data.tar.gz: 747d41125c4711de285d0cf7f3a15698f42589e9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5957f00c9c8318da9dbd64eda0575e422b5c8142ed732860488e79d640a62aec855d7a31d1de91647909e0a777cf39e81dddada785a24045370910dc9c765630
|
|
7
|
+
data.tar.gz: 941a2cab3168bce8ddd46b339e0f5396537b90ecc55c532a954379366b15d357e11f2177e906f2d2555644b8cb24c8e5b7869eab54c7594907d8ec792fcf5896
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: action_subscriber
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.
|
|
4
|
+
version: 4.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brian Stien
|
|
@@ -12,7 +12,7 @@ authors:
|
|
|
12
12
|
autorequire:
|
|
13
13
|
bindir: bin
|
|
14
14
|
cert_chain: []
|
|
15
|
-
date: 2017-07-
|
|
15
|
+
date: 2017-07-24 00:00:00.000000000 Z
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
18
18
|
name: activesupport
|
|
@@ -277,12 +277,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
277
277
|
version: '0'
|
|
278
278
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
279
279
|
requirements:
|
|
280
|
-
- - "
|
|
280
|
+
- - ">="
|
|
281
281
|
- !ruby/object:Gem::Version
|
|
282
|
-
version:
|
|
282
|
+
version: '0'
|
|
283
283
|
requirements: []
|
|
284
284
|
rubyforge_project:
|
|
285
|
-
rubygems_version: 2.6.
|
|
285
|
+
rubygems_version: 2.6.12
|
|
286
286
|
signing_key:
|
|
287
287
|
specification_version: 4
|
|
288
288
|
summary: ActionSubscriber is a DSL that allows a rails app to consume messages from
|