qbxml 0.4.0 → 0.5.0
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 +5 -5
- data/.gitignore +2 -0
- data/Appraisals +14 -6
- data/README.md +1 -5
- data/gemfiles/rails_5.0.gemfile +1 -1
- data/gemfiles/rails_5.0.gemfile.lock +37 -48
- data/gemfiles/{rails_4.1.gemfile → rails_5.1.gemfile} +2 -2
- data/gemfiles/rails_5.1.gemfile.lock +69 -0
- data/gemfiles/{rails_4.2.gemfile → rails_5.2.gemfile} +2 -2
- data/gemfiles/rails_5.2.gemfile.lock +69 -0
- data/gemfiles/rails_6.0.gemfile +7 -0
- data/gemfiles/rails_6.0.gemfile.lock +71 -0
- data/gemfiles/rails_6.1.gemfile +7 -0
- data/gemfiles/rails_6.1.gemfile.lock +70 -0
- data/lib/qbxml/hash.rb +1 -1
- data/lib/qbxml/qbxml.rb +2 -1
- data/lib/qbxml/types.rb +1 -1
- data/lib/qbxml/version.rb +1 -1
- data/lib/qbxml.rb +0 -1
- data/qbxml.gemspec +1 -3
- data/schema/qbxmlops140.xml +35792 -0
- data/test/unit/xml_to_hash_test.rb +157 -0
- metadata +14 -81
- data/.travis.yml +0 -22
- data/gemfiles/rails_4.1.gemfile.lock +0 -80
- data/gemfiles/rails_4.2.gemfile.lock +0 -80
- data/spec/backwards_compatibility.rb +0 -26
- data/spec/spec_helper.rb +0 -25
- data/spec/support/requests/account_query_rq.xml +0 -8
- data/spec/support/requests/customer_add_rq.xml +0 -28
- data/spec/support/requests/customer_query_iterator_rq.xml +0 -11
- data/spec/support/requests/customer_query_rq.xml +0 -9
- data/spec/support/requests/estimate_add_rq.xml +0 -45
- data/spec/support/requests/invoice_add_rq.xml +0 -40
- data/spec/support/requests/item_inventory_add_rq.xml +0 -22
- data/spec/support/requests/purchase_order_query_rq.xml +0 -14
- data/spec/support/requests/receive_payment_add_rq.xml +0 -35
- data/spec/support/requests/receive_payment_query_rq.xml +0 -9
- data/spec/support/requests/sales_receipt_add_rq.xml +0 -49
- data/spec/support/responses/account_query_rs.xml +0 -42
- data/spec/support/responses/customer_add_rs.xml +0 -37
- data/spec/support/responses/customer_query_rs.xml +0 -49
- data/spec/support/responses/customer_query_terator_rs.xml +0 -34
- data/spec/support/responses/item_inventory_add_rs.xml +0 -40
- data/spec/support/responses/purchase_order_query_rs.xml +0 -84
- data/spec/support/responses/receive_payment_query_rs.xml +0 -51
- data/spec/support/responses/sales_receipt_add_rs.xml +0 -89
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 61135e2c11cfa488b1ee0d6c3250521b71d53172cdac2d5655d8f66df366f2ec
|
4
|
+
data.tar.gz: d377d040655d3d5418b51f0bff91cae3892c5849833ae5c362b9672248b4295b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 749aaad56c717882a72df59af3ffa45a888b23993e2ae3aa895cbb4290b9f596cfa82fe9c72b0af1ac13c602e399b92c1892970070a1a7af226e654706a5fb02
|
7
|
+
data.tar.gz: 7192b2f6fe30c81f9da979fd62c8d939ee3c8cc2e80907c13c0e3b97e73ea4421c4c5ad09ab4175393937257e6506f1b5df6040d67fd034d76e1018e8a1e10ba
|
data/.gitignore
CHANGED
data/Appraisals
CHANGED
@@ -1,11 +1,19 @@
|
|
1
|
-
appraise "rails-
|
2
|
-
gem "activesupport", "~>
|
1
|
+
appraise "rails-5.0" do
|
2
|
+
gem "activesupport", "~> 5.0.0"
|
3
3
|
end
|
4
4
|
|
5
|
-
appraise "rails-
|
6
|
-
gem "activesupport", "~>
|
5
|
+
appraise "rails-5.1" do
|
6
|
+
gem "activesupport", "~> 5.1.0"
|
7
7
|
end
|
8
8
|
|
9
|
-
appraise "rails-5.
|
10
|
-
gem "activesupport", "~> 5.
|
9
|
+
appraise "rails-5.2" do
|
10
|
+
gem "activesupport", "~> 5.2.0"
|
11
|
+
end
|
12
|
+
|
13
|
+
appraise "rails-6.0" do
|
14
|
+
gem "activesupport", "~> 6.0.0"
|
15
|
+
end
|
16
|
+
|
17
|
+
appraise "rails-6.1" do
|
18
|
+
gem "activesupport", "~> 6.1.0"
|
11
19
|
end
|
data/README.md
CHANGED
@@ -1,8 +1,4 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
[](https://travis-ci.org/qbwc/qbxml)
|
4
|
-
|
5
|
-
Qbxml is a QBXML parser and validation tool.
|
1
|
+
qbxml is a QBXML parser and validation tool. QBXML is used when integrating with QuickBooks Desktop. If you use QuickBooks Online, look elsewhere.
|
6
2
|
|
7
3
|
## Installation
|
8
4
|
|
data/gemfiles/rails_5.0.gemfile
CHANGED
@@ -1,66 +1,56 @@
|
|
1
1
|
PATH
|
2
|
-
remote:
|
2
|
+
remote: ..
|
3
3
|
specs:
|
4
|
-
qbxml (0.
|
5
|
-
activesupport (>=
|
4
|
+
qbxml (0.4.0)
|
5
|
+
activesupport (>= 5.0.0)
|
6
6
|
builder (~> 3.0)
|
7
7
|
nokogiri (~> 1.5)
|
8
8
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
|
-
activesupport (5.0.
|
12
|
+
activesupport (5.0.7.2)
|
13
13
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
14
|
-
i18n (
|
14
|
+
i18n (>= 0.7, < 2)
|
15
15
|
minitest (~> 5.1)
|
16
16
|
tzinfo (~> 1.1)
|
17
|
-
appraisal (2.
|
17
|
+
appraisal (2.3.0)
|
18
18
|
bundler
|
19
19
|
rake
|
20
20
|
thor (>= 0.14.0)
|
21
|
-
builder (3.2.
|
22
|
-
coderay (1.1.
|
23
|
-
concurrent-ruby (1.
|
24
|
-
diff-lcs (1.
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
pkg-config (~> 1.1.7)
|
34
|
-
pkg-config (1.1.7)
|
35
|
-
pry (0.10.4)
|
21
|
+
builder (3.2.4)
|
22
|
+
coderay (1.1.3)
|
23
|
+
concurrent-ruby (1.1.7)
|
24
|
+
diff-lcs (1.4.4)
|
25
|
+
i18n (1.8.5)
|
26
|
+
concurrent-ruby (~> 1.0)
|
27
|
+
method_source (0.9.2)
|
28
|
+
mini_portile2 (2.4.0)
|
29
|
+
minitest (5.14.2)
|
30
|
+
nokogiri (1.10.10)
|
31
|
+
mini_portile2 (~> 2.4.0)
|
32
|
+
pry (0.12.2)
|
36
33
|
coderay (~> 1.1.0)
|
37
|
-
method_source (~> 0.
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
rspec-
|
44
|
-
rspec-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
rspec-expectations (3.5.0)
|
34
|
+
method_source (~> 0.9.0)
|
35
|
+
pry-nav (0.3.0)
|
36
|
+
pry (>= 0.9.10, < 0.13.0)
|
37
|
+
rake (13.0.1)
|
38
|
+
rspec (3.10.0)
|
39
|
+
rspec-core (~> 3.10.0)
|
40
|
+
rspec-expectations (~> 3.10.0)
|
41
|
+
rspec-mocks (~> 3.10.0)
|
42
|
+
rspec-core (3.10.0)
|
43
|
+
rspec-support (~> 3.10.0)
|
44
|
+
rspec-expectations (3.10.0)
|
49
45
|
diff-lcs (>= 1.2.0, < 2.0)
|
50
|
-
rspec-support (~> 3.
|
51
|
-
rspec-mocks (3.
|
46
|
+
rspec-support (~> 3.10.0)
|
47
|
+
rspec-mocks (3.10.0)
|
52
48
|
diff-lcs (>= 1.2.0, < 2.0)
|
53
|
-
rspec-support (~> 3.
|
54
|
-
rspec-support (3.
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
simplecov-html (~> 0.10.0)
|
59
|
-
simplecov-html (0.10.0)
|
60
|
-
slop (3.6.0)
|
61
|
-
thor (0.19.1)
|
62
|
-
thread_safe (0.3.5)
|
63
|
-
tzinfo (1.2.2)
|
49
|
+
rspec-support (~> 3.10.0)
|
50
|
+
rspec-support (3.10.0)
|
51
|
+
thor (1.0.1)
|
52
|
+
thread_safe (0.3.6)
|
53
|
+
tzinfo (1.2.8)
|
64
54
|
thread_safe (~> 0.1)
|
65
55
|
|
66
56
|
PLATFORMS
|
@@ -74,7 +64,6 @@ DEPENDENCIES
|
|
74
64
|
qbxml!
|
75
65
|
rake
|
76
66
|
rspec
|
77
|
-
simplecov
|
78
67
|
|
79
68
|
BUNDLED WITH
|
80
|
-
1.
|
69
|
+
2.1.4
|
@@ -0,0 +1,69 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
qbxml (0.4.0)
|
5
|
+
activesupport (>= 5.0.0)
|
6
|
+
builder (~> 3.0)
|
7
|
+
nokogiri (~> 1.5)
|
8
|
+
|
9
|
+
GEM
|
10
|
+
remote: https://rubygems.org/
|
11
|
+
specs:
|
12
|
+
activesupport (5.1.7)
|
13
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
14
|
+
i18n (>= 0.7, < 2)
|
15
|
+
minitest (~> 5.1)
|
16
|
+
tzinfo (~> 1.1)
|
17
|
+
appraisal (2.3.0)
|
18
|
+
bundler
|
19
|
+
rake
|
20
|
+
thor (>= 0.14.0)
|
21
|
+
builder (3.2.4)
|
22
|
+
coderay (1.1.3)
|
23
|
+
concurrent-ruby (1.1.7)
|
24
|
+
diff-lcs (1.4.4)
|
25
|
+
i18n (1.8.5)
|
26
|
+
concurrent-ruby (~> 1.0)
|
27
|
+
method_source (0.9.2)
|
28
|
+
mini_portile2 (2.4.0)
|
29
|
+
minitest (5.14.2)
|
30
|
+
nokogiri (1.10.10)
|
31
|
+
mini_portile2 (~> 2.4.0)
|
32
|
+
pry (0.12.2)
|
33
|
+
coderay (~> 1.1.0)
|
34
|
+
method_source (~> 0.9.0)
|
35
|
+
pry-nav (0.3.0)
|
36
|
+
pry (>= 0.9.10, < 0.13.0)
|
37
|
+
rake (13.0.1)
|
38
|
+
rspec (3.10.0)
|
39
|
+
rspec-core (~> 3.10.0)
|
40
|
+
rspec-expectations (~> 3.10.0)
|
41
|
+
rspec-mocks (~> 3.10.0)
|
42
|
+
rspec-core (3.10.0)
|
43
|
+
rspec-support (~> 3.10.0)
|
44
|
+
rspec-expectations (3.10.0)
|
45
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
46
|
+
rspec-support (~> 3.10.0)
|
47
|
+
rspec-mocks (3.10.0)
|
48
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
49
|
+
rspec-support (~> 3.10.0)
|
50
|
+
rspec-support (3.10.0)
|
51
|
+
thor (1.0.1)
|
52
|
+
thread_safe (0.3.6)
|
53
|
+
tzinfo (1.2.8)
|
54
|
+
thread_safe (~> 0.1)
|
55
|
+
|
56
|
+
PLATFORMS
|
57
|
+
ruby
|
58
|
+
|
59
|
+
DEPENDENCIES
|
60
|
+
activesupport (~> 5.1.0)
|
61
|
+
appraisal
|
62
|
+
pry
|
63
|
+
pry-nav
|
64
|
+
qbxml!
|
65
|
+
rake
|
66
|
+
rspec
|
67
|
+
|
68
|
+
BUNDLED WITH
|
69
|
+
2.1.4
|
@@ -0,0 +1,69 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
qbxml (0.4.0)
|
5
|
+
activesupport (>= 5.0.0)
|
6
|
+
builder (~> 3.0)
|
7
|
+
nokogiri (~> 1.5)
|
8
|
+
|
9
|
+
GEM
|
10
|
+
remote: https://rubygems.org/
|
11
|
+
specs:
|
12
|
+
activesupport (5.2.4.4)
|
13
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
14
|
+
i18n (>= 0.7, < 2)
|
15
|
+
minitest (~> 5.1)
|
16
|
+
tzinfo (~> 1.1)
|
17
|
+
appraisal (2.3.0)
|
18
|
+
bundler
|
19
|
+
rake
|
20
|
+
thor (>= 0.14.0)
|
21
|
+
builder (3.2.4)
|
22
|
+
coderay (1.1.3)
|
23
|
+
concurrent-ruby (1.1.7)
|
24
|
+
diff-lcs (1.4.4)
|
25
|
+
i18n (1.8.5)
|
26
|
+
concurrent-ruby (~> 1.0)
|
27
|
+
method_source (0.9.2)
|
28
|
+
mini_portile2 (2.4.0)
|
29
|
+
minitest (5.14.2)
|
30
|
+
nokogiri (1.10.10)
|
31
|
+
mini_portile2 (~> 2.4.0)
|
32
|
+
pry (0.12.2)
|
33
|
+
coderay (~> 1.1.0)
|
34
|
+
method_source (~> 0.9.0)
|
35
|
+
pry-nav (0.3.0)
|
36
|
+
pry (>= 0.9.10, < 0.13.0)
|
37
|
+
rake (13.0.1)
|
38
|
+
rspec (3.10.0)
|
39
|
+
rspec-core (~> 3.10.0)
|
40
|
+
rspec-expectations (~> 3.10.0)
|
41
|
+
rspec-mocks (~> 3.10.0)
|
42
|
+
rspec-core (3.10.0)
|
43
|
+
rspec-support (~> 3.10.0)
|
44
|
+
rspec-expectations (3.10.0)
|
45
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
46
|
+
rspec-support (~> 3.10.0)
|
47
|
+
rspec-mocks (3.10.0)
|
48
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
49
|
+
rspec-support (~> 3.10.0)
|
50
|
+
rspec-support (3.10.0)
|
51
|
+
thor (1.0.1)
|
52
|
+
thread_safe (0.3.6)
|
53
|
+
tzinfo (1.2.8)
|
54
|
+
thread_safe (~> 0.1)
|
55
|
+
|
56
|
+
PLATFORMS
|
57
|
+
ruby
|
58
|
+
|
59
|
+
DEPENDENCIES
|
60
|
+
activesupport (~> 5.2.0)
|
61
|
+
appraisal
|
62
|
+
pry
|
63
|
+
pry-nav
|
64
|
+
qbxml!
|
65
|
+
rake
|
66
|
+
rspec
|
67
|
+
|
68
|
+
BUNDLED WITH
|
69
|
+
2.1.4
|
@@ -0,0 +1,71 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
qbxml (0.4.0)
|
5
|
+
activesupport (>= 5.0.0)
|
6
|
+
builder (~> 3.0)
|
7
|
+
nokogiri (~> 1.5)
|
8
|
+
|
9
|
+
GEM
|
10
|
+
remote: https://rubygems.org/
|
11
|
+
specs:
|
12
|
+
activesupport (6.0.3.4)
|
13
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
14
|
+
i18n (>= 0.7, < 2)
|
15
|
+
minitest (~> 5.1)
|
16
|
+
tzinfo (~> 1.1)
|
17
|
+
zeitwerk (~> 2.2, >= 2.2.2)
|
18
|
+
appraisal (2.3.0)
|
19
|
+
bundler
|
20
|
+
rake
|
21
|
+
thor (>= 0.14.0)
|
22
|
+
builder (3.2.4)
|
23
|
+
coderay (1.1.3)
|
24
|
+
concurrent-ruby (1.1.7)
|
25
|
+
diff-lcs (1.4.4)
|
26
|
+
i18n (1.8.5)
|
27
|
+
concurrent-ruby (~> 1.0)
|
28
|
+
method_source (0.9.2)
|
29
|
+
mini_portile2 (2.4.0)
|
30
|
+
minitest (5.14.2)
|
31
|
+
nokogiri (1.10.10)
|
32
|
+
mini_portile2 (~> 2.4.0)
|
33
|
+
pry (0.12.2)
|
34
|
+
coderay (~> 1.1.0)
|
35
|
+
method_source (~> 0.9.0)
|
36
|
+
pry-nav (0.3.0)
|
37
|
+
pry (>= 0.9.10, < 0.13.0)
|
38
|
+
rake (13.0.1)
|
39
|
+
rspec (3.10.0)
|
40
|
+
rspec-core (~> 3.10.0)
|
41
|
+
rspec-expectations (~> 3.10.0)
|
42
|
+
rspec-mocks (~> 3.10.0)
|
43
|
+
rspec-core (3.10.0)
|
44
|
+
rspec-support (~> 3.10.0)
|
45
|
+
rspec-expectations (3.10.0)
|
46
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
47
|
+
rspec-support (~> 3.10.0)
|
48
|
+
rspec-mocks (3.10.0)
|
49
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
50
|
+
rspec-support (~> 3.10.0)
|
51
|
+
rspec-support (3.10.0)
|
52
|
+
thor (1.0.1)
|
53
|
+
thread_safe (0.3.6)
|
54
|
+
tzinfo (1.2.8)
|
55
|
+
thread_safe (~> 0.1)
|
56
|
+
zeitwerk (2.4.2)
|
57
|
+
|
58
|
+
PLATFORMS
|
59
|
+
ruby
|
60
|
+
|
61
|
+
DEPENDENCIES
|
62
|
+
activesupport (~> 6.0.0)
|
63
|
+
appraisal
|
64
|
+
pry
|
65
|
+
pry-nav
|
66
|
+
qbxml!
|
67
|
+
rake
|
68
|
+
rspec
|
69
|
+
|
70
|
+
BUNDLED WITH
|
71
|
+
2.1.4
|
@@ -0,0 +1,70 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
qbxml (0.4.0)
|
5
|
+
activesupport (>= 5.0.0)
|
6
|
+
builder (~> 3.0)
|
7
|
+
nokogiri (~> 1.5)
|
8
|
+
|
9
|
+
GEM
|
10
|
+
remote: https://rubygems.org/
|
11
|
+
specs:
|
12
|
+
activesupport (6.1.0)
|
13
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
14
|
+
i18n (>= 1.6, < 2)
|
15
|
+
minitest (>= 5.1)
|
16
|
+
tzinfo (~> 2.0)
|
17
|
+
zeitwerk (~> 2.3)
|
18
|
+
appraisal (2.3.0)
|
19
|
+
bundler
|
20
|
+
rake
|
21
|
+
thor (>= 0.14.0)
|
22
|
+
builder (3.2.4)
|
23
|
+
coderay (1.1.3)
|
24
|
+
concurrent-ruby (1.1.7)
|
25
|
+
diff-lcs (1.4.4)
|
26
|
+
i18n (1.8.5)
|
27
|
+
concurrent-ruby (~> 1.0)
|
28
|
+
method_source (0.9.2)
|
29
|
+
mini_portile2 (2.4.0)
|
30
|
+
minitest (5.14.2)
|
31
|
+
nokogiri (1.10.10)
|
32
|
+
mini_portile2 (~> 2.4.0)
|
33
|
+
pry (0.12.2)
|
34
|
+
coderay (~> 1.1.0)
|
35
|
+
method_source (~> 0.9.0)
|
36
|
+
pry-nav (0.3.0)
|
37
|
+
pry (>= 0.9.10, < 0.13.0)
|
38
|
+
rake (13.0.1)
|
39
|
+
rspec (3.10.0)
|
40
|
+
rspec-core (~> 3.10.0)
|
41
|
+
rspec-expectations (~> 3.10.0)
|
42
|
+
rspec-mocks (~> 3.10.0)
|
43
|
+
rspec-core (3.10.0)
|
44
|
+
rspec-support (~> 3.10.0)
|
45
|
+
rspec-expectations (3.10.0)
|
46
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
47
|
+
rspec-support (~> 3.10.0)
|
48
|
+
rspec-mocks (3.10.0)
|
49
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
50
|
+
rspec-support (~> 3.10.0)
|
51
|
+
rspec-support (3.10.0)
|
52
|
+
thor (1.0.1)
|
53
|
+
tzinfo (2.0.3)
|
54
|
+
concurrent-ruby (~> 1.0)
|
55
|
+
zeitwerk (2.4.2)
|
56
|
+
|
57
|
+
PLATFORMS
|
58
|
+
ruby
|
59
|
+
|
60
|
+
DEPENDENCIES
|
61
|
+
activesupport (~> 6.1.0)
|
62
|
+
appraisal
|
63
|
+
pry
|
64
|
+
pry-nav
|
65
|
+
qbxml!
|
66
|
+
rake
|
67
|
+
rspec
|
68
|
+
|
69
|
+
BUNDLED WITH
|
70
|
+
2.1.4
|
data/lib/qbxml/hash.rb
CHANGED
data/lib/qbxml/qbxml.rb
CHANGED
@@ -17,7 +17,8 @@ class Qbxml
|
|
17
17
|
"10.0" => "#{SCHEMA_PATH}/qbxmlops100.xml",
|
18
18
|
"11.0" => "#{SCHEMA_PATH}/qbxmlops110.xml",
|
19
19
|
"12.0" => "#{SCHEMA_PATH}/qbxmlops120.xml",
|
20
|
-
"13.0" => "#{SCHEMA_PATH}/qbxmlops130.xml"
|
20
|
+
"13.0" => "#{SCHEMA_PATH}/qbxmlops130.xml",
|
21
|
+
"14.0" => "#{SCHEMA_PATH}/qbxmlops140.xml"
|
21
22
|
},
|
22
23
|
qbpos: {
|
23
24
|
"3.0" => "#{SCHEMA_PATH}/qbposxmlops30.xml"
|
data/lib/qbxml/types.rb
CHANGED
@@ -11,7 +11,7 @@ module Qbxml::Types
|
|
11
11
|
TIME_CAST = Proc.new {|d| d ? Time.parse(d).xmlschema : Time.now.xmlschema }
|
12
12
|
INT_CAST = Proc.new {|d| d ? Integer(d.to_i) : 0 }
|
13
13
|
STR_CAST = Proc.new {|d| d ? String(d) : ''}
|
14
|
-
BIGDECIMAL_CAST
|
14
|
+
BIGDECIMAL_CAST = Proc.new {|d| d ? BigDecimal(d) : 0.0}
|
15
15
|
|
16
16
|
TYPE_MAP= {
|
17
17
|
"AMTTYPE" => FLOAT_CAST,
|
data/lib/qbxml/version.rb
CHANGED
data/lib/qbxml.rb
CHANGED
data/qbxml.gemspec
CHANGED
@@ -17,14 +17,12 @@ Gem::Specification.new do |gem|
|
|
17
17
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
18
18
|
gem.require_paths = ["lib"]
|
19
19
|
|
20
|
-
gem.add_dependency('activesupport', '>=
|
20
|
+
gem.add_dependency('activesupport', '>= 5.0.0')
|
21
21
|
gem.add_dependency('nokogiri', '~> 1.5')
|
22
22
|
gem.add_dependency('builder', '~> 3.0')
|
23
23
|
|
24
24
|
gem.add_development_dependency('pry')
|
25
25
|
gem.add_development_dependency('pry-nav')
|
26
|
-
gem.add_development_dependency('rspec')
|
27
|
-
gem.add_development_dependency('simplecov')
|
28
26
|
gem.add_development_dependency('rake')
|
29
27
|
gem.add_development_dependency('appraisal')
|
30
28
|
end
|