openlibrary 0.0.8 → 0.0.9

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.
@@ -60,6 +60,13 @@ You can also retrieve a book's full metadata details.
60
60
  # or an array of authors
61
61
  book_view.authors
62
62
 
63
+ == CONTRIBUTORS
64
+
65
+ {Jay Fajardo}[http://github.com/jayfajardo]
66
+ {Robert Berry}[http://github.com/bdigital]
67
+ {Eric Larson}[http://github.com/ewlarson]
68
+ {Charles Horn}[http://github.com/hornc]
69
+
63
70
  == TO DO
64
71
 
65
72
  Write Tests
@@ -9,7 +9,7 @@ module Openlibrary
9
9
  attr_accessor :classifications
10
10
  attr_accessor :subjects, :subject_places, :subject_people, :subject_times
11
11
  attr_accessor :publishers, :publish_places
12
- attr_accessor :date_published
12
+ attr_accessor :publish_date
13
13
  attr_accessor :excerpts
14
14
  attr_accessor :links
15
15
  attr_accessor :cover
@@ -49,9 +49,10 @@ module Openlibrary
49
49
  book_meta.subjects = book["subjects"]
50
50
  book_meta.subject_places = book["subject_places"]
51
51
  book_meta.subject_people = book["subject_people"]
52
+ book_meta.subject_times = book["subject_times"]
52
53
  book_meta.publishers = book["publishers"]
53
54
  book_meta.publish_places = book["publish_places"]
54
- book_meta.date_published = book["publish_date"]
55
+ book_meta.publish_date = book["publish_date"]
55
56
  book_meta.excerpts = book["excerpts"]
56
57
  book_meta.links = book["links"]
57
58
  book_meta.cover = book["cover"]
@@ -1,3 +1,3 @@
1
1
  module Openlibrary
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: openlibrary
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.8
5
+ version: 0.0.9
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jay Fajardo
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-04-11 00:00:00 Z
13
+ date: 2012-06-21 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rspec
@@ -90,7 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
90
90
  requirements: []
91
91
 
92
92
  rubyforge_project: openlibrary
93
- rubygems_version: 1.8.21
93
+ rubygems_version: 1.8.22
94
94
  signing_key:
95
95
  specification_version: 3
96
96
  summary: Ruby Interface for the Openlibrary.org API