google_book 0.3.17 → 0.3.18

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  <div>
8
8
  <a href = "https://codeclimate.com/repos/51fa3a5356b102601a00d3e1/feed"><img src="https://codeclimate.com/repos/51fa3a5356b102601a00d3e1/badges/8db2d24d585c3d2ac1f1/gpa.png" /></a>
9
- <a href = "https://travis-ci.org/rajcybage/google_book"><img src= "https://travis-ci.org/rajcybage/google_book.png?branch=master"/></a>
9
+ <a href = "https://travis-ci.org/rajcybage/google_book"><img src="https://travis-ci.org/rajcybage/google_book.png?branch=master"/></a>
10
10
  <img src = "https://badge.fury.io/rb/google_book.png"/>
11
11
 
12
12
  <div rel="tooltip" id="project_status_wrapper" data-original-title="Copy badge url to clipboard"><a href="#"><img src="https://gemnasium.com/rajcybage/google_book.png" id="project_status" alt="Google_book"></a></div>
@@ -136,6 +136,7 @@ module GoogleBook
136
136
  url = main_url+"?q=#{search_param.gsub(/\s+/, "+").strip}"
137
137
  end
138
138
  puts "#{url}"
139
+ url = url + "&maxResults=40"
139
140
  return URI(url)
140
141
  end
141
142
 
@@ -148,7 +149,7 @@ module GoogleBook
148
149
  else
149
150
  url = main_url+"?q=#{search_param.gsub(/\s+/, "").strip}+#{type}"
150
151
  end
151
- return url
152
+ return url + "&maxResults=40"
152
153
  end
153
154
 
154
155
  def connect_google(key = nil,type = nil,search_param = nil,filter = nil)
@@ -1,3 +1,3 @@
1
1
  module GoogleBook
2
- Version = "0.3.17"
2
+ Version = "0.3.18"
3
3
  end
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.17
4
+ version: 0.3.18
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: