kosher 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
data/lib/kosher/book.rb CHANGED
@@ -14,10 +14,10 @@ module Kosher
14
14
  key :publisher
15
15
  key :title
16
16
  key :volumes, :type => Integer
17
- has_many :alternate_versions
17
+ has_many :other_editions
18
18
  has_many :authors
19
19
  has_many :offers
20
- has_many :related_items
20
+ has_many :similar_books
21
21
 
22
22
  # The best kosher offer.
23
23
  #
@@ -1,3 +1,3 @@
1
1
  module Kosher
2
- VERSION = '0.4.0'
2
+ VERSION = '0.5.0'
3
3
  end
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 4
7
+ - 5
8
8
  - 0
9
- version: 0.4.0
9
+ version: 0.5.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Paper Cavalier