From c442ba89a96988622c8716c63dbb9784b1a77269 Mon Sep 17 00:00:00 2001 From: Emiliano Mancuso Date: Fri, 30 Jan 2015 21:04:23 -0300 Subject: [PATCH] Bump to 0.2.0 Full [0.3.1](https://github.com/toml-lang/toml/blob/master/versions/en/toml-v0.3.1.md) specs support. --- README.md | 6 ++++-- toml-rb.gemspec | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 45c8793..c978548 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ toml-rb ======= -A [TOML](https://github.com/mojombo/toml) parser using [Citrus](http://mjackson.github.io/citrus) library. - [![Gem Version](https://badge.fury.io/rb/toml-rb.svg)](http://badge.fury.io/rb/toml-rb) [![Build Status](https://travis-ci.org/emancu/toml-rb.svg)](https://travis-ci.org/emancu/toml-rb) [![Code Climate](https://codeclimate.com/github/emancu/toml-rb/badges/gpa.svg)](https://codeclimate.com/github/emancu/toml-rb) [![Dependency Status](https://gemnasium.com/emancu/toml-rb.svg)](https://gemnasium.com/emancu/toml-rb) +A [TOML](https://github.com/mojombo/toml) parser using [Citrus](http://mjackson.github.io/citrus) library. + +TOML specs supported: `0.3.1` + Installation ------------ diff --git a/toml-rb.gemspec b/toml-rb.gemspec index 16f37cf..0d3380b 100644 --- a/toml-rb.gemspec +++ b/toml-rb.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'toml-rb' - s.version = '0.1.6' + s.version = '0.2.0' s.date = Time.now.strftime('%Y-%m-%d') s.summary = 'TOML parser in ruby, for ruby.' s.description = 'A TOML parser using Citrus parsing library. '