posxml_parser 0.14.10 → 0.15.0

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: ac9ad07635ab93c73e614e17cd53bd2911a6c4ac
4
- data.tar.gz: 353a562d617567436843207e2e72fd829a751809
3
+ metadata.gz: 9479133edd6fbc4eb7a9251f4a7ad3fc75dd4459
4
+ data.tar.gz: 3a90afaa79b10819d98419982acbb11da556e73d
5
5
  SHA512:
6
- metadata.gz: 8546f1a40368575943a971174e38fec55065e0f65adba35cfe5e07df2f8e31c19f39ae5e5b69b9a9f5271f19d38545066a8aa3f7f89c8f199c9fb85650e186a1
7
- data.tar.gz: 296b8e6de248f385275f2f9536522afe8a89cf9cd2a3a18317c76a90093c7a57d4b946e94a27ac7e0d55c367c0703e1af978d7e394d73d10b8824fecd6156f55
6
+ metadata.gz: 6db7811435a8a41802f1faaa99ecd3029d39a86f4956236eab16a6f5966740672d72023661f585f2f434c3fe145315890a55a71a6c9d6e15c6809a90a454f45a
7
+ data.tar.gz: 92dc23dcc4e7705e061f1dd1ab629820e470f69f0376f712fa1bee28acdc40f4ee7995fc60e6a2e11ac81ce6eca8903b7eac649c474cbf38c96bb952641cd4dc
@@ -1,5 +1,10 @@
1
1
  # Posxml Parser
2
2
 
3
+ ### 0.15.0 - 2017-06-28
4
+
5
+ - Add commentaries and cover multi line instruction declaration.
6
+ - Refactoring Compiler and Parser Posxml Variable to support string array chunk passing.
7
+
3
8
  ### 0.14.10 - 2017-06-21
4
9
 
5
10
  - Fix CANCEL return of input_integer.
data/Rakefile CHANGED
@@ -34,6 +34,7 @@ files = [
34
34
  DaFunk::RakeTask.new do |t|
35
35
  t.libs = FileList[files]
36
36
  t.debug = false
37
+ t.mruby = "mruby -b"
37
38
  FileUtils.rm_rf("./test/tmp")
38
39
  FileUtils.cp_r("./test/fixtures", "./test/tmp")
39
40
  end
@@ -1,5 +1,5 @@
1
1
 
2
2
  module PosxmlParser
3
- VERSION = "0.14.10"
3
+ VERSION = "0.15.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.14.10
4
+ version: 0.15.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-06-21 00:00:00.000000000 Z
11
+ date: 2017-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler