rubywmq 1.0.0 → 1.1.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.
- data/README +1 -1
- data/examples/put1_a.rb +25 -25
- data/examples/q_to_files.rb +48 -48
- data/ext/build.sh +0 -0
- data/ext/decode_rfh.c +348 -348
- data/ext/decode_rfh.h +45 -45
- data/ext/extconf.rb +44 -44
- data/ext/generate/generate_structs.rb +97 -97
- data/ext/generate/wmq_structs.erb +1 -18
- data/ext/wmq.c +93 -93
- data/ext/wmq.h +367 -350
- data/ext/wmq_message.c +671 -682
- data/ext/wmq_mq_load.c +217 -217
- data/ext/wmq_queue.c +1411 -1411
- data/ext/wmq_queue_manager.c +1570 -1581
- data/tests/test.rb +328 -300
- metadata +46 -47
metadata
CHANGED
@@ -1,50 +1,48 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubywmq
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.1.1
|
5
|
+
prerelease:
|
5
6
|
platform: ruby
|
6
|
-
authors:
|
7
|
+
authors:
|
7
8
|
- Reid Morrison
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
|
12
|
-
date: 2008-12-07 00:00:00 -05:00
|
12
|
+
date: 2011-06-05 00:00:00.000000000 -04:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
|
-
|
16
|
-
description:
|
15
|
+
description: RubyWMQ is a Ruby interface into WebSphere MQ, previously called MQSeries
|
17
16
|
email: rubywmq@gmail.com
|
18
17
|
executables: []
|
19
|
-
|
20
|
-
extensions:
|
18
|
+
extensions:
|
21
19
|
- ext/extconf.rb
|
22
|
-
extra_rdoc_files:
|
20
|
+
extra_rdoc_files:
|
23
21
|
- README
|
24
22
|
- LICENSE
|
25
|
-
files:
|
23
|
+
files:
|
24
|
+
- examples/put_xmit_q.rb
|
25
|
+
- examples/put_rfh.rb
|
26
|
+
- examples/request.rb
|
27
|
+
- examples/put_a.rb
|
26
28
|
- examples/put_b.rb
|
27
|
-
- examples/
|
29
|
+
- examples/files_to_q.rb
|
28
30
|
- examples/each_a.rb
|
29
|
-
- examples/put_rfh.rb
|
30
31
|
- examples/put_group_b.rb
|
31
|
-
- examples/
|
32
|
-
- examples/put_dlh.rb
|
33
|
-
- examples/put_a.rb
|
34
|
-
- examples/request.rb
|
35
|
-
- examples/get_client.rb
|
36
|
-
- examples/server.rb
|
37
|
-
- examples/each_header.rb
|
32
|
+
- examples/put_dynamic_q.rb
|
38
33
|
- examples/put1_c.rb
|
34
|
+
- examples/get_a.rb
|
35
|
+
- examples/server.rb
|
39
36
|
- examples/put1_a.rb
|
40
|
-
- examples/put_rfh2_b.rb
|
41
|
-
- examples/each_b.rb
|
42
37
|
- examples/q_to_files.rb
|
43
|
-
- examples/
|
38
|
+
- examples/put_rfh2_b.rb
|
39
|
+
- examples/get_client.rb
|
44
40
|
- examples/put_group_a.rb
|
45
|
-
- examples/
|
46
|
-
- examples/
|
47
|
-
- examples/
|
41
|
+
- examples/put_rfh2_a.rb
|
42
|
+
- examples/each_header.rb
|
43
|
+
- examples/put1_b.rb
|
44
|
+
- examples/each_b.rb
|
45
|
+
- examples/put_dlh.rb
|
48
46
|
- .document
|
49
47
|
- lib/wmq.rb
|
50
48
|
- ext/lib/wmq_temp.rb
|
@@ -67,31 +65,32 @@ files:
|
|
67
65
|
- examples/files_to_q.cfg
|
68
66
|
- README
|
69
67
|
- LICENSE
|
68
|
+
- tests/test.rb
|
70
69
|
has_rdoc: true
|
71
|
-
homepage: http://
|
70
|
+
homepage: http://www.reidmorrison.com/rubywmq
|
71
|
+
licenses: []
|
72
72
|
post_install_message:
|
73
73
|
rdoc_options: []
|
74
|
-
|
75
|
-
require_paths:
|
74
|
+
require_paths:
|
76
75
|
- lib
|
77
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
requirements:
|
90
|
-
- WebSphere MQ
|
76
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
77
|
+
none: false
|
78
|
+
requirements:
|
79
|
+
- - ! '>='
|
80
|
+
- !ruby/object:Gem::Version
|
81
|
+
version: 1.8.3
|
82
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
83
|
+
none: false
|
84
|
+
requirements:
|
85
|
+
- - ! '>='
|
86
|
+
- !ruby/object:Gem::Version
|
87
|
+
version: '0'
|
88
|
+
requirements:
|
89
|
+
- WebSphere MQ v5.3, v6 or v7 Client or Server with MQ and Ruby SDK
|
91
90
|
rubyforge_project: rubywmq
|
92
|
-
rubygems_version: 1.
|
91
|
+
rubygems_version: 1.6.2
|
93
92
|
signing_key:
|
94
|
-
specification_version:
|
93
|
+
specification_version: 3
|
95
94
|
summary: Ruby interface into WebSphere MQ (MQSeries)
|
96
|
-
test_files:
|
95
|
+
test_files:
|
97
96
|
- tests/test.rb
|