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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6514c300dd993d8eb53cfc4aaf76ceb047453481
4
- data.tar.gz: 4a5712370074f8bf01e13e783c27a6cbde122406
3
+ metadata.gz: 0c26f14821e5975be846cfc6702aacacb03aa034
4
+ data.tar.gz: 07a8ff90d3790327a177bc9ce41993b940020929
5
5
  SHA512:
6
- metadata.gz: 84f8faf3d7cf7b0909ef1408a215d0ac46c93e9d251735c811e346572e4f6ed6a37caff8900993797e5bff0c6fdc2ccdb61013b736701ad6a1112fa88b67b928
7
- data.tar.gz: f149b800e5e84ea4942be8c7cfca7d3f715b742014fc7e3be504a4168c59097833e67d5b17034c386b1005857e5f29f0933fe45d163ab143fcea3980ecc85652
6
+ metadata.gz: 647085f97110f690ac65b24f52d5bec5134a947fabe3ba4f4a2b6a707ec632dfeb96d330779c26000012824b4877496b629a3ff3dbd54ce3ae5a07b702204c30
7
+ data.tar.gz: ce034f63d754a2f64e617f4fdf9b3940eb72cf8fb2f345d935a8775a891866a5116697f3d94db979d928446ef1afac8be7bf6afb7fddba366321335673d6e3d6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- posxml_parser (0.7.9)
4
+ posxml_parser (0.7.10)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
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",
@@ -1,5 +1,5 @@
1
1
 
2
2
  module PosxmlParser
3
- VERSION = "0.7.9"
3
+ VERSION = "0.7.10"
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.7.9
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-22 00:00:00.000000000 Z
11
+ date: 2016-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler