rbook-titlepage 0.9.1 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/rbook/titlepage.rb +5 -1
  3. metadata +2 -2
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.1"
9
+ PKG_VERSION = "0.9.2"
10
10
  PKG_NAME = "rbook-titlepage"
11
11
  PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
12
12
  RUBYFORGE_PROJECT = 'rbook'
@@ -3,7 +3,11 @@ $LOAD_PATH.unshift(File.dirname(__FILE__) + "/../")
3
3
  # the soap4r gem is often a little better than the version that lives in
4
4
  # the ruby standard library, so if the local system has the gem installed
5
5
  # use that
6
- begin; gem 'soap4r'; rescue; end
6
+ begin
7
+ gem 'soap4r'
8
+ rescue LoadError => e
9
+ # do nothing
10
+ end
7
11
  require 'rbook/isbn'
8
12
  require 'rbook/titlepage/titlepage_driver'
9
13
  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.1
7
- date: 2007-09-17 00:00:00 +10:00
6
+ version: 0.9.2
7
+ date: 2007-10-05 00:00:00 +10:00
8
8
  summary: A library for using the titlepage.com API
9
9
  require_paths:
10
10
  - lib