stupidedi icon indicating copy to clipboard operation
stupidedi copied to clipboard

Ruby API for parsing and generating ASC X12 EDI transactions

Results 36 stupidedi issues
Sort by recently updated
recently updated
newest added

Configuration documentation should be reviewed (and tangentially, an explanation for the difference between a `TransactionSetDef` and `Guide` would be useful). It's likely someone may unknowingly do something like this: ```...

good first issue
help wanted

I'm having issues running the latest release(1.4.3) in a Docker container: ``` LoadError: cannot load such file -- /usr/local/bundle/ruby/3.2.0/gems/stupidedi-1.4.3/lib/stupidedi.rb ``` It seems to be a permissions problem in the `lib/stupidedi.rb`...

Bumps [yard](https://github.com/lsegal/yard) from 0.9.20 to 0.9.36. Release notes Sourced from yard's releases. Release v0.9.36 Further XSS fixes for generated frameset pages (#1538) Improve tests for Ruby 3.3 compatibility (#1519, #1531)...

dependencies

Also fix README badge while I was at it.

use `LIF` for Life insurance plans

A `Tempfile` is a IO, really. From the [docs](https://ruby-doc.org/stdlib-2.7.2/libdoc/tempfile/rdoc/Tempfile.html): > A [Tempfile](https://ruby-doc.org/stdlib-2.7.2/libdoc/tempfile/rdoc/Tempfile.html) objects behaves just like a File object, and you can perform all the usual file operations on it:...