posxml_parser 0.27.0 → 0.28.0

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: d23f81f10b43a550da1d42b8ee3e9c7f92f7283b
4
- data.tar.gz: dad963fc691629c383e2448d6d6831608b87393f
3
+ metadata.gz: 68bfbe8604a7501e590c27a7889fafda3f4551ff
4
+ data.tar.gz: ecca9f669da7e22af8a0aafb2e958a57f61bf8dc
5
5
  SHA512:
6
- metadata.gz: 683335545a8be01f13d392f41ba2ba593c22be13336848520216cae3198d48b5e5bd8b6f7cf0acfb631cef9f7c89e7af913c92d34be581f2f0519ece5588a2c2
7
- data.tar.gz: f1ea92e27f9d542ec426e6115aecc2d44f7d40335d8022af859dc8b74abd5b7be09ce6709661ee6ebd68e4e28b2cff46b9b3ae696af54e118de1c1f3fd06affc
6
+ metadata.gz: 2c24c590e10748f620f4ee8348ff5f7b6e262b94864632745af5c1148525c8ed3ab228384a6f38d8c489f7d64a4c3690d81eeff2b0727ee17c390343ba240573
7
+ data.tar.gz: 68b4fc8cf3a2d0aa92d0ffb2270af826f9ec6ba1bc394cc05d4528139078545765d6d358fe91b5ee27d1ebf66507a78a8df6d358f9aeab3a4f3845bae95199c5
data/RELEASE_NOTES.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Posxml Parser
2
2
 
3
+ ### 0.28.0 - 2017-11-28
4
+
5
+ - Implement XsdParser#find to get instruction by name.
6
+ - Check if Kernel#getxy is defined to call in touch instructions.
7
+ - Implement the first version of Xml translation to ruby.
8
+ - Add support to load and execute ruby translation code.
9
+ - At util_exit rise exit to perform exit on translation.
10
+ - Update Gemfile.lock.
11
+
3
12
  ### 0.27.0 - 2017-11-22
4
13
 
5
14
  - Check if application exists to create key_main trigger and if isn’t KEY_EXTRA1.
data/Rakefile CHANGED
@@ -9,6 +9,7 @@ files = [
9
9
  "lib/posxml_parser/iso20022/acceptor_authorisation_request.rb",
10
10
  "lib/posxml_parser/iso20022.rb",
11
11
  "lib/posxml_parser/posxml_error.rb",
12
+ "lib/posxml_parser/posxml_exit_error.rb",
12
13
  "lib/posxml_parser/bytecode.rb",
13
14
  "lib/posxml_parser/class_methods.rb",
14
15
  "lib/posxml_parser/instructions.rb",
@@ -32,7 +33,11 @@ files = [
32
33
  "lib/posxml_compiler/variable_string_limit_error.rb",
33
34
  "lib/posxml_compiler/variable_undefined_error.rb",
34
35
  "lib/posxml_compiler/instruction_not_found_error.rb",
35
- "lib/posxml_compiler/variable_type_error.rb"
36
+ "lib/posxml_compiler/variable_type_error.rb",
37
+ "lib/posxml_translate/parser.rb",
38
+ "lib/posxml_translate/pattern.rb",
39
+ "lib/posxml_translate/base.rb",
40
+ "lib/posxml_translate.rb"
36
41
  ]
37
42
 
38
43
  DaFunk::RakeTask.new do |t|
@@ -1,5 +1,5 @@
1
1
 
2
2
  module PosxmlParser
3
- VERSION = "0.27.0"
3
+ VERSION = "0.28.0"
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.27.0
4
+ version: 0.28.0
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-11-22 00:00:00.000000000 Z
11
+ date: 2017-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler