stupidedi 1.4.0 → 1.4.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.
@@ -160,7 +160,7 @@ module Stupidedi
160
160
 
161
161
  # @return [StringVal]
162
162
  def copy(changes = {})
163
- StringVal.value \
163
+ IdentifierVal.value \
164
164
  changes.fetch(:value, value),
165
165
  changes.fetch(:usage, usage),
166
166
  changes.fetch(:position, position)
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stupidedi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Putnam
8
8
  - Isi Robayna
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
  date: 2018-05-27 00:00:00.000000000 Z
@@ -284,6 +284,7 @@ files:
284
284
  - lib/stupidedi/transaction_sets/004010/standards/SW945.rb
285
285
  - lib/stupidedi/transaction_sets/005010.rb
286
286
  - lib/stupidedi/transaction_sets/005010/implementations.rb
287
+ - lib/stupidedi/transaction_sets/005010/implementations/X212-HN277.rb
287
288
  - lib/stupidedi/transaction_sets/005010/implementations/X212-HR276.rb
288
289
  - lib/stupidedi/transaction_sets/005010/implementations/X214-HN277.rb
289
290
  - lib/stupidedi/transaction_sets/005010/implementations/X220-BE834.rb
@@ -318,6 +319,7 @@ files:
318
319
  - lib/stupidedi/transaction_sets/005010/standards/HS270.rb
319
320
  - lib/stupidedi/transaction_sets/005010/standards/RA820.rb
320
321
  - lib/stupidedi/transaction_sets/builder.rb
322
+ - lib/stupidedi/transaction_sets/builder/dsl.rb
321
323
  - lib/stupidedi/transaction_sets/common.rb
322
324
  - lib/stupidedi/transaction_sets/common/implementations.rb
323
325
  - lib/stupidedi/transaction_sets/common/implementations/element_reqs.rb
@@ -1046,7 +1048,7 @@ files:
1046
1048
  homepage: https://github.com/irobayna/stupidedi
1047
1049
  licenses: []
1048
1050
  metadata: {}
1049
- post_install_message:
1051
+ post_install_message:
1050
1052
  rdoc_options: []
1051
1053
  require_paths:
1052
1054
  - lib
@@ -1061,9 +1063,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1061
1063
  - !ruby/object:Gem::Version
1062
1064
  version: '0'
1063
1065
  requirements: []
1064
- rubyforge_project:
1065
- rubygems_version: 2.7.7
1066
- signing_key:
1066
+ rubyforge_project:
1067
+ rubygems_version: 2.7.8
1068
+ signing_key:
1067
1069
  specification_version: 4
1068
1070
  summary: Parse, generate, validate ASC X12 EDI
1069
1071
  test_files: []