kosher 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.
@@ -17,5 +17,9 @@ module Kosher
17
17
  error['Message'].scan(/[0-9A-Z]{10}/).first rescue nil
18
18
  end.compact
19
19
  end
20
+
21
+ def response
22
+ @response
23
+ end
20
24
  end
21
25
  end
@@ -1,3 +1,3 @@
1
1
  module Kosher
2
- VERSION = '0.1.3'
2
+ VERSION = '0.1.4'
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.1.3
5
+ version: 0.1.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Paper Cavalier