google_book 0.3.8 → 0.3.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +1 -1
  3. data/lib/google_book/uri.rb +1 -0
  4. metadata +16 -14
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 303b54040302c5b1bc6ab0634a3deeb40fa7e00b
4
+ data.tar.gz: a363ac58121fec8908336087c55505fc13430d0d
5
+ SHA512:
6
+ metadata.gz: c0f7b6bc4798bea54b528fd8680362f8c44cb65266d69afd66035aef6756809eaedd50a1c12833caefefc22cc44bdb3a1a5c493b9f8c3ba1cfff94616a19c276
7
+ data.tar.gz: 27ce6ea7f0de31101cd50c3520f59c215f8f7916318b3fc5edc1bca8b8c1724e4a7fff55a695c4f48ae2dcd0ecabccca2e1d36fb0e52a392e739212f458ca5a7
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.8'</code>
18
+ <code>gem 'google_book', '0.3.9'</code>
19
19
  </p>
20
20
  </div>
21
21
  <div>
@@ -1,4 +1,5 @@
1
1
  require 'net/http'
2
+ require 'openssl'
2
3
  module URI
3
4
  class Uri
4
5
  attr_reader :uri
metadata CHANGED
@@ -1,17 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google_book
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.8
5
- prerelease:
4
+ version: 0.3.9
6
5
  platform: ruby
7
6
  authors:
8
7
  - Rajarshi Das
9
- autorequire:
8
+ autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-08-08 00:00:00.000000000 Z
11
+ date: 2013-08-09 00:00:00.000000000 Z
13
12
  dependencies: []
14
- description:
13
+ description:
15
14
  email: rdasarminus@gmail.com
16
15
  executables: []
17
16
  extensions: []
@@ -33,7 +32,8 @@ files:
33
32
  homepage: https://github.com/rajcybage/google_book
34
33
  licenses:
35
34
  - Copyright (c) Rajarshi Das. All rights reserved
36
- post_install_message:
35
+ metadata: {}
36
+ post_install_message:
37
37
  rdoc_options: []
38
38
  require_paths:
39
39
  - lib
@@ -42,18 +42,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
42
42
  - - '>='
43
43
  - !ruby/object:Gem::Version
44
44
  version: '0'
45
- none: false
46
45
  required_rubygems_version: !ruby/object:Gem::Requirement
47
46
  requirements:
48
47
  - - '>='
49
48
  - !ruby/object:Gem::Version
50
49
  version: '0'
51
- none: false
52
50
  requirements: []
53
- rubyforge_project:
54
- rubygems_version: 1.8.24
55
- signing_key:
56
- specification_version: 3
57
- 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
51
+ rubyforge_project:
52
+ rubygems_version: 2.0.0
53
+ signing_key:
54
+ specification_version: 4
55
+ summary: Google Book API integration for fetching the information for google books
56
+ and magazines and book shelves also filter them. You can eaisly get most of the
57
+ elements for a particular book and magazine or the books of a book shelf from the
58
+ google book search. like :-(title,sub title,preview link,authors,publisher,publish
59
+ date,buylink,downloadlink,version,ISBN information,ratings,...many more..Also you
60
+ can get the google checkout link for that book/magazine
58
61
  test_files: []
59
- has_rdoc: