Sha256: 479a713aeb0c074730e00a2f962308268a928f6e2f9d2159969b4215d495893e
Contents?: true
Size: 1.47 KB
Versions: 0
Compression: gzip
Compressed size: 688 Bytes
Stored size: 688 Bytes
Contents
--- !ruby/object:Gem::Specification rubygems_version: 0.9.0 specification_version: 1 name: rjb version: !ruby/object:Gem::Version version: 1.0.1 date: 2006-09-10 00:00:00 +09:00 summary: Ruby Java bridge require_paths: - lib email: artonx@gmail.com homepage: http://arton.no-ip.info/collabo/backyard/?RubyJavaBridge rubyforge_project: description: RJB is a bridge program that connect between Ruby and Java with Java Native Interface. autorequire: default_executable: bindir: bin has_rdoc: false required_ruby_version: !ruby/object:Gem::Version::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.8.2 version: platform: ruby signing_key: cert_chain: post_install_message: authors: - arton files: - ext/RBridge.java - ext/load.c - ext/riconv.c - ext/rjbexception.c - ext/rjb.c - ext/jniwrap.h - ext/rjb.h - ext/riconv.h - ext/jp_co_infoseek_hp_arton_rjb_RBridge.h - ext/depend - data/rjb/jp/co/infoseek/hp/arton/rjb/RBridge.class - lib/rjb.rb - samples/filechooser.rb - test/gctest.rb - test/test.rb - test/jp/co/infoseek/hp/arton/rjb/Base.class - test/jp/co/infoseek/hp/arton/rjb/ExtBase.class - test/jp/co/infoseek/hp/arton/rjb/IBase.class - test/jp/co/infoseek/hp/arton/rjb/JTest.class - test/jp/co/infoseek/hp/arton/rjb/Test.class - COPYING - ChangeLog - readme.sj - readme.txt test_files: - test/test.rb rdoc_options: [] extra_rdoc_files: [] executables: [] extensions: - ext/extconf.rb requirements: - none - JDK 5.0 dependencies: []