amq-client 0.9.2 → 0.9.3
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.
- data/.travis.yml +2 -2
- data/amq-client.gemspec +1 -1
- data/lib/amq/client/version.rb +1 -1
- metadata +9 -8
data/.travis.yml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
language: ruby
|
|
2
2
|
bundler_args: --without development
|
|
3
|
-
script: "bundle exec rspec spec"
|
|
4
3
|
before_script: ./bin/ci/before_build.sh
|
|
4
|
+
script: "bundle exec rspec spec"
|
|
5
5
|
rvm:
|
|
6
6
|
- jruby-19mode
|
|
7
7
|
- jruby-head
|
data/amq-client.gemspec
CHANGED
data/lib/amq/client/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: amq-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 61
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 9
|
|
9
|
-
-
|
|
10
|
-
version: 0.9.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.9.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Jakub Stastny
|
|
@@ -18,7 +18,7 @@ autorequire:
|
|
|
18
18
|
bindir: bin
|
|
19
19
|
cert_chain: []
|
|
20
20
|
|
|
21
|
-
date: 2012-
|
|
21
|
+
date: 2012-06-22 00:00:00 Z
|
|
22
22
|
dependencies:
|
|
23
23
|
- !ruby/object:Gem::Dependency
|
|
24
24
|
name: eventmachine
|
|
@@ -42,12 +42,12 @@ dependencies:
|
|
|
42
42
|
requirements:
|
|
43
43
|
- - ">="
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
|
-
hash:
|
|
45
|
+
hash: 57
|
|
46
46
|
segments:
|
|
47
47
|
- 0
|
|
48
48
|
- 9
|
|
49
|
-
-
|
|
50
|
-
version: 0.9.
|
|
49
|
+
- 1
|
|
50
|
+
version: 0.9.1
|
|
51
51
|
type: :runtime
|
|
52
52
|
version_requirements: *id002
|
|
53
53
|
description: amq-client is a fully-featured, low-level AMQP 0.9.1 client with pluggable networking I/O adapters (EventMachine, cool.io, Eventpanda and so on) and supposed to back more opinionated AMQP clients (such as amqp gem) or be used directly in cases when access to more advanced AMQP 0.9.1 features is more important that convenient APIs
|
|
@@ -249,9 +249,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
249
249
|
requirements: []
|
|
250
250
|
|
|
251
251
|
rubyforge_project: amq-client
|
|
252
|
-
rubygems_version: 1.8.
|
|
252
|
+
rubygems_version: 1.8.15
|
|
253
253
|
signing_key:
|
|
254
254
|
specification_version: 3
|
|
255
255
|
summary: amq-client is a fully-featured, low-level AMQP 0.9.1 client
|
|
256
256
|
test_files: []
|
|
257
257
|
|
|
258
|
+
has_rdoc:
|