cfdi_processor 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/lib/cfdi_processor/data_extractor_base.rb +3 -9
- data/lib/cfdi_processor/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ada1cae25cd8475a54ff3d1fbd56f9a6b1013a6c295a7ed99b97b3514b0294a9
|
4
|
+
data.tar.gz: 004b5c1b31209241a13a06a078281fe6f2ad5dd890715e29754eaaab484c329a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d531bff60c281e38a10184252c5b74b3e15e87406c94fae2e7d32bd78683629f024d79aa8cb1207dae0ae7edfc8270b7c3756673403a39fb56c862f86579e410
|
7
|
+
data.tar.gz: c4139b69b054b4ea2a630106fdda39ce4c0f86f162d42dbc48dda2c8a9a0e1dcc0fa7881f47b266635435ab0b1cd33b177d58a8a34d5a75faa0de74232b0a347
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Extracts the information from the CFDI (Mexico) and converts it into a hash.
|
4
4
|
|
5
|
-
[![Build Status](https://travis-ci.com/armando1339/cfdi_processor.svg?branch=master)](https://travis-ci.com/armando1339/cfdi_processor) [![Coverage Status](https://coveralls.io/repos/github/armando1339/cfdi_processor/badge.svg?branch=master)](https://coveralls.io/github/armando1339/cfdi_processor?branch=master)
|
5
|
+
[![Build Status](https://travis-ci.com/armando1339/cfdi_processor.svg?branch=master)](https://travis-ci.com/armando1339/cfdi_processor) [![Coverage Status](https://coveralls.io/repos/github/armando1339/cfdi_processor/badge.svg?branch=master)](https://coveralls.io/github/armando1339/cfdi_processor?branch=master) [![Gem Version](https://badge.fury.io/rb/cfdi_processor.svg)](https://badge.fury.io/rb/cfdi_processor)
|
6
6
|
|
7
7
|
## Installation
|
8
8
|
|