fast-xml 1.0.0 → 1.0.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/fastxml/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d5c3255eaacfe69128a428f67ab670d680e05bf2
4
- data.tar.gz: 65b1e5898db7b64bd1b58ec0b23fedb1c3692a1c
3
+ metadata.gz: b75570b8870b00aff82edced0c1edb3965372998
4
+ data.tar.gz: 8b2f05fef2d9f371de80c9a23ded894ea686ff67
5
5
  SHA512:
6
- metadata.gz: 8a290a9676f388f342c63e2fdef2d2445f2db91df0d58b13cb64515f019c6595ce18cfef7466c2b932de527dca1230ef690280ec1ef7598ce6a25e9038a8d727
7
- data.tar.gz: b0c95264bf47245e3d53e28844cee4fffe468b365098a45881f0869be4c01f9533ba9420527fc24c7ef8359303a3ee0779efae06d1a18073bde7336fc104a684
6
+ metadata.gz: faa6545061a4db90b9789ca08cbeb76b75d81528362b14d204f49c54f959f07abf443026710274b1d1089d491fda166cc3c979f849b87b0c52f8a0031bd67b74
7
+ data.tar.gz: 94c4368c92b886c39fc54316ffde0175a6fe7f33c2c7836cb9b3406750552e85a6955fcfd5106eb481782689848febc197dbd3e77b4fb753eb791c7601a9936f
data/README.md CHANGED
@@ -9,7 +9,7 @@ Fast Ruby Hash to XML and XML to Ruby Hash converter written in pure C.
9
9
  Add this line to your application's Gemfile:
10
10
 
11
11
  ```ruby
12
- gem 'fastxml'
12
+ gem 'fast-xml'
13
13
  ```
14
14
 
15
15
  And then execute:
@@ -1,3 +1,3 @@
1
1
  module FastXML
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fast-xml
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yuriy Ustushenko