posxml_parser 0.13.0 → 0.13.1

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: af9805997182535c914a84c5ef74b3cf748e1c96
4
- data.tar.gz: d6b25ff9eff07a8a7eeddc9398f8ccb1954077e7
3
+ metadata.gz: db784a675603ef1afe1307e74d79bcd1d01084b1
4
+ data.tar.gz: 660b8615e2a67620ef3f24a1cad7782d7b602cfb
5
5
  SHA512:
6
- metadata.gz: a7cfc839ebf1d1e9c3825f4c71ee15b26a1ecf6a2ba7c6e0a46a5e4cf22b9c5824d4a61f990c493876f53ffa2cb09583a1594d0300d5a5abde450233033ef7c5
7
- data.tar.gz: 905d04cd68aa147dee363817812d8ac910f0ec3b0798cee0169e77a14cfce149148fa3ebf2a830fc58f7bc9017115dadb1f27c00d957a9399aba4476c1bcb4e1
6
+ metadata.gz: 0a721884026cef779742ee15164066e176a9f178150bb299b780ec65bbbce215374f930e374fbec464dd110386b349a08f96cdc88af8fbc3b89f47d8a74cd198
7
+ data.tar.gz: 6b15478172ba396d231741b274d8a7eb1bf1788141ff9b55f7b4f185ecfa24144d6261c33cf48aef73aab639a216c127d35a831a974e0934bd0d5ad2e2a93bc5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- posxml_parser (0.13.0)
4
+ posxml_parser (0.13.1)
5
5
  funky-emv (~> 0.3)
6
6
 
7
7
  GEM
data/RELEASE_NOTES.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Posxml Parser
2
2
 
3
+ ### 0.13.1 - 2017-04-05
4
+
5
+ - Refactoring string.getvaluebykey to support new cases.
6
+ - Define default value for tiposcartao config as 0.
7
+ - Add support to check magstripe and swipe input config.
8
+ - Default value for parameter on instructions print and print_big.
9
+ - When exit application define System.klass as main.
10
+ - Clear display before input_integer.
11
+ - Refactoring card_get_variable to support digit card input.
12
+
3
13
  ### 0.13.0 - 2017-03-07
4
14
 
5
15
  - Add parentheses to assert_equal with negative number and avoid warning.
data/Rakefile CHANGED
@@ -21,8 +21,6 @@ files = [
21
21
  DaFunk::RakeTask.new do |t|
22
22
  t.libs = FileList[files]
23
23
  t.debug = false
24
- t.mrbc = "mrbc"
25
- t.mruby = "mruby -b"
26
24
  FileUtils.rm_rf("./test/tmp")
27
25
  FileUtils.cp_r("./test/fixtures", "./test/tmp")
28
26
  end
@@ -1,5 +1,5 @@
1
1
 
2
2
  module PosxmlParser
3
- VERSION = "0.13.0"
3
+ VERSION = "0.13.1"
4
4
  end
5
5
 
Binary file
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.13.0
4
+ version: 0.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - CloudWalk Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-08 00:00:00.000000000 Z
11
+ date: 2017-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler