ferocia-rubywmq 2.0.6 → 2.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/ext/generate/generate_const.rb +1 -1
- data/lib/wmq/version.rb +1 -1
- metadata +17 -26
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 43fe0d070801f24c9fd255f00e5e83b02f99069b
|
4
|
+
data.tar.gz: eb7515bd2208f70b4df88b6fbe36934be190da0f
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 17dc7df36798b2830ef8abe9ecd32051b24b75df6548a6f1498d760f47e533d60d6d415bf8ce6fb466424979827a947d32eed8dc4065e138517914ed38ac85b6
|
7
|
+
data.tar.gz: 8f9376b448f7e480a47e00e567c2bb37988d0e57cac654d0f24838f9344ac8c01d12d1c430370a052d1b9b7d058b3ff2b3d0ed13565cd6eac777e0f2f3f19c67
|
@@ -68,7 +68,7 @@ class GenerateConst
|
|
68
68
|
################################################################################
|
69
69
|
module WMQ
|
70
70
|
END_OF_STRING
|
71
|
-
[ ['Connect Options','cmqc.h','MQCNO_',/(VERSION)|(CONN_TAG)|(
|
71
|
+
[ ['Connect Options','cmqc.h','MQCNO_',/(VERSION)|(CONN_TAG)|(_LENGTH)/],
|
72
72
|
['Open Options', 'cmqc.h','MQOO_' ],
|
73
73
|
['Close Options', 'cmqc.h','MQCO_'],
|
74
74
|
['Match Options', 'cmqc.h','MQMO_'],
|
data/lib/wmq/version.rb
CHANGED
metadata
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ferocia-rubywmq
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
5
|
-
prerelease:
|
4
|
+
version: 2.0.7
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Reid Morrison
|
@@ -10,22 +9,20 @@ authors:
|
|
10
9
|
autorequire:
|
11
10
|
bindir: bin
|
12
11
|
cert_chain: []
|
13
|
-
date:
|
12
|
+
date: 2017-04-06 00:00:00.000000000 Z
|
14
13
|
dependencies:
|
15
14
|
- !ruby/object:Gem::Dependency
|
16
15
|
name: shoulda
|
17
16
|
requirement: !ruby/object:Gem::Requirement
|
18
|
-
none: false
|
19
17
|
requirements:
|
20
|
-
- -
|
18
|
+
- - ">="
|
21
19
|
- !ruby/object:Gem::Version
|
22
20
|
version: '0'
|
23
21
|
type: :development
|
24
22
|
prerelease: false
|
25
23
|
version_requirements: !ruby/object:Gem::Requirement
|
26
|
-
none: false
|
27
24
|
requirements:
|
28
|
-
- -
|
25
|
+
- - ">="
|
29
26
|
- !ruby/object:Gem::Version
|
30
27
|
version: '0'
|
31
28
|
description: RubyWMQ is a high performance native Ruby interface into WebSphere MQ.
|
@@ -36,6 +33,10 @@ extensions:
|
|
36
33
|
- ext/extconf.rb
|
37
34
|
extra_rdoc_files: []
|
38
35
|
files:
|
36
|
+
- ".document"
|
37
|
+
- LICENSE.txt
|
38
|
+
- README.md
|
39
|
+
- Rakefile
|
39
40
|
- examples/each_a.rb
|
40
41
|
- examples/each_b.rb
|
41
42
|
- examples/each_header.rb
|
@@ -76,49 +77,39 @@ files:
|
|
76
77
|
- ext/wmq_queue_manager.c
|
77
78
|
- ferocia-rubywmq.gemspec
|
78
79
|
- lib/rubywmq.rb
|
80
|
+
- lib/wmq.rb
|
79
81
|
- lib/wmq/message.rb
|
80
82
|
- lib/wmq/queue_manager.rb
|
81
83
|
- lib/wmq/version.rb
|
82
|
-
- lib/wmq.rb
|
83
|
-
- LICENSE.txt
|
84
|
-
- Rakefile
|
85
|
-
- README.md
|
86
84
|
- tests/test.rb
|
87
|
-
- .document
|
88
85
|
homepage: https://github.com/reidmorrison/rubywmq
|
89
86
|
licenses:
|
90
87
|
- Apache License V2.0
|
91
|
-
|
92
|
-
|
93
|
-
|
88
|
+
metadata: {}
|
89
|
+
post_install_message: |
|
90
|
+
* ferocia-rubywmq builds against the WMQ libs, which aren't available for OS X.
|
94
91
|
* The gem will still install, but the build will be skipped, producing a
|
95
|
-
|
96
|
-
* non-functional gem, so you''ll need stubs. (You can skip the build elsewhere by
|
97
|
-
|
92
|
+
* non-functional gem, so you'll need stubs. (You can skip the build elsewhere by
|
98
93
|
* setting the DISABLE_RUBYWMQ environment variable.)
|
99
|
-
|
100
|
-
'
|
101
94
|
rdoc_options: []
|
102
95
|
require_paths:
|
103
96
|
- lib
|
104
97
|
required_ruby_version: !ruby/object:Gem::Requirement
|
105
|
-
none: false
|
106
98
|
requirements:
|
107
|
-
- -
|
99
|
+
- - ">="
|
108
100
|
- !ruby/object:Gem::Version
|
109
101
|
version: 1.8.4
|
110
102
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
111
|
-
none: false
|
112
103
|
requirements:
|
113
|
-
- -
|
104
|
+
- - ">="
|
114
105
|
- !ruby/object:Gem::Version
|
115
106
|
version: '0'
|
116
107
|
requirements:
|
117
108
|
- WebSphere MQ v5.3, v6 or v7 Client or Server with Development Kit
|
118
109
|
rubyforge_project: rubywmq
|
119
|
-
rubygems_version:
|
110
|
+
rubygems_version: 2.4.5
|
120
111
|
signing_key:
|
121
|
-
specification_version:
|
112
|
+
specification_version: 4
|
122
113
|
summary: Native Ruby interface into WebSphere MQ
|
123
114
|
test_files:
|
124
115
|
- tests/test.rb
|