polish_invoicer 0.0.30 → 0.0.31
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 +4 -4
- data/lib/polish_invoicer/validator.rb +1 -1
- data/lib/polish_invoicer/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6157370e7e4ccc7ab9907572dbbab1aac63de53d34b88d672d9ba1557af6cc11
|
4
|
+
data.tar.gz: 7617db35df953849f833439a5b79e78f6005736dbaa59084e76cec8450ba304b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df1a7774c21c519451356d856856991c99456ccc6380b46222d9c35401c76ce57bc008a19400b5c3e42ef9fdb509cc8834074046c68d2cc9bc91298145899427
|
7
|
+
data.tar.gz: 118511390a8618105112cd0ec2d22120b93996289a8030b593afbda0ccd720954e4e565df5e9c5fe215cfe771260ec3ac13995e7b2541aad77988182feb28c35
|
@@ -130,7 +130,7 @@ module PolishInvoicer
|
|
130
130
|
|
131
131
|
def check_currency
|
132
132
|
return if @errors[:currency]
|
133
|
-
return if %w[PLN EUR USD GBP CHF CZK].include?(@invoice.currency)
|
133
|
+
return if %w[PLN EUR USD GBP CHF CZK RON].include?(@invoice.currency)
|
134
134
|
|
135
135
|
@errors[:currency] = 'Nieznana waluta'
|
136
136
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: polish_invoicer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.31
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Piotr Macuk
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-10-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|