1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
--- !ruby/object:Gem::Specification
rubygems_version: 0.9.4
specification_version: 1
name: zoom
version: !ruby/object:Gem::Version
version: 0.4.1
date: 2007-11-20 00:00:00 -05:00
summary: Ruby/ZOOM provides a Ruby binding to the Z40.50 Object-Orientation Model (ZOOM), an abstract object-oriented programming interface to a subset of the services specified by the Z39.50 standard, also known as the international standard ISO 23950. This version introduces ZOOM Extended Services.
require_paths:
- lib
email:
homepage: http://ruby-zoom.rubyforge.org
rubyforge_project:
description:
autorequire: zoom
default_executable:
bindir: bin
has_rdoc: false
required_ruby_version: !ruby/object:Gem::Version::Requirement
requirements:
- - ">"
- !ruby/object:Gem::Version
version: 0.0.0
version:
platform: ruby
signing_key:
cert_chain:
post_install_message:
authors: []
files:
- src/rbzoomquery.c
- src/rbzoomresultset.c
- src/rbzoomoptions.c
- src/rbzoompackage.c
- src/rbzoomrecord.c
- src/rbzoom.c
- src/rbzoomconnection.c
- src/rbzoom.h
- src/extconf.rb
- test/zebra
- test/record.dat
- test/search_test.rb
- test/search_batch_test.rb
- test/thread_test.rb
- test/package_live.rb
- test/package_test.rb
- test/record.txt
- test/record-update.xml
- test/record.xml
- test/zebra/records
- test/zebra/register
- test/zebra/shadow
- test/zebra/tab
- test/zebra/key
- test/zebra/lock
- test/zebra/zebra.cfg
- test/zebra/records/programming_ruby.xml
- test/zebra/records/programming_ruby_update.xml
- test/zebra/register/empty_file
- test/zebra/shadow/empty_file
- test/zebra/tab/string.chr
- test/zebra/tab/record.abs
- test/zebra/tab/bib1.att
- test/zebra/tab/default.idx
- test/zebra/tab/usmarc.mar
- test/zebra/tab/numeric.chr
- test/zebra/key/empty_file
- test/zebra/lock/empty_file
- sample/hello.rb
- sample/needle.rb
- README
- ChangeLog
- Rakefile
test_files: []
rdoc_options: []
extra_rdoc_files: []
executables: []
extensions:
- src/extconf.rb
requirements: []
dependencies: []
|