rbook-titlepage 0.9 → 0.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Rakefile CHANGED
@@ -6,7 +6,7 @@ require 'rake/testtask'
6
6
  require "rake/gempackagetask"
7
7
  require 'spec/rake/spectask'
8
8
 
9
- PKG_VERSION = "0.9"
9
+ PKG_VERSION = "0.9.1"
10
10
  PKG_NAME = "rbook-titlepage"
11
11
  PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
12
12
  RUBYFORGE_PROJECT = 'rbook'
@@ -3,6 +3,7 @@
3
3
  # line with these 2 lines:
4
4
  # require 'rubygems'
5
5
  # require 'rbook/titlepage'
6
+ require "rubygems"
6
7
  require File.dirname(__FILE__) + '/../lib/rbook/titlepage'
7
8
 
8
9
  RBook::TitlePage::Client.open("username", "password") do |tp|
@@ -1,5 +1,9 @@
1
1
  $LOAD_PATH.unshift(File.dirname(__FILE__) + "/../")
2
2
 
3
+ # the soap4r gem is often a little better than the version that lives in
4
+ # the ruby standard library, so if the local system has the gem installed
5
+ # use that
6
+ begin; gem 'soap4r'; rescue; end
3
7
  require 'rbook/isbn'
4
8
  require 'rbook/titlepage/titlepage_driver'
5
9
  require 'rbook/titlepage/client'
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: rbook-titlepage
5
5
  version: !ruby/object:Gem::Version
6
- version: "0.9"
7
- date: 2007-07-03 00:00:00 +10:00
6
+ version: 0.9.1
7
+ date: 2007-09-17 00:00:00 +10:00
8
8
  summary: A library for using the titlepage.com API
9
9
  require_paths:
10
10
  - lib