einvoice 1.2.12 → 1.2.17
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/.github/workflows/cron.yml +18 -0
- data/.gitignore +1 -0
- data/.travis.yml +1 -0
- data/Gemfile +2 -1
- data/README.md +1 -1
- data/Rakefile +14 -0
- data/lib/einvoice/donation_unit_list.json +337 -115
- data/lib/einvoice/version.rb +1 -1
- metadata +8 -7
data/lib/einvoice/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: einvoice
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.17
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Yun
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-04-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -206,13 +206,14 @@ dependencies:
|
|
|
206
206
|
- - ">="
|
|
207
207
|
- !ruby/object:Gem::Version
|
|
208
208
|
version: '0'
|
|
209
|
-
description:
|
|
209
|
+
description:
|
|
210
210
|
email:
|
|
211
211
|
- abookyun@gmail.com
|
|
212
212
|
executables: []
|
|
213
213
|
extensions: []
|
|
214
214
|
extra_rdoc_files: []
|
|
215
215
|
files:
|
|
216
|
+
- ".github/workflows/cron.yml"
|
|
216
217
|
- ".gitignore"
|
|
217
218
|
- ".rspec"
|
|
218
219
|
- ".travis.yml"
|
|
@@ -246,7 +247,7 @@ homepage: https://github.com/abookyun/einvoice
|
|
|
246
247
|
licenses:
|
|
247
248
|
- MIT
|
|
248
249
|
metadata: {}
|
|
249
|
-
post_install_message:
|
|
250
|
+
post_install_message:
|
|
250
251
|
rdoc_options: []
|
|
251
252
|
require_paths:
|
|
252
253
|
- lib
|
|
@@ -261,8 +262,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
261
262
|
- !ruby/object:Gem::Version
|
|
262
263
|
version: '0'
|
|
263
264
|
requirements: []
|
|
264
|
-
rubygems_version: 3.
|
|
265
|
-
signing_key:
|
|
265
|
+
rubygems_version: 3.2.3
|
|
266
|
+
signing_key:
|
|
266
267
|
specification_version: 4
|
|
267
268
|
summary: A API wrapper for Taiwan e-invoice services.
|
|
268
269
|
test_files: []
|