google-book 0.3.0 → 0.3.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.
- data/lib/google/book/entry.rb +2 -2
- data/lib/google/book/version.rb +1 -1
- data/spec/google/book/entry_spec.rb +1 -1
- metadata +1 -1
data/lib/google/book/entry.rb
CHANGED
data/lib/google/book/version.rb
CHANGED
|
@@ -11,7 +11,7 @@ module Google
|
|
|
11
11
|
|
|
12
12
|
subject { Book.search('deleuze').first }
|
|
13
13
|
|
|
14
|
-
%w{cover creators date description format
|
|
14
|
+
%w{cover creators date description format info preview publisher
|
|
15
15
|
subjects title isbn}.each do |attribute|
|
|
16
16
|
it { should respond_to attribute }
|
|
17
17
|
end
|