Sha256: 5b5e214cf930e46a8efe45907252ae6bb4e13a0f1c55500e05e130b97d01d32f
Contents?: true
Size: 1.44 KB
Versions: 0
Compression: gzip
Compressed size: 686 Bytes
Stored size: 686 Bytes
Contents
--- !ruby/object:Gem::Specification rubygems_version: 0.9.0 specification_version: 1 name: rjb version: !ruby/object:Gem::Version version: 1.0.0 date: 2006-08-01 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/riconv.c - ext/rjbexception.c - ext/load.c - ext/rjb.c - ext/riconv.h - ext/rjb.h - ext/jp_co_infoseek_hp_arton_rjb_RBridge.h - ext/jniwrap.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/JTest.class - test/jp/co/infoseek/hp/arton/rjb/ExtBase.class - test/jp/co/infoseek/hp/arton/rjb/Test.class - test/jp/co/infoseek/hp/arton/rjb/IBase.class - test/jp/co/infoseek/hp/arton/rjb/Base.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: []