posxml_parser 0.28.0 → 0.29.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: 68bfbe8604a7501e590c27a7889fafda3f4551ff
4
- data.tar.gz: ecca9f669da7e22af8a0aafb2e958a57f61bf8dc
3
+ metadata.gz: 63eb6a7098647fd2c35a2d618ccbd64454c87240
4
+ data.tar.gz: 9f48c20fdaef46b647d3ee49b910486bf33311ba
5
5
  SHA512:
6
- metadata.gz: 2c24c590e10748f620f4ee8348ff5f7b6e262b94864632745af5c1148525c8ed3ab228384a6f38d8c489f7d64a4c3690d81eeff2b0727ee17c390343ba240573
7
- data.tar.gz: 68b4fc8cf3a2d0aa92d0ffb2270af826f9ec6ba1bc394cc05d4528139078545765d6d358fe91b5ee27d1ebf66507a78a8df6d358f9aeab3a4f3845bae95199c5
6
+ metadata.gz: f79ec29804da6e5f054dfcfa86253f398fd1afef9b767024634e42c50f21446d407fa371dfbc9b0b5507717bdd18a609c659374d162f311109ce1510e317688b
7
+ data.tar.gz: e4cae7f2927c992eae0db2a31de88b785fb421617c05bd931620459300b1f05c16d09ef33196c7c5ee0a1517690175d76968f7e6536b942fa1ce709a7ceb9d4d
data/RELEASE_NOTES.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Posxml Parser
2
2
 
3
+ ### 0.29.0 - 2017-11-30
4
+
5
+ - Bug Fix key_main checking registration.
6
+
3
7
  ### 0.28.0 - 2017-11-28
4
8
 
5
9
  - Implement XsdParser#find to get instruction by name.
@@ -1,5 +1,5 @@
1
1
 
2
2
  module PosxmlParser
3
- VERSION = "0.28.0"
3
+ VERSION = "0.29.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.28.0
4
+ version: 0.29.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-28 00:00:00.000000000 Z
11
+ date: 2017-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler