fixed_width_file_parser 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +1 -1
- data/README.md +2 -0
- data/Rakefile +2 -0
- data/lib/fixed_width_file_parser.rb +2 -0
- data/lib/fixed_width_file_parser/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 04730af88a0166b4bb3867a05e16e8809b88ee9c
|
4
|
+
data.tar.gz: 841b3ff29e6317526003204f9d416410a3c7da08
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 043a55b1803586954e8e31507401cc17303e4bcb40eda28893323d93256906735f555918a013490eee840e7aa6d74f6f82f7baed5143f25df9824a642a157d80
|
7
|
+
data.tar.gz: b048ec7f10529162fe334433d015f3aa884837bcbd142a3648ebb06635d62b328c39cf22e037570f19a3d05619c5a6598605714f49d28e0576560e390fcccc4b
|
data/.travis.yml
CHANGED
data/README.md
CHANGED
@@ -1,4 +1,6 @@
|
|
1
1
|
# FixedWidthFileParser
|
2
|
+
[![Build Status](https://travis-ci.org/elevatorup/fixed_width_file_parser.svg?branch=master)](https://travis-ci.org/elevatorup/fixed_width_file_parser)
|
3
|
+
[![Code Climate](https://codeclimate.com/github/elevatorup/fixed_width_file_parser/badges/gpa.svg)](https://codeclimate.com/github/elevatorup/fixed_width_file_parser)
|
2
4
|
|
3
5
|
FixedWidthFileParser is used to parse fixed width files. Crazy right?
|
4
6
|
|
data/Rakefile
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fixed_width_file_parser
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jim Smith
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-07-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -90,7 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
90
90
|
version: '0'
|
91
91
|
requirements: []
|
92
92
|
rubyforge_project:
|
93
|
-
rubygems_version: 2.4.
|
93
|
+
rubygems_version: 2.4.7
|
94
94
|
signing_key:
|
95
95
|
specification_version: 4
|
96
96
|
summary: Parse fixed width files easily and efficiently.
|