action_subscriber 4.0.0.pre1-java → 4.0.1-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +3 -0
- data/bin/action_subscriber +2 -0
- data/lib/action_subscriber/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5c2bd0c36772ce139da18524e37b253d7a545514
|
4
|
+
data.tar.gz: 716d362dc0b3d1ad7ee30db6cf210f00b9624573
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd64c79a16e0987060cdd9c6ec3a7a3e4438aa38e191b23b5df2fa96e7c26fa9d51d7c80d9ba57dd089e8b0493ff2532024d57ffbda93c7a5b356866199b0170
|
7
|
+
data.tar.gz: b7b99090f4a886fd6e23be47af501152fdca6a23b2bc473d99858d3a8dd72b359df882a9b446dc0bfe521e8fe9713e6a5b24b14fc3caa764d97fccbf828ec355
|
data/.travis.yml
CHANGED
data/bin/action_subscriber
CHANGED
@@ -9,11 +9,13 @@ module ActionSubscriber
|
|
9
9
|
class_option :app, :default => "./config/environment.rb"
|
10
10
|
class_option :host
|
11
11
|
class_option :hosts
|
12
|
+
class_option :password
|
12
13
|
class_option :prefetch, :type => :numeric, :desc => "how many messages to hold in the local queue in subscribe mode"
|
13
14
|
class_option :pop_interval, :type => :numeric, :desc => "how long to wait between asking for messages (in milliseconds)"
|
14
15
|
class_option :port, :type => :numeric
|
15
16
|
class_option :threadpool_size, :type => :numeric
|
16
17
|
class_option :times_to_pop, :type => :numeric, :desc => "how many messages to get from each queue each time we ask rabbit"
|
18
|
+
class_option :username
|
17
19
|
|
18
20
|
desc "start", "Start the action subscriber subscription server"
|
19
21
|
long_desc <<-BABOUDESC.strip_heredoc
|
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.0.
|
4
|
+
version: 4.0.1
|
5
5
|
platform: java
|
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: 2016-
|
15
|
+
date: 2016-11-21 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
requirement: !ruby/object:Gem::Requirement
|
@@ -262,9 +262,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
262
262
|
version: '0'
|
263
263
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
264
264
|
requirements:
|
265
|
-
- - "
|
265
|
+
- - ">="
|
266
266
|
- !ruby/object:Gem::Version
|
267
|
-
version:
|
267
|
+
version: '0'
|
268
268
|
requirements: []
|
269
269
|
rubyforge_project:
|
270
270
|
rubygems_version: 2.6.6
|