stormmq-client 0.0.5 → 0.0.6

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.
Files changed (3) hide show
  1. data/CHANGELOG +7 -1
  2. data/lib/stormmq/version.rb +1 -1
  3. metadata +7 -7
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ 0.0.6
2
+
3
+ * Update the gemspec to add dependency for Bunny.
4
+
1
5
  0.0.5
2
6
 
3
7
  * Re-implemented our AMQP client wrapper so we now use the Bunny
@@ -10,4 +14,6 @@
10
14
 
11
15
  See: http://github.com/celldee/bunny for details.
12
16
 
13
- 0.0.4 - Initial Public Release.
17
+ 0.0.4
18
+
19
+ * Initial Public Release.
@@ -1,3 +1,3 @@
1
1
  module StormMQ
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stormmq-client
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tony Byrne
@@ -18,19 +18,19 @@ date: 2010-06-08 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
- name: amqp
21
+ name: bunny
22
22
  prerelease: false
23
23
  requirement: &id001 !ruby/object:Gem::Requirement
24
24
  none: false
25
25
  requirements:
26
26
  - - ">="
27
27
  - !ruby/object:Gem::Version
28
- hash: 9
28
+ hash: 7
29
29
  segments:
30
30
  - 0
31
31
  - 6
32
- - 7
33
- version: 0.6.7
32
+ - 0
33
+ version: 0.6.0
34
34
  type: :runtime
35
35
  version_requirements: *id001
36
36
  - !ruby/object:Gem::Dependency