qbxml 0.1.6 → 0.2.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 +4 -4
- data/lib/qbxml/hash.rb +6 -5
- data/lib/qbxml/qbxml.rb +29 -10
- data/lib/qbxml/types.rb +2 -2
- data/lib/qbxml/version.rb +1 -1
- data/schema/qbxmlops100.xml +30100 -0
- data/schema/qbxmlops110.xml +32241 -0
- data/schema/qbxmlops120.xml +34129 -0
- data/schema/qbxmlops130.xml +35788 -0
- data/schema/qbxmlops20.xml +13140 -0
- data/schema/qbxmlops30.xml +18229 -0
- data/schema/qbxmlops40.xml +19811 -0
- data/schema/qbxmlops41.xml +19979 -0
- data/schema/qbxmlops50.xml +29931 -0
- data/schema/qbxmlops60.xml +24555 -0
- data/schema/qbxmlops70.xml +29844 -26714
- data/schema/qbxmlops80.xml +28447 -0
- data/schema/qbxmlopsCA30.xml +18409 -0
- metadata +15 -3
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: qbxml
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alex Skryl
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2015-01-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -72,7 +72,19 @@ files:
|
|
|
72
72
|
- lib/qbxml/version.rb
|
|
73
73
|
- qbxml.gemspec
|
|
74
74
|
- schema/qbposxmlops30.xml
|
|
75
|
+
- schema/qbxmlops100.xml
|
|
76
|
+
- schema/qbxmlops110.xml
|
|
77
|
+
- schema/qbxmlops120.xml
|
|
78
|
+
- schema/qbxmlops130.xml
|
|
79
|
+
- schema/qbxmlops20.xml
|
|
80
|
+
- schema/qbxmlops30.xml
|
|
81
|
+
- schema/qbxmlops40.xml
|
|
82
|
+
- schema/qbxmlops41.xml
|
|
83
|
+
- schema/qbxmlops50.xml
|
|
84
|
+
- schema/qbxmlops60.xml
|
|
75
85
|
- schema/qbxmlops70.xml
|
|
86
|
+
- schema/qbxmlops80.xml
|
|
87
|
+
- schema/qbxmlopsCA30.xml
|
|
76
88
|
- spec/backwards_compatibility.rb
|
|
77
89
|
- spec/spec_helper.rb
|
|
78
90
|
- spec/support/requests/account_query_rq.xml
|
|
@@ -113,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
113
125
|
version: '0'
|
|
114
126
|
requirements: []
|
|
115
127
|
rubyforge_project:
|
|
116
|
-
rubygems_version: 2.
|
|
128
|
+
rubygems_version: 2.4.2
|
|
117
129
|
signing_key:
|
|
118
130
|
specification_version: 4
|
|
119
131
|
summary: Quickbooks XML Parser and Validation Tool
|