Skip to content

Commit

Permalink
Version bump and readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan McClain committed Jun 26, 2012
1 parent 477340e commit a012c51
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# PostgresExt

Adds support for missing PostgreSQL data types to ActiveRecord.

## Current Status: [![Build Status](https://secure.travis-ci.org/dockyard/postgres_ext.png?branch=master)](http://travis-ci.org/dockyard/postgres_ext)

Adds support for missing PostgreSQL data types to ActiveRecord.
## Roadmap

* Arel support for INET, CIDR and Array related where clauses
* Backport HStore code from Rails 4.0

## Installation

Expand Down
2 changes: 1 addition & 1 deletion lib/postgres_ext/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PostgresExt
VERSION = "0.0.4"
VERSION = '0.0.5'
end

0 comments on commit a012c51

Please sign in to comment.