googlebook 0.1.0 → 0.1.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.
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ['Paper Cavalier']
10
10
  s.email = ['code@papercavalier.com']
11
- s.homepage = 'http://rubygems.com/gems/googlebook'
11
+ s.homepage = 'http://rubygems.org/gems/googlebook'
12
12
  s.summary = %q{A Ruby wrapper to the Google Book Search Data API}
13
13
  s.description = %q{Google Book is a Ruby wrapper to the Google Book Search Data API.}
14
14
 
@@ -1,3 +1,3 @@
1
1
  module GoogleBook
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: googlebook
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Paper Cavalier
@@ -85,7 +85,7 @@ files:
85
85
  - spec/spec_helper.rb
86
86
  - spec/support/vcr.rb
87
87
  has_rdoc: true
88
- homepage: http://rubygems.com/gems/googlebook
88
+ homepage: http://rubygems.org/gems/googlebook
89
89
  licenses: []
90
90
 
91
91
  post_install_message: