eddy 0.9.1 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3d3995d8d9df765975441691c229cf9d627178b8778682d6380892a4e8faad6a
4
- data.tar.gz: 2b6b6966807e89efcfa9f573aac6711e7d265b493f3a884cb8e1b7690caf9b93
3
+ metadata.gz: 3de372a0e19a5479bab5b02c22a5f642f0e89e0c9bde701b491b2b374bd663ab
4
+ data.tar.gz: 3c257b0f6c160308d1d1ed4f129db6c0ceb216a89588d9a751314c43880c50c5
5
5
  SHA512:
6
- metadata.gz: 50ff6ca4371ff745dde2576bd5a1063fcf6fc81f54091f320db4d93feb5bb1680a3d4bdd1254870d18aa37aa05ba7e0a529199b93b7aa692c826c04f184cc6d9
7
- data.tar.gz: 424bc054c7ae7a123c390773e25d895ffba111ad37ed8445f6f4754b5b4b400e9a32bc3ccc12aed93582635418337444fdbc543a6840425ba8c2b614f0adeb62
6
+ metadata.gz: 357739f6c4d3e0ead41654a2a17adadf7869462517fdc25ba9249061cb063e0f97fab75c399420dc7502f3fa5db9937420d7e4b65f9923adc4ad2a7112716c38
7
+ data.tar.gz: d597711169e8c5911360c1dad276ce7103d4722874465dd46491f101dc4ef9f7fffaa0b5f613695a888bb55581efb15b793d799e4335d948471951b05339fe70
@@ -13,6 +13,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
 
14
14
  <!-- ## master (unreleased) -->
15
15
 
16
+ ## 0.9.2 (2020-07-24)
17
+
18
+ ### Changed
19
+
20
+ - Update allowed values for elements `I10` and `I11`
21
+
22
+
16
23
  ## 0.9.1 (2020-07-23)
17
24
 
18
25
  ### Fixed
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- eddy (0.9.1)
4
+ eddy (0.9.2)
5
5
  ginny (~> 0.6.3)
6
6
  json_schemer (~> 0.2.8)
7
7
  thor (~> 1.0.1)
data/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
  [travis-ci]: https://travis-ci.org/tcd/eddy
11
11
  [coveralls]: https://coveralls.io/github/tcd/eddy?branch=master
12
12
  [license]: https://github.com/tcd/eddy/blob/master/LICENSE.txt
13
- [docs]: https://www.rubydoc.info/gems/eddy/0.9.1
13
+ [docs]: https://www.rubydoc.info/gems/eddy/0.9.2
14
14
 
15
15
  ## Installation
16
16
 
@@ -4,14 +4,14 @@ module Eddy
4
4
  #
5
5
  # - Id: I10
6
6
  # - Name: Interchange Control Standards Identifier
7
- # - Type: ID
7
+ # - Type: AN (Should be ID)
8
8
  # - Min/Max: 1/1
9
9
  # - Description: Code to identify the agency responsible for the control standard used by the message that is enclosed by the interchange header and trailer
10
10
  #
11
11
  # ### Notes:
12
12
  #
13
13
  # - (Default value: `"U"`)
14
- class I10 < Eddy::Models::Element::ID
14
+ class I10 < Eddy::Models::Element::AN
15
15
 
16
16
  # @param val [String] ("U")
17
17
  # @param req [String] (nil)
@@ -47,6 +47,7 @@ module Eddy
47
47
  "00400", # Standard Issued as ANSI X12.5-1997
48
48
  "00401", # Draft Standards for Trial Use Approved for Publication by ASC X12 Procedures Review Board through October 1997
49
49
  "00402", # Draft Standards for Trial Use Approved for Publication by ASC X12 Procedures Review Board through October 1998
50
+ "00501",
50
51
  ]
51
52
  end
52
53
 
@@ -1,3 +1,3 @@
1
1
  module Eddy
2
- VERSION = "0.9.1".freeze()
2
+ VERSION = "0.9.2".freeze()
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eddy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Clay Dunston
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-06-23 00:00:00.000000000 Z
11
+ date: 2020-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -1642,7 +1642,7 @@ metadata:
1642
1642
  homepage_uri: https://github.com/tcd/eddy
1643
1643
  source_code_uri: https://github.com/tcd/eddy
1644
1644
  changelog_uri: https://github.com/tcd/eddy/blob/master/CHANGELOG.md
1645
- documentation_uri: https://www.rubydoc.info/gems/eddy/0.9.1
1645
+ documentation_uri: https://www.rubydoc.info/gems/eddy/0.9.2
1646
1646
  yard.run: yri
1647
1647
  post_install_message:
1648
1648
  rdoc_options: []