kosher 0.2.22 → 0.2.23

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,6 @@
1
+ require 'ostruct'
2
+
1
3
  module Kosher
2
- class Readable < Struct.new(:price, :description)
4
+ class Readable < OpenStruct
3
5
  end
4
6
  end
@@ -1,3 +1,3 @@
1
1
  module Kosher
2
- VERSION = '0.2.22'
2
+ VERSION = '0.2.23'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: kosher
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.22
5
+ version: 0.2.23
6
6
  platform: ruby
7
7
  authors:
8
8
  - Paper Cavalier