action_subscriber 4.3.0 → 4.4.0.pre1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 655396af72bf2c335438c8f6ae142152ddf13e49
4
- data.tar.gz: 747d41125c4711de285d0cf7f3a15698f42589e9
3
+ metadata.gz: 41394d2670a7fc6eb769238be15295938c349916
4
+ data.tar.gz: 360ab71b4df25808f40434cae94aeec5e031b274
5
5
  SHA512:
6
- metadata.gz: 5957f00c9c8318da9dbd64eda0575e422b5c8142ed732860488e79d640a62aec855d7a31d1de91647909e0a777cf39e81dddada785a24045370910dc9c765630
7
- data.tar.gz: 941a2cab3168bce8ddd46b339e0f5396537b90ecc55c532a954379366b15d357e11f2177e906f2d2555644b8cb24c8e5b7869eab54c7594907d8ec792fcf5896
6
+ metadata.gz: c0a0a4c54d4e3aa0ea4070c30f8eff64d6c759c4a38f4fac9d7f802a0df9f0f496972485c1365349fcec72cbfd66f0674b67892ab9adea130748a2ece8a54a2b
7
+ data.tar.gz: f86b951f4d131f6956ebd4e76ecdadf29f441f7795c547fd6b16139dca68fee51013facac888f46cd30acf3db85d5909be7a6af488651ba6067c8c5504ac667b
@@ -40,18 +40,11 @@ module ActionSubscriber
40
40
  ::ActionSubscriber::Babou.start_subscribers
41
41
  end
42
42
  end
43
+ end
43
44
 
44
- if ::RUBY_PLATFORM == "java"
45
- at_exit do
46
- ::ActionSubscriber::Babou.stop_server!
47
- end
48
- else
49
- [:INT, :QUIT, :TERM].each do |signal|
50
- trap(signal) do
51
- ::ActionSubscriber::Babou.stop_server!
52
- exit 0
53
- end
54
- end
45
+ [:INT, :QUIT, :TERM].each do |signal|
46
+ trap(signal) do
47
+ ::ActionSubscriber::Babou.stop_server!
55
48
  end
56
49
  end
57
50
 
@@ -1,3 +1,3 @@
1
1
  module ActionSubscriber
2
- VERSION = "4.3.0"
2
+ VERSION = "4.4.0.pre1"
3
3
  end
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.3.0
4
+ version: 4.4.0.pre1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Stien
@@ -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: '0'
282
+ version: 1.3.1
283
283
  requirements: []
284
284
  rubyforge_project:
285
- rubygems_version: 2.6.12
285
+ rubygems_version: 2.5.2
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