google_book 0.3.11 → 0.3.12

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -15,7 +15,7 @@
15
15
  <div>
16
16
  <h2>Installation</h2>
17
17
  <p>In Gemfile<br/>
18
- <code>gem 'google_book', '0.3.11'</code>
18
+ <code>gem 'google_book', '0.3.12'</code>
19
19
  </p>
20
20
  </div>
21
21
  <div>
@@ -1,3 +1,3 @@
1
1
  module GoogleBook
2
- Version = "0.3.11"
2
+ Version = "0.3.12"
3
3
  end
@@ -37,7 +37,7 @@ describe "book_item" do
37
37
 
38
38
  describe "preview_link" do
39
39
  it "should return perfect preview link" do
40
- @book_items.first.preview_link.should == "http://books.google.com/books?id=_oG_iTxP1pIC&pg=PA283&dq=Flowers+inauthor:keyes&hl=&cd=1&source=gbs_api"
40
+ @book_items.first.preview_link.should == "http://books.google.com/books?id=_oG_iTxP1pIC&printsec=frontcover&dq=Flowers+inauthor:keyes&hl=&cd=1&source=gbs_api"
41
41
  end
42
42
  end
43
43
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google_book
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.11
4
+ version: 0.3.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-19 00:00:00.000000000 Z
12
+ date: 2013-08-21 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description:
15
15
  email: rdasarminus@gmail.com
@@ -57,6 +57,6 @@ rubyforge_project:
57
57
  rubygems_version: 1.8.24
58
58
  signing_key:
59
59
  specification_version: 3
60
- summary: Google Book API integration for fetching the information for google books and magazines and book shelves also filter them. You can eaisly get most of the elements for a particular book and magazine or the books of a book shelf from the google book search. like :-(title,sub title,preview link,authors,publisher,publish date,buylink,downloadlink,version,ISBN information,ratings,...many more..Also you can get the google checkout link for that book/magazine
60
+ summary: Google Book/Magazine API integration for fetching the information for google books and magazines and book shelves also filter them. You can eaisly get most of the elements for a particular book and magazine or the books of a book shelf from the google book search. like :-(title,sub title,preview link,authors,publisher,publish date,buylink,downloadlink,version,ISBN information,ratings,...many more..Also you can get the google checkout link for that book/magazine
61
61
  test_files: []
62
62
  has_rdoc: