hot_bunnies 1.3.3-java → 1.3.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.
@@ -136,7 +136,7 @@ module HotBunnies
136
136
  end
137
137
 
138
138
  def reject(options={})
139
- @channel.basic_ack(delivery_tag, options.fetch(:requeue, false))
139
+ @channel.basic_reject(delivery_tag, options.fetch(:requeue, false))
140
140
  end
141
141
 
142
142
  def delivery_tag
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module HotBunnies
4
- VERSION = '1.3.3'
4
+ VERSION = '1.3.4'
5
5
  end
metadata CHANGED
@@ -1,25 +1,34 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: hot_bunnies
3
- version: !ruby/object:Gem::Version
4
- version: 1.3.3
3
+ version: !ruby/object:Gem::Version
4
+ hash: 19
5
5
  prerelease:
6
+ segments:
7
+ - 1
8
+ - 3
9
+ - 4
10
+ version: 1.3.4
6
11
  platform: java
7
- authors:
12
+ authors:
8
13
  - Theo Hultberg
9
14
  - Michael S. Klishin
10
15
  autorequire:
11
16
  bindir: bin
12
17
  cert_chain: []
13
- date: 2011-11-17 00:00:00.000000000 Z
18
+
19
+ date: 2012-01-04 00:00:00 Z
14
20
  dependencies: []
15
- description: A object oriented interface to RabbitMQ that uses the Java driver under
16
- the hood
17
- email:
21
+
22
+ description: A object oriented interface to RabbitMQ that uses the Java driver under the hood
23
+ email:
18
24
  - theo@burtcorp.com
19
25
  executables: []
26
+
20
27
  extensions: []
28
+
21
29
  extra_rdoc_files: []
22
- files:
30
+
31
+ files:
23
32
  - .gitignore
24
33
  - .rvmrc
25
34
  - .travis.yml
@@ -52,26 +61,36 @@ files:
52
61
  - spec/spec_helper.rb
53
62
  homepage: http://github.com/iconara/hot_bunnies
54
63
  licenses: []
64
+
55
65
  post_install_message:
56
66
  rdoc_options: []
57
- require_paths:
67
+
68
+ require_paths:
58
69
  - lib
59
- required_ruby_version: !ruby/object:Gem::Requirement
70
+ required_ruby_version: !ruby/object:Gem::Requirement
60
71
  none: false
61
- requirements:
62
- - - ! '>='
63
- - !ruby/object:Gem::Version
64
- version: '0'
65
- required_rubygems_version: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ hash: 3
76
+ segments:
77
+ - 0
78
+ version: "0"
79
+ required_rubygems_version: !ruby/object:Gem::Requirement
66
80
  none: false
67
- requirements:
68
- - - ! '>='
69
- - !ruby/object:Gem::Version
70
- version: '0'
81
+ requirements:
82
+ - - ">="
83
+ - !ruby/object:Gem::Version
84
+ hash: 3
85
+ segments:
86
+ - 0
87
+ version: "0"
71
88
  requirements: []
89
+
72
90
  rubyforge_project: hot_bunnies
73
91
  rubygems_version: 1.8.10
74
92
  signing_key:
75
93
  specification_version: 3
76
94
  summary: Ruby wrapper for the RabbitMQ Java driver
77
95
  test_files: []
96
+