posxml_parser 2.17.0 → 2.18.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: 65b86660b880471b677ab33fd86715a9bcfa9f09
4
- data.tar.gz: e3f8b49e8a39ceedf6bff5ed85384a8848ec7309
3
+ metadata.gz: e3615f3e93f04246746ec3e0f875862cf6e613bd
4
+ data.tar.gz: b8a7ebc56ad9b63cec86981a4b6cc6dfca85dc43
5
5
  SHA512:
6
- metadata.gz: 3ad70188fa2f161c67d4543205f534e6a278fece341cf318a70b44ce98dc8882ded53c55e70a4f73359a66958e178cdd8897fe703c0cf40884c1a766cca25a4d
7
- data.tar.gz: d3505c7c69540fda0b64484f3eaad02ab73e871197a23914bb47b7c8e2ae6b588fd639e2a1552bfe182222cfddfb516c19e57ec3c6e7d9fb62783d31bbe13c57
6
+ metadata.gz: 15907caffd2f24b729dd3fbfbd359c2ded9f66daf6deee38b3761fc41446671c7f43e6febdb58046d065f2d279b73690738a856e4cb05916a2426ccb37497f74
7
+ data.tar.gz: 988138a73b79fc6542aee4cb1a1eaccbcda10935712c63736e382d99f9322dbd69c341421afc157d0bf4546fbb9ce8c84ca3c9db8a326ea5cab36bb1363a59f7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- posxml_parser (2.17.0)
4
+ posxml_parser (2.18.0)
5
5
  funky-emv (~> 0.3)
6
6
 
7
7
  GEM
data/RELEASE_NOTES.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Posxml Parser
2
2
 
3
+ ### 2.18.0 - 2019-04-15
4
+
5
+ - Move PosxmlParser::FileDbCache.fresh to exit only;
6
+ - Support _execute0 method on translation execution, that feature is capable to call declaration method once saving some time on execution time;
7
+
3
8
  ### 2.17.0 - 2019-04-11
4
9
 
5
10
  - Bugfix ruby app execution from non PosxmlParse instance;
@@ -1,5 +1,5 @@
1
1
 
2
2
  module PosxmlParser
3
- VERSION = "2.17.0"
3
+ VERSION = "2.18.0"
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: 2.17.0
4
+ version: 2.18.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: 2019-04-11 00:00:00.000000000 Z
11
+ date: 2019-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler