--- !ruby/object:Gem::Specification name: rjb version: !ruby/object:Gem::Version version: 1.6.6 platform: ruby authors: - arton autorequire: bindir: bin cert_chain: [] date: 2022-12-25 00:00:00.000000000 Z dependencies: [] description: 'RJB is a bridge program that connect between Ruby and Java with Java Native Interface. ' email: artonx@gmail.com executables: [] extensions: - ext/extconf.rb extra_rdoc_files: [] files: - COPYING - ChangeLog - data/rjb/jp/co/infoseek/hp/arton/rjb/RBridge.class - ext/RBridge.java - ext/depend.erb - ext/extconf.h - ext/extconf.rb - ext/jniwrap.h - ext/jp_co_infoseek_hp_arton_rjb_RBridge.h - ext/load.c - ext/riconv.c - ext/riconv.h - ext/rjb.c - ext/rjb.h - ext/rjbexception.c - lib/rjb.rb - lib/rjb/extension.rb - lib/rjb/list.rb - lib/rjb/version.rb - lib/rjbextension.rb - readme.sj - readme.txt - samples/filechooser.rb - samples/unzip.rb - test/anon-test-50.rb - test/anon-test-60.rb - test/anon.rb - test/b.rb - test/exttest.rb - test/gctest.rb - test/jartest.jar - test/jartest.rb - test/jartest2.jar - test/jartest2.rb - test/jartest3.rb - test/jp/co/infoseek/hp/arton/rjb/CallbackTest$Callback.class - test/jp/co/infoseek/hp/arton/rjb/CallbackTest.class - test/jp/co/infoseek/hp/arton/rjb/IBase.class - test/jp/co/infoseek/hp/arton/rjb/JarTest.class - test/jp/co/infoseek/hp/arton/rjb/JarTest2.class - test/jp/co/infoseek/hp/arton/rjb/Test$TestTypes.class - test/jp/co/infoseek/hp/arton/rjb/Test.class - test/jp/co/infoseek/hp/arton/rjb/Two.class - test/jp/co/infoseek/hp/arton/rjb/TwoCaller.class - test/listtest.rb - test/osx_jvmcheck.rb - test/rjbtest.jar - test/test.rb - test/test_osxjvm.rb - test/test_osxload.rb - test/test_unload.rb - test/x.rb homepage: https://www.artonx.org/collabo/backyard/?RubyJavaBridge licenses: - LGPL-2.1-or-later metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.8.2 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: - none - JDK 5.0 rubygems_version: 3.3.7 signing_key: specification_version: 4 summary: Ruby Java bridge test_files: - test/test.rb