active_publisher 0.1.3-java → 0.1.4-java
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/active_publisher/connection.rb +2 -0
- data/lib/active_publisher/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 79cf3789eae835b94c2f1e4afd4b1b9f7ca83815
|
|
4
|
+
data.tar.gz: 17b5131d0f47129e363d2464259d683ce38a7ce5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 298aa43f88329129c57386dfe9c3a2b14a72657358c9e06c834d0d69d2529168d33b0e09d0b1d7fabbdbcb9828805b061642c25906256f2e083248f4b9174520
|
|
7
|
+
data.tar.gz: f96d6fecd1f42843aff8b1987384e339d024cc1b659be0889b5d065a7c2330808c0e9f203d0b23eb322526303b0a3b71983f514accb77f052f781b5b37310460
|
|
@@ -42,7 +42,9 @@ module ActivePublisher
|
|
|
42
42
|
{
|
|
43
43
|
:heartbeat => ::ActivePublisher.configuration.heartbeat,
|
|
44
44
|
:hosts => ::ActivePublisher.configuration.hosts,
|
|
45
|
+
:pass => ::ActivePublisher.configuration.password,
|
|
45
46
|
:port => ::ActivePublisher.configuration.port,
|
|
47
|
+
:user => ::ActivePublisher.configuration.username,
|
|
46
48
|
:continuation_timeout => ::ActivePublisher.configuration.timeout * 1_000.0, #convert sec to ms
|
|
47
49
|
:automatically_recover => true,
|
|
48
50
|
:network_recovery_interval => NETWORK_RECOVERY_INTERVAL,
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: active_publisher
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Brian Stien
|
|
@@ -12,7 +12,7 @@ authors:
|
|
|
12
12
|
autorequire:
|
|
13
13
|
bindir: exe
|
|
14
14
|
cert_chain: []
|
|
15
|
-
date: 2016-04
|
|
15
|
+
date: 2016-05-04 00:00:00.000000000 Z
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
18
18
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -133,7 +133,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
133
133
|
version: '0'
|
|
134
134
|
requirements: []
|
|
135
135
|
rubyforge_project:
|
|
136
|
-
rubygems_version: 2.
|
|
136
|
+
rubygems_version: 2.6.4
|
|
137
137
|
signing_key:
|
|
138
138
|
specification_version: 4
|
|
139
139
|
summary: Aims to make publishing work across MRI and jRuby painless and add some nice features like automatially publishing lifecycle events for ActiveRecord models.
|