fixed_width_file_validator 0.4.0 → 0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4732b9c8e2ca50064f1653a0e2efa0120d092b89
4
- data.tar.gz: b0e0b449ee1b8c1525885151d63bdd771f01bda4
3
+ metadata.gz: aed7c7903ecc7262d1a138ab2157d150a7bc962d
4
+ data.tar.gz: 9d43c367c4297c69a67ff94f3e6c1fc905644083
5
5
  SHA512:
6
- metadata.gz: 1084a5b1dd848cb5c0822409e20d443fa2e7a05d97d67b1782867c1e5c7103aed27e741e2a2a21d96590a5fd28b93c1b7e55c16fc622ad39c016b0667a5d36f3
7
- data.tar.gz: 4e23d967cfc543d977bad09cbac11ad9d47cb63272ccc8f7e6d1bb2d6aca7214970a56a07a176ee3a41fe92fbc62021d5ff75fab702771327c8e5c180a488f6d
6
+ metadata.gz: 808a4f076734290a2cb926efb3f9b1ecc1b38ced222e4fe896f62bba85620983f308a655330115908a9266185c92baac84ce5a7228c27b59931d1d9da23257d2
7
+ data.tar.gz: 17c030f20448d6041885e6ffd099f2c6e402af871e0353d37400cc6a5e464239490fdfbd62157289cba0ce0d793c0f29a135d8014841518b426fa5d5cd04fcfc
@@ -1,5 +1,4 @@
1
1
  require 'fixed_width_file_validator/version'
2
- require 'fixed_width_file_validator/string_helper'
3
2
  require 'fixed_width_file_validator/file_format'
4
3
  require 'fixed_width_file_validator/report_formatter'
5
4
 
@@ -70,3 +70,7 @@ module FixedWidthFileValidator
70
70
  end
71
71
  end
72
72
  end
73
+
74
+ class String
75
+ include FixedWidthFileValidator::StringHelper
76
+ end
@@ -1,3 +1,3 @@
1
1
  module FixedWidthFileValidator
2
- VERSION = '0.4.0'.freeze
2
+ VERSION = '0.4.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fixed_width_file_validator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Li Lin
@@ -88,7 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  version: '0'
89
89
  requirements: []
90
90
  rubyforge_project:
91
- rubygems_version: 2.6.11
91
+ rubygems_version: 2.6.13
92
92
  signing_key:
93
93
  specification_version: 4
94
94
  summary: validate fixed width text file base on configuration