Skip to content

Commit

Permalink
Bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emancu committed Jan 31, 2015
1 parent 37cf61f commit c442ba8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
------------

Expand Down
2 changes: 1 addition & 1 deletion toml-rb.gemspec
Original file line number Diff line number Diff line change
@@ -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. '
Expand Down

0 comments on commit c442ba8

Please sign in to comment.