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
|
--- !ruby/object:Gem::Specification
name: zoom
version: !ruby/object:Gem::Version
version: 0.5.0
platform: ruby
authors:
- Laurent Sansonetti
- Ed Summers
autorequire: zoom
bindir: bin
cert_chain: []
date: 2015-08-15 00:00:00.000000000 Z
dependencies: []
description:
email:
executables: []
extensions:
- ext/extconf.rb
extra_rdoc_files: []
files:
- ChangeLog
- README.md
- Rakefile
- ext/extconf.rb
- ext/rbzoom.c
- ext/rbzoom.h
- ext/rbzoomconnection.c
- ext/rbzoomoptions.c
- ext/rbzoompackage.c
- ext/rbzoomquery.c
- ext/rbzoomrecord.c
- ext/rbzoomresultset.c
- sample/hello.rb
- sample/needle.rb
- test/package_live.rb
- test/package_test.rb
- test/record-update.xml
- test/record.dat
- test/record.txt
- test/record.xml
- test/search_batch_test.rb
- test/search_test.rb
- test/thread_test.rb
- test/zebra/key/empty_file
- test/zebra/lock/empty_file
- 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/bib1.att
- test/zebra/tab/default.idx
- test/zebra/tab/numeric.chr
- test/zebra/tab/record.abs
- test/zebra/tab/string.chr
- test/zebra/tab/usmarc.mar
- test/zebra/zebra.cfg
homepage: http://ruby-zoom.rubyforge.org
licenses: []
metadata: {}
post_install_message:
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: '0'
requirements: []
rubyforge_project:
rubygems_version: 2.4.5
signing_key:
specification_version: 4
summary: Ruby/ZOOM provides a Ruby binding to the Z39.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.
test_files: []
|