tmm1-amqp 0.6.0 → 0.6.1

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tmm1-amqp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aman Gupta
@@ -14,12 +14,13 @@ default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: eventmachine
17
+ type: :runtime
17
18
  version_requirement:
18
19
  version_requirements: !ruby/object:Gem::Requirement
19
20
  requirements:
20
21
  - - ">="
21
22
  - !ruby/object:Gem::Version
22
- version: 0.12.2
23
+ version: 0.12.4
23
24
  version:
24
25
  description: AMQP client implementation in Ruby/EventMachine
25
26
  email: amqp@tmm1.net
@@ -29,43 +30,72 @@ extensions: []
29
30
 
30
31
  extra_rdoc_files:
31
32
  - README
33
+ - doc/EXAMPLE_01_PINGPONG
34
+ - doc/EXAMPLE_02_CLOCK
35
+ - doc/EXAMPLE_03_STOCKS
36
+ - doc/EXAMPLE_04_MULTICLOCK
37
+ - doc/EXAMPLE_05_ACK
38
+ - doc/EXAMPLE_05_POP
39
+ - doc/EXAMPLE_06_HASHTABLE
32
40
  files:
33
41
  - README
42
+ - Rakefile
43
+ - amqp.gemspec
44
+ - amqp.todo
45
+ - doc/EXAMPLE_01_PINGPONG
46
+ - doc/EXAMPLE_02_CLOCK
47
+ - doc/EXAMPLE_03_STOCKS
48
+ - doc/EXAMPLE_04_MULTICLOCK
49
+ - doc/EXAMPLE_05_ACK
50
+ - doc/EXAMPLE_05_POP
51
+ - doc/EXAMPLE_06_HASHTABLE
34
52
  - examples/amqp/simple.rb
53
+ - examples/mq/ack.rb
35
54
  - examples/mq/clock.rb
55
+ - examples/mq/pop.rb
36
56
  - examples/mq/hashtable.rb
57
+ - examples/mq/internal.rb
37
58
  - examples/mq/logger.rb
59
+ - examples/mq/multiclock.rb
38
60
  - examples/mq/pingpong.rb
39
61
  - examples/mq/primes-simple.rb
40
62
  - examples/mq/primes.rb
41
- - examples/mq/simple-ack.rb
42
- - examples/mq/simple-get.rb
43
- - examples/mq/simple.rb
44
63
  - examples/mq/stocks.rb
64
+ - lib/amqp.rb
45
65
  - lib/amqp/buffer.rb
46
66
  - lib/amqp/client.rb
47
67
  - lib/amqp/frame.rb
48
68
  - lib/amqp/protocol.rb
69
+ - lib/amqp/server.rb
49
70
  - lib/amqp/spec.rb
50
- - lib/amqp.rb
51
71
  - lib/ext/blankslate.rb
52
72
  - lib/ext/em.rb
53
73
  - lib/ext/emfork.rb
74
+ - lib/mq.rb
54
75
  - lib/mq/exchange.rb
55
76
  - lib/mq/header.rb
56
77
  - lib/mq/logger.rb
57
78
  - lib/mq/queue.rb
58
79
  - lib/mq/rpc.rb
59
- - lib/mq.rb
80
+ - old/README
81
+ - old/Rakefile
82
+ - old/amqp-0.8.json
83
+ - old/amqp_spec.rb
84
+ - old/amqpc.rb
85
+ - old/codegen.rb
60
86
  - protocol/amqp-0.8.json
87
+ - protocol/amqp-0.8.xml
61
88
  - protocol/codegen.rb
62
89
  - protocol/doc.txt
63
- - protocol/amqp-0.8.xml
90
+ - research/api.rb
91
+ - research/primes-forked.rb
92
+ - research/primes-processes.rb
93
+ - research/primes-threaded.rb
64
94
  has_rdoc: true
65
95
  homepage: http://amqp.rubyforge.org/
66
96
  post_install_message:
67
- rdoc_options: []
68
-
97
+ rdoc_options:
98
+ - --include=examples
69
99
  require_paths:
70
100
  - lib
71
101
  required_ruby_version: !ruby/object:Gem::Requirement