From f63b12ac4ee53bbcaef3b0f283cf78ac538418a0 Mon Sep 17 00:00:00 2001 From: Emiliano Mancuso Date: Thu, 19 Feb 2015 11:04:46 -0300 Subject: [PATCH] Bump to 0.3.0 --- README.md | 2 +- toml-rb.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c978548..0c09b4f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ toml-rb A [TOML](https://github.com/mojombo/toml) parser using [Citrus](http://mjackson.github.io/citrus) library. -TOML specs supported: `0.3.1` +TOML specs supported: `0.4.0` Installation ------------ diff --git a/toml-rb.gemspec b/toml-rb.gemspec index 5b313e0..80fbcad 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.2.1' + s.version = '0.3.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. '