x12edi 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -7,7 +7,7 @@ require 'x12edi'
7
7
 
8
8
  data = File.read('test/835.edi')
9
9
 
10
- x12edi = X12Edi::EightThirtyFive.new(data)
10
+ x12edi = X12edi::EightThirtyFive.new(data)
11
11
 
12
12
  x12edi.to_h # => { payer_name: "name of payer", ...}
13
13
  ```
@@ -1,4 +1,5 @@
1
1
  require "x12edi/version"
2
+ require "stupidedi"
2
3
 
3
4
  module X12edi
4
5
  class Base
@@ -1,3 +1,3 @@
1
1
  module X12edi
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: x12edi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-08 00:00:00.000000000 Z
12
+ date: 2013-07-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: stupidedi