rjb 1.3.0-universal-darwin-10

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 ADDED
@@ -0,0 +1,85 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rjb
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.3.0
5
+ platform: universal-darwin-10
6
+ authors:
7
+ - arton
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2010-10-26 00:00:00 +09:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: |
17
+ RJB is a bridge program that connect between Ruby and Java with Java Native Interface.
18
+
19
+ email: artonx@gmail.com
20
+ executables: []
21
+
22
+ extensions: []
23
+
24
+ extra_rdoc_files: []
25
+
26
+ files:
27
+ - ext/RBridge.java
28
+ - ext/load.c
29
+ - ext/riconv.c
30
+ - ext/rjb.c
31
+ - ext/rjbexception.c
32
+ - ext/extconf.h
33
+ - ext/jniwrap.h
34
+ - ext/jp_co_infoseek_hp_arton_rjb_RBridge.h
35
+ - ext/riconv.h
36
+ - ext/rjb.h
37
+ - ext/depend
38
+ - data/rjb/jp/co/infoseek/hp/arton/rjb/RBridge.class
39
+ - lib/rjb.rb
40
+ - lib/rjbextension.rb
41
+ - samples/filechooser.rb
42
+ - test/exttest.rb
43
+ - test/gctest.rb
44
+ - test/test.rb
45
+ - test/jp/co/infoseek/hp/arton/rjb/IBase.class
46
+ - test/jp/co/infoseek/hp/arton/rjb/Test$TestTypes.class
47
+ - test/jp/co/infoseek/hp/arton/rjb/Test.class
48
+ - test/jartest.jar
49
+ - test/rjbtest.jar
50
+ - COPYING
51
+ - ChangeLog
52
+ - readme.sj
53
+ - readme.txt
54
+ - lib/rjbcore.bundle
55
+ has_rdoc: true
56
+ homepage: http://rjb.rubyforge.org/
57
+ licenses: []
58
+
59
+ post_install_message:
60
+ rdoc_options: []
61
+
62
+ require_paths:
63
+ - lib
64
+ required_ruby_version: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: 1.8.2
69
+ version:
70
+ required_rubygems_version: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - ">="
73
+ - !ruby/object:Gem::Version
74
+ version: "0"
75
+ version:
76
+ requirements:
77
+ - none
78
+ - JDK 5.0
79
+ rubyforge_project: rjb
80
+ rubygems_version: 1.3.5
81
+ signing_key:
82
+ specification_version: 3
83
+ summary: Ruby Java bridge
84
+ test_files:
85
+ - test/test.rb