From d83491b3c408f9d4b357ea62532e637b70401864 Mon Sep 17 00:00:00 2001 From: Igal Koshevoy Date: Fri, 10 Aug 2012 21:57:39 -0700 Subject: [PATCH] README: Replace warning with current status. Bundle the rubygems release. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index beb7336..e57c051 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ PaperTrailManager Browse, subscribe, view and revert changes to records when using Ruby on Rails 3 and the `paper_trail` gem. -**WARNING**: This is alpha-quality software. There are tests, it's useful, but it could use more work. +This software has been in use for a year at http://calagator.org and http://epdx.org. It works well. It has reasonable tests. However, it could definitely use more work. Installation ------------ @@ -13,8 +13,7 @@ Installation If you have a Ruby on Rails 3 application where you're using the `paper_trail` gem to track changes to your records, you can make use of this like: Add the following line to your `Gemfile`: - - gem 'paper_trail_manager', :git => 'https://github.com/igal/paper_trail_manager.git' + gem 'paper_trail_manager' Install the libary: