posxml_parser 0.7.10 → 0.7.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0c26f14821e5975be846cfc6702aacacb03aa034
4
- data.tar.gz: 07a8ff90d3790327a177bc9ce41993b940020929
3
+ metadata.gz: 60632dae64549b0777197e2effea47bc481a3044
4
+ data.tar.gz: 70e6b44706da30768887b3341d554630a38c2e3b
5
5
  SHA512:
6
- metadata.gz: 647085f97110f690ac65b24f52d5bec5134a947fabe3ba4f4a2b6a707ec632dfeb96d330779c26000012824b4877496b629a3ff3dbd54ce3ae5a07b702204c30
7
- data.tar.gz: ce034f63d754a2f64e617f4fdf9b3940eb72cf8fb2f345d935a8775a891866a5116697f3d94db979d928446ef1afac8be7bf6afb7fddba366321335673d6e3d6
6
+ metadata.gz: 2dc622f9ec96348134b6be8e42e810a644ab4bdb005a7ea5af5c84ba0c7be09e0b3da2a88e42b3ae5bea9690e3e40b00af5b12bc5f1a0d9d61c31370ea680857
7
+ data.tar.gz: a4dbc129f66b63d5b61dcded9e8e75ce39f6173999f6e4e4238c24b25f7f2aa71c542eaf4877d6ee9660b4590bd54d3fea59265675f18e9ff51d260338dc47a4
@@ -1,6 +1,12 @@
1
1
  # Posxml Parser
2
2
 
3
- ### 0.7.10 - 2016-03-20 - Refactoring
3
+ ### 0.7.11 - 2016-04-18 - Refactoring
4
+
5
+ - Refactoring string_pad instruction.
6
+ - Apply mask to input_format.
7
+ - Update da_funk to version 0.7.3.
8
+
9
+ ### 0.7.10 - 2016-03-30 - Refactoring
4
10
 
5
11
  - Refactoring string_elements and add test unit.
6
12
  - Refactoring string_substring and add more unit tests.
@@ -1,5 +1,5 @@
1
1
 
2
2
  module PosxmlParser
3
- VERSION = "0.7.10"
3
+ VERSION = "0.7.11"
4
4
  end
5
5
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: posxml_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.10
4
+ version: 0.7.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - CloudWalk Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-30 00:00:00.000000000 Z
11
+ date: 2016-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler