tcd_x12 1.7.0 → 1.7.1
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/.gitignore +0 -1
- data/CHANGELOG.md +3 -0
- data/Gemfile.lock +31 -0
- data/README.md +1 -1
- data/lib/x12/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1fbb68fc49b01050e725f7a93a3ceabbe26dbec2e4524973bb43939d80022d0e
|
|
4
|
+
data.tar.gz: 9fafc532ef7498d1f6cf5d20f75d4b8dfc2b63e92ebecfbad055858d50a93a0d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 876acec0c34b26a4f12a4d11b1b0b06c4552dce6b81aecbadbaa47801f669f4bf1e2d146cf815b7be8767a585ecab4a08af920f6178288dd52922fb279c5ab4e
|
|
7
|
+
data.tar.gz: 6c6be3d8b05a65e213ac4cd39c0c43dc94a8bdae157684a4fa778c282d73e4ac926dd61dec49f087ad2d97a78bed6af07bb69cfcf63900a075c63ede48a7cf17
|
data/.gitignore
CHANGED
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
PATH
|
|
2
|
+
remote: .
|
|
3
|
+
specs:
|
|
4
|
+
tcd_x12 (1.7.1)
|
|
5
|
+
libxml-ruby (~> 3.1)
|
|
6
|
+
|
|
7
|
+
GEM
|
|
8
|
+
remote: https://rubygems.org/
|
|
9
|
+
specs:
|
|
10
|
+
docile (1.3.2)
|
|
11
|
+
json (2.3.0)
|
|
12
|
+
libxml-ruby (3.1.0)
|
|
13
|
+
minitest (5.13.0)
|
|
14
|
+
rake (10.5.0)
|
|
15
|
+
simplecov (0.17.1)
|
|
16
|
+
docile (~> 1.1)
|
|
17
|
+
json (>= 1.8, < 3)
|
|
18
|
+
simplecov-html (~> 0.10.0)
|
|
19
|
+
simplecov-html (0.10.2)
|
|
20
|
+
|
|
21
|
+
PLATFORMS
|
|
22
|
+
ruby
|
|
23
|
+
|
|
24
|
+
DEPENDENCIES
|
|
25
|
+
minitest (~> 5.0)
|
|
26
|
+
rake (~> 10.0)
|
|
27
|
+
simplecov
|
|
28
|
+
tcd_x12!
|
|
29
|
+
|
|
30
|
+
BUNDLED WITH
|
|
31
|
+
2.0.2
|
data/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
[gem]: https://rubygems.org/gems/tcd_x12
|
|
10
10
|
[inch-ci]: http://inch-ci.org/github/tcd/x12
|
|
11
11
|
[license]: https://github.com/tcd/x12/blob/master/LICENSE
|
|
12
|
-
[docs]: https://www.rubydoc.info/gems/tcd_x12/1.
|
|
12
|
+
[docs]: https://www.rubydoc.info/gems/tcd_x12/1.7.1
|
|
13
13
|
|
|
14
14
|
Changes welcome, especially new document types or better tests.
|
|
15
15
|
|
data/lib/x12/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tcd_x12
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.7.
|
|
4
|
+
version: 1.7.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marty Petersen
|
|
@@ -81,6 +81,7 @@ files:
|
|
|
81
81
|
- ".rubocop.yml"
|
|
82
82
|
- CHANGELOG.md
|
|
83
83
|
- Gemfile
|
|
84
|
+
- Gemfile.lock
|
|
84
85
|
- LICENSE
|
|
85
86
|
- README.md
|
|
86
87
|
- Rakefile
|
|
@@ -1929,7 +1930,7 @@ licenses:
|
|
|
1929
1930
|
metadata:
|
|
1930
1931
|
homepage_uri: https://github.com/tcd/x12
|
|
1931
1932
|
source_code_uri: https://github.com/tcd/x12
|
|
1932
|
-
documentation_uri: https://www.rubydoc.info/gems/tcd_x12/1.7.
|
|
1933
|
+
documentation_uri: https://www.rubydoc.info/gems/tcd_x12/1.7.1
|
|
1933
1934
|
changelog_uri: https://github.com/tcd/tcd_x12/blob/master/CHANGELOG.md
|
|
1934
1935
|
yard.run: yri
|
|
1935
1936
|
post_install_message:
|