posxml_parser 0.7.9 → 0.7.10
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 +4 -4
- data/Gemfile.lock +1 -1
- data/RELEASE_NOTES.md +11 -0
- data/Rakefile +0 -1
- data/lib/posxml_parser/version.rb +1 -1
- data/out/posxml_parser/main.mrb +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0c26f14821e5975be846cfc6702aacacb03aa034
|
|
4
|
+
data.tar.gz: 07a8ff90d3790327a177bc9ce41993b940020929
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 647085f97110f690ac65b24f52d5bec5134a947fabe3ba4f4a2b6a707ec632dfeb96d330779c26000012824b4877496b629a3ff3dbd54ce3ae5a07b702204c30
|
|
7
|
+
data.tar.gz: ce034f63d754a2f64e617f4fdf9b3940eb72cf8fb2f345d935a8775a891866a5116697f3d94db979d928446ef1afac8be7bf6afb7fddba366321335673d6e3d6
|
data/Gemfile.lock
CHANGED
data/RELEASE_NOTES.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Posxml Parser
|
|
2
2
|
|
|
3
|
+
### 0.7.10 - 2016-03-20 - Refactoring
|
|
4
|
+
|
|
5
|
+
- Refactoring string_elements and add test unit.
|
|
6
|
+
- Refactoring string_substring and add more unit tests.
|
|
7
|
+
- Refactoring string_find and add more unit tests.
|
|
8
|
+
- Fix datetime_get unit test adjusting number of chars with “0” to the left.
|
|
9
|
+
- Refactoring instruction file_read_by_index.
|
|
10
|
+
- Refactoring instruction string_get_value_by_index and add more tests.
|
|
11
|
+
- Fix interface_display to break line if necessary.
|
|
12
|
+
- Implement crypto_encryptdecrypt supporting 3DES-ECB.
|
|
13
|
+
|
|
3
14
|
### 0.7.9 - 2016-03-22 - Add instruction util_system_backlight
|
|
4
15
|
|
|
5
16
|
- Bug fix, only execute an application if file exists.
|
data/Rakefile
CHANGED
|
@@ -10,7 +10,6 @@ files = [
|
|
|
10
10
|
"lib/posxml_parser/bytecode.rb",
|
|
11
11
|
"lib/posxml_parser/class_methods.rb",
|
|
12
12
|
"lib/posxml_parser/instructions.rb",
|
|
13
|
-
"lib/posxml_parser/posxml_emv.rb",
|
|
14
13
|
"lib/posxml_parser/variable.rb",
|
|
15
14
|
"lib/posxml_parser/version.rb",
|
|
16
15
|
"lib/posxml_parser/posxml_setting.rb",
|
data/out/posxml_parser/main.mrb
CHANGED
|
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.7.
|
|
4
|
+
version: 0.7.10
|
|
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-
|
|
11
|
+
date: 2016-03-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|