einvoice 1.2.2 → 1.2.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0c6a3021179f718375bae93a5bee30b465accb90
4
- data.tar.gz: 52876e03c028141f0359b48a77f5b5efd55ff713
3
+ metadata.gz: 91eb4fa34dad822da5f4a2ef6e6e8073c10ac30a
4
+ data.tar.gz: 539034a2ed9a51c6c32021ed6616e29b643202ec
5
5
  SHA512:
6
- metadata.gz: b3f2f65c0aaeb4c38b4ba61bbbd3cfc10cffb226da6390a4fd1200aecb5ddae4e0dbb21aaa0c7ef569f6569cc0e029d499ff13ef3fe669f640a5d2891098e2da
7
- data.tar.gz: 8950fef831e18ca5978ea778a13549242efd85fdf75fb18c927b160bb085e962a243a7f2510112fcf447bc9f12fafb93f16b26ad558f254dd8860651c2031e29
6
+ metadata.gz: 2008b2db088823286811a7e955bc57d73a4cc99ec0de838fba9ea14f23de8f3ad917634da74eef5cbb38486e522486e7fcd15dcdc2299d473436486327b9ca55
7
+ data.tar.gz: 9ee1b049ad98759c6fe3a5d5216823298dcce1c2f4b13c90f5191e4b4082e6026b07a441808a487f1314ce86ffcb61b3af69acf33ffc7c16f7517029d5b0cff2
@@ -35,7 +35,6 @@ module Einvoice
35
35
 
36
36
  class DonationUnitValidator < ActiveModel::EachValidator
37
37
  def validate_each(record, attribute, value)
38
- puts File.expand_path('../../../', __FILE__)
39
38
  donation_unit_list_file = [File.expand_path('../../../', __FILE__), "/donation_unit_list.json"].join
40
39
  units = JSON.parse(File.read(donation_unit_list_file))
41
40
 
@@ -1,3 +1,3 @@
1
1
  module Einvoice
2
- VERSION = "1.2.2"
2
+ VERSION = "1.2.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: einvoice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Yun