titlepage 1.1.0 → 1.1.1

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 +2 -2
  2. data/lib/titlepage.rb +1 -1
  3. metadata +7 -6
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 = "1.1.0"
9
+ PKG_VERSION = "1.1.1"
10
10
  PKG_NAME = "titlepage"
11
11
  PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
12
12
  RUBYFORGE_PROJECT = 'rbook'
@@ -71,7 +71,7 @@ spec = Gem::Specification.new do |spec|
71
71
  spec.rdoc_options << '--title' << 'titlepage Documentation' << '--main' << 'README' << '-q'
72
72
  spec.add_dependency('rbook-isbn', '>= 1.0')
73
73
  spec.add_dependency('andand', '1.3.1')
74
- spec.add_dependency('troelskn-handsoap', '0.1.2')
74
+ spec.add_dependency('troelskn-handsoap', '0.2.7')
75
75
  spec.author = "James Healy"
76
76
  spec.email = "jimmy@deefa.com"
77
77
  spec.rubyforge_project = "rbook"
data/lib/titlepage.rb CHANGED
@@ -3,7 +3,7 @@
3
3
  require 'bigdecimal'
4
4
  require 'net/http'
5
5
  require 'rubygems'
6
- gem 'troelskn-handsoap', '0.1.2'
6
+ gem 'troelskn-handsoap', '0.2.7'
7
7
  gem 'andand', '1.3.1'
8
8
  require "handsoap"
9
9
  require "andand"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: titlepage
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Healy
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-05-27 00:00:00 +10:00
12
+ date: 2009-06-15 00:00:00 +10:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -40,7 +40,7 @@ dependencies:
40
40
  requirements:
41
41
  - - "="
42
42
  - !ruby/object:Gem::Version
43
- version: 0.1.2
43
+ version: 0.2.7
44
44
  version:
45
45
  description: This library is designed to assist with using the titlepage.com SOAP API.
46
46
  email: jimmy@deefa.com
@@ -55,7 +55,6 @@ extra_rdoc_files:
55
55
  files:
56
56
  - examples/titlepage.rb
57
57
  - examples/titlepage_www.rb
58
- - lib/titlepage
59
58
  - lib/titlepage/client.rb
60
59
  - lib/titlepage/driver.rb
61
60
  - lib/titlepage/utils.rb
@@ -67,6 +66,8 @@ files:
67
66
  - LICENSE
68
67
  has_rdoc: true
69
68
  homepage: http://rbook.rubyforge.org/
69
+ licenses: []
70
+
70
71
  post_install_message:
71
72
  rdoc_options:
72
73
  - --title
@@ -91,9 +92,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
91
92
  requirements: []
92
93
 
93
94
  rubyforge_project: rbook
94
- rubygems_version: 1.3.1
95
+ rubygems_version: 1.3.4
95
96
  signing_key:
96
- specification_version: 2
97
+ specification_version: 3
97
98
  summary: A library for using the titlepage.com API
98
99
  test_files: []
99
100