googlebook 0.1.3 → 0.1.4

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.
@@ -44,14 +44,14 @@ module GoogleBook
44
44
  Images.new(book['link'][0]['href']),
45
45
  book['link'][1]['href'],
46
46
  book['link'][2]['href'],
47
- book['dc:creator'],
47
+ [book['dc:creator']].flatten.join(', '),
48
48
  book['dc:date'],
49
49
  book['dc:description'],
50
50
  book['dc:format'],
51
51
  book['dc:identifier'],
52
52
  book['dc:publisher'],
53
53
  book['dc:subject'],
54
- book['dc:title'])
54
+ [book['dc:title']].flatten.join(': '))
55
55
  end
56
56
  end
57
57
 
@@ -1,3 +1,3 @@
1
1
  module GoogleBook
2
- VERSION = '0.1.3'
2
+ VERSION = '0.1.4'
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.3
5
+ version: 0.1.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Paper Cavalier