amq-client 0.9.2 → 0.9.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
- # https://github.com/travis-ci/travis-ci/wiki/.travis.yml-options
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
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
20
20
 
21
21
  # Dependencies
22
22
  s.add_dependency "eventmachine"
23
- s.add_dependency "amq-protocol", ">= 0.9.0"
23
+ s.add_dependency "amq-protocol", ">= 0.9.1"
24
24
 
25
25
 
26
26
  # RubyForge
@@ -2,6 +2,6 @@
2
2
 
3
3
  module AMQ
4
4
  module Client
5
- VERSION = "0.9.2"
5
+ VERSION = "0.9.3"
6
6
  end
7
7
  end
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: 63
4
+ hash: 61
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 2
10
- version: 0.9.2
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-02-08 00:00:00 Z
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: 59
45
+ hash: 57
46
46
  segments:
47
47
  - 0
48
48
  - 9
49
- - 0
50
- version: 0.9.0
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.10
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: