rson 0.0.4 → 0.0.5

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9eeb825a315178fc681ed7f2c76a0daeb0160349
4
- data.tar.gz: 0e8e6e0239a19c2c0ceaad875ee00435796417ad
3
+ metadata.gz: 231b5857e04155ffaacc06e1b6854683996d7205
4
+ data.tar.gz: 2a42a12164dca93ae0619515f4e8d2cd8dc6b98d
5
5
  SHA512:
6
- metadata.gz: 29dffe80ab827649d0c945aa7897aa4d2c1642e6b030bfb76405db405376da885913408b142a53447ff95a8002a533aab11ff5910e9f37f0ad609851a9d9a2fe
7
- data.tar.gz: b63d1ea3f108194a5dc867f9e7fcc793ce3691eadfa2c84b03871dda085848176fe6a321ee2cf78db08b3cd93bc7aeacada21834ede8bb937b70d9b7ebecf5b7
6
+ metadata.gz: d7f764a5567b298fbf0746bb511e87ae0745960b34a87ee4a5b1f3a029f3a3a0c35bdbe8313371c1a383cd3c373cb4470208131207f8aaa723c1775e10a865b4
7
+ data.tar.gz: 2a62e33623f2a8a69a086cae0bc12040ec7930cb7613e4672b0c716d66c1d457bfd0ad26c42a0d49384218c33dfc05293db07864a7fde063dacf71fed6d8061f
data/README.md CHANGED
@@ -4,6 +4,8 @@ Ruby Simple Object's Notation
4
4
 
5
5
  [![Build Status](https://travis-ci.org/tannevaled/rson.svg?branch=master)](https://travis-ci.org/tannevaled/rson)
6
6
 
7
+ [![Gem Version](https://badge.fury.io/rb/rson.svg)](https://badge.fury.io/rb/rson)
8
+
7
9
  RSON convert a string representation of Ruby simple objects to Ruby objects.
8
10
  It does not use eval() but the parser gem to really parse strings.
9
11
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rson
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - David DELAVENNAT