wcid 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +4 -0
- data/LICENSE +339 -0
- data/Manifest.txt +18 -0
- data/README.txt +26 -0
- data/Rakefile +123 -0
- data/bin/wcid_ex1.rb +12 -0
- data/examples/wcid_long_ex1.rb +84 -0
- data/lib/wcid.rb +45 -0
- data/lib/wcid/hit.rb +34 -0
- data/lib/wcid/id.rb +80 -0
- data/lib/wcid/marc.rb +69 -0
- data/lib/wcid/search.rb +78 -0
- data/lib/wcid/version.rb +9 -0
- data/scripts/txt2html +67 -0
- data/setup.rb +1585 -0
- data/test/test_helper.rb +2 -0
- data/test/test_wcid.rb +11 -0
- metadata +66 -0
data/test/test_helper.rb
ADDED
data/test/test_wcid.rb
ADDED
metadata
ADDED
@@ -0,0 +1,66 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
rubygems_version: 0.9.0
|
3
|
+
specification_version: 1
|
4
|
+
name: wcid
|
5
|
+
version: !ruby/object:Gem::Version
|
6
|
+
version: 0.0.1
|
7
|
+
date: 2007-06-22 00:00:00 -04:00
|
8
|
+
summary: wcid is a ruby library for handling WorldCat Identities
|
9
|
+
require_paths:
|
10
|
+
- lib
|
11
|
+
email: jronallo+wcid@gmail.com
|
12
|
+
homepage: http://zcc.rubyforge.org
|
13
|
+
rubyforge_project: zcc
|
14
|
+
description: wcid is a ruby library for handling WorldCat Identities
|
15
|
+
autorequire:
|
16
|
+
default_executable:
|
17
|
+
bindir: bin
|
18
|
+
has_rdoc: true
|
19
|
+
required_ruby_version: !ruby/object:Gem::Version::Requirement
|
20
|
+
requirements:
|
21
|
+
- - ">"
|
22
|
+
- !ruby/object:Gem::Version
|
23
|
+
version: 0.0.0
|
24
|
+
version:
|
25
|
+
platform: ruby
|
26
|
+
signing_key:
|
27
|
+
cert_chain:
|
28
|
+
post_install_message:
|
29
|
+
authors:
|
30
|
+
- Jason Ronallo
|
31
|
+
files:
|
32
|
+
- History.txt
|
33
|
+
- LICENSE
|
34
|
+
- Manifest.txt
|
35
|
+
- README.txt
|
36
|
+
- Rakefile
|
37
|
+
- bin/wcid_ex1.rb
|
38
|
+
- examples/wcid_long_ex1.rb
|
39
|
+
- lib/wcid.rb
|
40
|
+
- lib/wcid/hit.rb
|
41
|
+
- lib/wcid/id.rb
|
42
|
+
- lib/wcid/marc.rb
|
43
|
+
- lib/wcid/search.rb
|
44
|
+
- lib/wcid/version.rb
|
45
|
+
- scripts/txt2html
|
46
|
+
- setup.rb
|
47
|
+
- test/test_helper.rb
|
48
|
+
- test/test_wcid.rb
|
49
|
+
test_files:
|
50
|
+
- test/test_helper.rb
|
51
|
+
- test/test_wcid.rb
|
52
|
+
rdoc_options:
|
53
|
+
- --main
|
54
|
+
- README.txt
|
55
|
+
extra_rdoc_files:
|
56
|
+
- History.txt
|
57
|
+
- Manifest.txt
|
58
|
+
- README.txt
|
59
|
+
executables:
|
60
|
+
- wcid_ex1.rb
|
61
|
+
extensions: []
|
62
|
+
|
63
|
+
requirements: []
|
64
|
+
|
65
|
+
dependencies: []
|
66
|
+
|