amqp-spec 0.3.6 → 0.3.7

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/HISTORY +4 -0
  2. data/VERSION +1 -1
  3. metadata +13 -13
data/HISTORY CHANGED
@@ -81,3 +81,7 @@
81
81
  == 0.3.6 / 2011-01-07
82
82
 
83
83
  * Changed Gemfile to avoid circular dependency on AMQP
84
+
85
+ == 0.3.7 / 2011-01-07
86
+
87
+ * Changed Gemspec to avoid circular dependency on AMQP
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.6
1
+ 0.3.7
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 6
9
- version: 0.3.6
8
+ - 7
9
+ version: 0.3.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Arvicco
@@ -33,33 +33,33 @@ dependencies:
33
33
  type: :development
34
34
  version_requirements: *id001
35
35
  - !ruby/object:Gem::Dependency
36
- name: bundler
36
+ name: amqp
37
37
  prerelease: false
38
38
  requirement: &id002 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
- - - ">="
41
+ - - ~>
42
42
  - !ruby/object:Gem::Version
43
43
  segments:
44
- - 1
45
- - 0
46
44
  - 0
47
- version: 1.0.0
48
- type: :runtime
45
+ - 6
46
+ - 7
47
+ version: 0.6.7
48
+ type: :development
49
49
  version_requirements: *id002
50
50
  - !ruby/object:Gem::Dependency
51
- name: amqp
51
+ name: bundler
52
52
  prerelease: false
53
53
  requirement: &id003 !ruby/object:Gem::Requirement
54
54
  none: false
55
55
  requirements:
56
- - - ~>
56
+ - - ">="
57
57
  - !ruby/object:Gem::Version
58
58
  segments:
59
+ - 1
59
60
  - 0
60
- - 6
61
- - 7
62
- version: 0.6.7
61
+ - 0
62
+ version: 1.0.0
63
63
  type: :runtime
64
64
  version_requirements: *id003
65
65
  description: Simple API for writing asynchronous EventMachine and AMQP specs. Runs legacy EM-Spec based examples. Supports RSpec and RSpec2.