tmm1-amqp 0.5.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 ADDED
@@ -0,0 +1,86 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: tmm1-amqp
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.5.1
5
+ platform: ruby
6
+ authors:
7
+ - Aman Gupta
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-07-21 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: eventmachine
17
+ version_requirement:
18
+ version_requirements: !ruby/object:Gem::Requirement
19
+ requirements:
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 0.12.1
23
+ version:
24
+ description: AMQP client implementation in Ruby/EventMachine
25
+ email: amqp@tmm1.net
26
+ executables: []
27
+
28
+ extensions: []
29
+
30
+ extra_rdoc_files: []
31
+
32
+ files:
33
+ - README
34
+ - examples/clock.rb
35
+ - examples/hashtable.rb
36
+ - examples/pingpong.rb
37
+ - examples/primes-forked.rb
38
+ - examples/primes-processes.rb
39
+ - examples/primes-simple.rb
40
+ - examples/primes-threaded.rb
41
+ - examples/primes.rb
42
+ - examples/simple.rb
43
+ - examples/stocks.rb
44
+ - lib/amqp/buffer.rb
45
+ - lib/amqp/client.rb
46
+ - lib/amqp/frame.rb
47
+ - lib/amqp/protocol.rb
48
+ - lib/amqp/spec.rb
49
+ - lib/amqp.rb
50
+ - lib/emfork.rb
51
+ - lib/mq/exchange.rb
52
+ - lib/mq/queue.rb
53
+ - lib/mq/rpc.rb
54
+ - lib/mq.rb
55
+ - protocol/amqp-0.8.json
56
+ - protocol/codegen.rb
57
+ - protocol/doc.txt
58
+ - protocol/amqp-0.8.xml
59
+ has_rdoc: false
60
+ homepage: http://amqp.rubyforge.org/
61
+ post_install_message:
62
+ rdoc_options: []
63
+
64
+ require_paths:
65
+ - lib
66
+ required_ruby_version: !ruby/object:Gem::Requirement
67
+ requirements:
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ version: "0"
71
+ version:
72
+ required_rubygems_version: !ruby/object:Gem::Requirement
73
+ requirements:
74
+ - - ">="
75
+ - !ruby/object:Gem::Version
76
+ version: "0"
77
+ version:
78
+ requirements: []
79
+
80
+ rubyforge_project:
81
+ rubygems_version: 1.2.0
82
+ signing_key:
83
+ specification_version: 2
84
+ summary: AMQP client implementation in Ruby/EventMachine
85
+ test_files: []
86
+