posxml_parser 2.24.1 → 2.25.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
  SHA256:
3
- metadata.gz: 5a4a3703834dec8d3f1b1dc7f2501faa2bea9c52e5934d32d42807e19cb1878c
4
- data.tar.gz: ec9d6794231d92e9bd6a23b525b17d485858c08b8ed21b10dc0071cbad7f84d6
3
+ metadata.gz: cbea834db63499d50da490f2bb38fbef2df696c110fa14f4317c9f49fa3c69d0
4
+ data.tar.gz: c302efac74174913a50246e715151fd36838c18aa778149616351d0af0b93c37
5
5
  SHA512:
6
- metadata.gz: 2260f1dc768ed37e55adaba15db074dc161bdd6eae3e0a04992aa0a897eaf43f7e8071d65519809073aaabbf6d0fdeffd41c93b81a43ba4d5eb8871f12465b02
7
- data.tar.gz: 76502893ec0dd1f0d2aaaca933dd94517ec3500d5fa4feee1a9741c64eca38e84c1b69eb8c58ebb3dbf308073ce6c2917e3d59cf7e5d68ec040542a657758137
6
+ metadata.gz: 49612eb01862e0cae8e53d34201a38b6b93d6002c14ebfd1243b6cea35efce03f855f6ce25e5e1abbe0aa7935192884ab4bb633220a19fbc738cdac6355ba758
7
+ data.tar.gz: 0e57e8e3760849f89f6386a078902a113021e5cea954ef7f00000c8ba6dda424dff17c78a117a23445082acec8895326d059725f574c6723bc2a44b620cb25f2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- posxml_parser (2.24.1)
4
+ posxml_parser (2.25.0)
5
5
  funky-emv (~> 1)
6
6
 
7
7
  GEM
@@ -14,7 +14,7 @@ GEM
14
14
  rake
15
15
  cloudwalk_handshake (1.8.1)
16
16
  funky-simplehttp (~> 0.6)
17
- da_funk (3.11.0)
17
+ da_funk (3.12.4)
18
18
  archive-zip (~> 0.5)
19
19
  bundler
20
20
  cloudwalk_handshake
data/RELEASE_NOTES.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Posxml Parser
2
2
 
3
+ ### 2.25.0 - 2019-12-02
4
+
5
+ - Move file_exists Listener to main application
6
+ - Update da_funk (3.12.4)
7
+
3
8
  ### 2.24.1 - 2019-10-30
4
9
 
5
10
  - Fix on scheduler for ruby applications, The handler should search for cw_app_schedule.json file in the root of the application folder..
@@ -1,5 +1,5 @@
1
1
 
2
2
  module PosxmlParser
3
- VERSION = "2.24.1"
3
+ VERSION = "2.25.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.24.1
4
+ version: 2.25.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-10-30 00:00:00.000000000 Z
11
+ date: 2019-12-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler