Sha256: 70a14635e2e654b29a6996351c2da56346d5cc7e294fe905f185fc66702671e7
Contents?: true
Size: 1.6 KB
Versions: 0
Compression: gzip
Compressed size: 703 Bytes
Stored size: 703 Bytes
Contents
--- !ruby/object:Gem::Specification name: rjb version: !ruby/object:Gem::Version version: 1.2.0 platform: ruby authors: - arton autorequire: bindir: bin cert_chain: [] date: 2009-11-01 00:00:00 +09:00 default_executable: 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: - ext/RBridge.java - ext/load.c - ext/rjbexception.c - ext/riconv.c - ext/rjb.c - ext/jp_co_infoseek_hp_arton_rjb_RBridge.h - ext/riconv.h - ext/jniwrap.h - ext/rjb.h - ext/depend - data/rjb/jp/co/infoseek/hp/arton/rjb/RBridge.class - lib/rjb.rb - samples/filechooser.rb - test/test.rb - test/gctest.rb - test/jp/co/infoseek/hp/arton/rjb/Base.class - test/jp/co/infoseek/hp/arton/rjb/IBase.class - test/jp/co/infoseek/hp/arton/rjb/Test.class - test/jp/co/infoseek/hp/arton/rjb/Test$TestTypes.class - test/jp/co/infoseek/hp/arton/rjb/ExtBase.class - COPYING - ChangeLog - readme.sj - readme.txt has_rdoc: true homepage: http://rjb.rubyforge.org/ licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.8.2 version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: - none - JDK 5.0 rubyforge_project: rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: Ruby Java bridge test_files: - test/test.rb