zmq 1.0 → 2.0.7

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,68 +1,72 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zmq
3
3
  version: !ruby/object:Gem::Version
4
- version: "1.0"
4
+ hash: 1
5
+ prerelease: false
6
+ segments:
7
+ - 2
8
+ - 0
9
+ - 7
10
+ version: 2.0.7
5
11
  platform: ruby
6
12
  authors:
7
- - Philippe Hanrigou
8
- - zeromq.org
13
+ - Martin Sustrik
14
+ - Brian Buchanan
9
15
  autorequire:
10
16
  bindir: bin
11
17
  cert_chain: []
12
18
 
13
- date: 2009-11-05 00:00:00 -08:00
19
+ date: 2010-06-28 00:00:00 -07:00
14
20
  default_executable:
15
21
  dependencies: []
16
22
 
17
- description:
23
+ description: This gem provides a Ruby API for the ZeroMQ messaging library.
18
24
  email:
25
+ - sustrik@250bpm.com
26
+ - bwb@holo.org
19
27
  executables: []
20
28
 
21
29
  extensions:
22
- - ext/zmq/extconf.rb
30
+ - extconf.rb
23
31
  extra_rdoc_files:
24
- - README
32
+ - rbzmq.c
25
33
  files:
26
- - COPYING
27
- - ChangeLog
28
- - ext/zmq/zmq.cpp
29
- - ext/zmq/extconf.rb
30
- - lib/zmq.rb
31
- - test/all_tests.rb
32
- - test/test_helper.rb
33
- - test/unit/zmq_tests.rb
34
- - README
34
+ - Makefile
35
+ - rbzmq.c
36
+ - extconf.rb
35
37
  has_rdoc: true
36
- homepage:
38
+ homepage: http://www.zeromq.org/bindings:ruby
37
39
  licenses: []
38
40
 
39
41
  post_install_message:
40
- rdoc_options:
41
- - --title
42
- - Zmq
43
- - --main
44
- - README
45
- - --line-numbers
42
+ rdoc_options: []
43
+
46
44
  require_paths:
47
45
  - lib
48
46
  required_ruby_version: !ruby/object:Gem::Requirement
47
+ none: false
49
48
  requirements:
50
49
  - - ">="
51
50
  - !ruby/object:Gem::Version
51
+ hash: 3
52
+ segments:
53
+ - 0
52
54
  version: "0"
53
- version:
54
55
  required_rubygems_version: !ruby/object:Gem::Requirement
56
+ none: false
55
57
  requirements:
56
58
  - - ">="
57
59
  - !ruby/object:Gem::Version
60
+ hash: 3
61
+ segments:
62
+ - 0
58
63
  version: "0"
59
- version:
60
64
  requirements: []
61
65
 
62
- rubyforge_project: zmq
63
- rubygems_version: 1.3.5
66
+ rubyforge_project:
67
+ rubygems_version: 1.3.7
64
68
  signing_key:
65
69
  specification_version: 3
66
- summary: Ruby API to ZeroMQ, packaged as a RubyGem
67
- test_files:
68
- - test/all_tests.rb
70
+ summary: Ruby API for ZeroMQ
71
+ test_files: []
72
+