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.
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.0.0
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/put1_b.rb
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/put_rfh2_a.rb
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/put_xmit_q.rb
38
+ - examples/put_rfh2_b.rb
39
+ - examples/get_client.rb
44
40
  - examples/put_group_a.rb
45
- - examples/get_a.rb
46
- - examples/files_to_q.rb
47
- - examples/put_dynamic_q.rb
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://rubywmq.rubyforge.org
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
- requirements:
79
- - - ">="
80
- - !ruby/object:Gem::Version
81
- version: 1.8.0
82
- version:
83
- required_rubygems_version: !ruby/object:Gem::Requirement
84
- requirements:
85
- - - ">="
86
- - !ruby/object:Gem::Version
87
- version: "0"
88
- version:
89
- requirements:
90
- - WebSphere MQ, v5.3 or greater
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.1.1
91
+ rubygems_version: 1.6.2
93
92
  signing_key:
94
- specification_version: 2
93
+ specification_version: 3
95
94
  summary: Ruby interface into WebSphere MQ (MQSeries)
96
- test_files:
95
+ test_files:
97
96
  - tests/test.rb