edifact_rails 2.1.0
This gem allows you to pass in a EDIFACT string or file, and returns an array structure, to enable additional processing and validation
          Gemfile:
          =
        
        
          install:
          =
        
      Development Dependencies (7):
            byebug
            ~> 11.1
          
          
            rake
            ~> 13.0
          
          
            rspec
            ~> 3.6
          
          
            rspec-rails
            ~> 4.0
          
          
            rubocop
            ~> 1.50
          
          
            rubocop-performance
            ~> 1.17
          
          
            rubocop-rspec
            ~> 2.20
          
    