xisbn 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/xisbn.rb +1 -1
- metadata +3 -3
data/lib/xisbn.rb
CHANGED
@@ -20,7 +20,7 @@ require 'rexml/document'
|
|
20
20
|
|
21
21
|
module XISBN
|
22
22
|
require 'uri'
|
23
|
-
@@oclc_uri = URI.parse('http://
|
23
|
+
@@oclc_uri = URI.parse('http://old-xisbn.oclc.org/webservices/xisbn')
|
24
24
|
@@thing_uri = URI.parse('http://www.librarything.com/api/thingISBN')
|
25
25
|
|
26
26
|
def xisbn(isbn, opts={})
|
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
|
-
rubygems_version: 0.9.
|
2
|
+
rubygems_version: 0.9.2
|
3
3
|
specification_version: 1
|
4
4
|
name: xisbn
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.0.
|
7
|
-
date: 2007-
|
6
|
+
version: 0.0.4
|
7
|
+
date: 2007-04-11 00:00:00 -04:00
|
8
8
|
summary: look up related isbns with OCLCs xisbn service
|
9
9
|
require_paths:
|
10
10
|
- lib
|