README.md in jsonb_accessor-1.0.0.beta.7 vs README.md in jsonb_accessor-1.0.0

- old
+ new

@@ -6,14 +6,10 @@ Adds typed `jsonb` backed fields as first class citizens to your `ActiveRecord` models. This gem is similar in spirit to [HstoreAccessor](https://github.com/devmynd/hstore_accessor), but the `jsonb` column in PostgreSQL has a few distinct advantages, mostly around nested documents and support for collections. It also adds generic scopes for querying `jsonb` columns. -## 1.0 Beta - -This README reflects the most recent 1.0 beta. Method names and interfaces may still change. - ## Table of Contents * [Installation](#installation) * [Usage](#usage) * [Scopes](#scopes) @@ -27,10 +23,10 @@ ## Installation Add this line to your application's `Gemfile`: ```ruby -gem "jsonb_accessor", "1.0.0.beta.6" +gem "jsonb_accessor", "~> 1.0.0" ``` And then execute: $ bundle install