luca-jp 0.1.2 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/luca/jp.rb +8 -0
- data/lib/luca/jp/aoiro.rb +174 -43
- data/lib/luca/jp/chihouzei.rb +71 -13
- data/lib/luca/jp/common.rb +64 -8
- data/lib/luca/jp/it_part.rb +4 -1
- data/lib/luca/jp/sonshitsu.rb +102 -0
- data/lib/luca/jp/syouhizei.rb +6 -5
- data/lib/luca/jp/templates/beppyo1.xml.erb +3 -1
- data/lib/luca/jp/templates/beppyo4.xml.erb +34 -12
- data/lib/luca/jp/templates/beppyo51.xml.erb +14 -7
- data/lib/luca/jp/templates/beppyo52.xml.erb +50 -13
- data/lib/luca/jp/templates/beppyo7.xml.erb +31 -0
- data/lib/luca/jp/templates/el-no6-9.xml.erb +51 -0
- data/lib/luca/jp/templates/el-no6.xml.erb +16 -24
- data/lib/luca/jp/templates/eltax-userinf.xml.erb +20 -0
- data/lib/luca/jp/templates/fuhyo53.xml.erb +1 -1
- data/lib/luca/jp/templates/syouhizei-shinkoku-kanni.xml.erb +3 -1
- data/lib/luca/jp/util.rb +21 -1
- data/lib/luca/jp/version.rb +1 -1
- metadata +6 -2
data/lib/luca/jp/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: luca-jp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chuma Takahiro
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-03-
|
11
|
+
date: 2021-03-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: lucabook
|
@@ -85,6 +85,7 @@ files:
|
|
85
85
|
- lib/luca/jp/common.rb
|
86
86
|
- lib/luca/jp/it_part.rb
|
87
87
|
- lib/luca/jp/kessan.rb
|
88
|
+
- lib/luca/jp/sonshitsu.rb
|
88
89
|
- lib/luca/jp/syouhizei.rb
|
89
90
|
- lib/luca/jp/templates/aoiro.xtx.erb
|
90
91
|
- lib/luca/jp/templates/beppyo1-next.xml.erb
|
@@ -94,9 +95,12 @@ files:
|
|
94
95
|
- lib/luca/jp/templates/beppyo4.xml.erb
|
95
96
|
- lib/luca/jp/templates/beppyo51.xml.erb
|
96
97
|
- lib/luca/jp/templates/beppyo52.xml.erb
|
98
|
+
- lib/luca/jp/templates/beppyo7.xml.erb
|
97
99
|
- lib/luca/jp/templates/consumption.xtx.erb
|
98
100
|
- lib/luca/jp/templates/el-no6-43.xml.erb
|
101
|
+
- lib/luca/jp/templates/el-no6-9.xml.erb
|
99
102
|
- lib/luca/jp/templates/el-no6.xml.erb
|
103
|
+
- lib/luca/jp/templates/eltax-userinf.xml.erb
|
100
104
|
- lib/luca/jp/templates/eltax.xml.erb
|
101
105
|
- lib/luca/jp/templates/fuhyo43.xml.erb
|
102
106
|
- lib/luca/jp/templates/fuhyo53.xml.erb
|