posxml_parser 0.6.0 → 0.6.1

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: ba5d049f0a401ca8e784785cc7beb2c1e8adf575
4
- data.tar.gz: 334892c6d51afa3b7411006154f4603c2dd47f68
3
+ metadata.gz: 2fb93ecff28cbffcaed20a0c8c4e2b2f59c2647f
4
+ data.tar.gz: 054672480050c7cd0452c814fb7016dd4dc040bf
5
5
  SHA512:
6
- metadata.gz: 29064193bf24ddf8a0475c95819e3426bdc66f66c450f05d92c783706115d8c638a44bd397c38a5a27df434ac263f48b9c0082a24651670774bc1c877d92d481
7
- data.tar.gz: 4a1d8cfa6fe369a0c2f8c035d8ed999b09bab84654a1c52e8f54b775d56af71071165e93f0d4dd53a7fe21fb886a0726b1ad2afc0e06a1940859099d00e5d010
6
+ metadata.gz: 0ffb3d5c69b6af72c0b9df94686264c36fd935c436b8e62298e357224a769f02fdd4197024e22afc8a8ff12ea1f2b2c67912cc91682fefb461631a589fa6d9a7
7
+ data.tar.gz: 81700bda30cecba5b2567a15815dc722bb271b6e51d65203c9d227a1a0c83689283e194b43b3aaa07092bc18b8bb990cadfb0d3c67acc0a4856ec70d1cc88284
data/Gemfile.lock CHANGED
@@ -11,7 +11,7 @@ GIT
11
11
  PATH
12
12
  remote: .
13
13
  specs:
14
- posxml_parser (0.6.0)
14
+ posxml_parser (0.6.1)
15
15
 
16
16
  GEM
17
17
  remote: https://rubygems.org/
data/RELEASE_NOTES.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Posxml Parser
2
2
 
3
+ ### 0.6.1 - 2016-01-08 - Small fix on app execution.
4
+
5
+ - Small fix on app execution.
6
+
3
7
  ### 0.6.0 - 2016-01-07 - First stable release.
4
8
 
5
9
  - Support to parse and execute posxml instrucions.
@@ -1,5 +1,5 @@
1
1
 
2
2
  module PosxmlParser
3
- VERSION = "0.6.0"
3
+ VERSION = "0.6.1"
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: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - CloudWalk Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-07 00:00:00.000000000 Z
11
+ date: 2016-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler