rubywmq 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Rakefile +17 -13
- data/ext/wmq_queue_manager.c +2 -2
- data/lib/wmq/version.rb +1 -1
- metadata +15 -37
- data/ext/Makefile +0 -185
- data/ext/decode_rfh.o +0 -0
- data/ext/wmq.o +0 -0
- data/ext/wmq.so +0 -0
- data/ext/wmq_message.o +0 -0
- data/ext/wmq_mq_load.o +0 -0
- data/ext/wmq_queue.o +0 -0
- data/ext/wmq_queue_manager.o +0 -0
- data/ext/wmq_reason.c +0 -5301
- data/ext/wmq_reason.o +0 -0
- data/ext/wmq_structs.c +0 -1609
- data/ext/wmq_structs.o +0 -0
- data/nbproject/private/config.properties +0 -0
- data/nbproject/private/private.properties +0 -1
- data/nbproject/private/private.xml +0 -4
- data/nbproject/private/rake-d.txt +0 -5
- data/nbproject/project.properties +0 -11
- data/nbproject/project.xml +0 -17
- data/rubywmq-2.0.0.pre3.gem +0 -0
data/ext/wmq_structs.o
DELETED
Binary file
|
File without changes
|
@@ -1 +0,0 @@
|
|
1
|
-
platform.active=Ruby
|
@@ -1,11 +0,0 @@
|
|
1
|
-
examples.dir=${file.reference.trunk-examples}
|
2
|
-
file.reference.trunk-examples=examples
|
3
|
-
file.reference.trunk-ext=ext
|
4
|
-
file.reference.trunk-lib=lib
|
5
|
-
file.reference.trunk-tests=tests
|
6
|
-
javac.classpath=
|
7
|
-
lib.dir=${file.reference.trunk-lib}
|
8
|
-
main.file=
|
9
|
-
source.encoding=UTF-8
|
10
|
-
src.dir=${file.reference.trunk-ext}
|
11
|
-
test.src.dir=${file.reference.trunk-tests}
|
data/nbproject/project.xml
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<project xmlns="http://www.netbeans.org/ns/project/1">
|
3
|
-
<type>org.netbeans.modules.ruby.rubyproject</type>
|
4
|
-
<configuration>
|
5
|
-
<data xmlns="http://www.netbeans.org/ns/ruby-project/1">
|
6
|
-
<name>rubywmq</name>
|
7
|
-
<source-roots>
|
8
|
-
<root id="src.dir" name="ext"/>
|
9
|
-
<root id="examples.dir"/>
|
10
|
-
<root id="lib.dir" name="Source Files"/>
|
11
|
-
</source-roots>
|
12
|
-
<test-roots>
|
13
|
-
<root id="test.src.dir"/>
|
14
|
-
</test-roots>
|
15
|
-
</data>
|
16
|
-
</configuration>
|
17
|
-
</project>
|
data/rubywmq-2.0.0.pre3.gem
DELETED
Binary file
|