From 70dd2e39ae0b6b1882e907b8badab7e5f5cc2b28 Mon Sep 17 00:00:00 2001 From: Michael Dvorkin Date: Thu, 19 Sep 2013 21:45:01 -0700 Subject: [PATCH] Updated README to add supported Ruby/Rails versions notice --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b0122c6..689fafd 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ Awesome Print is a Ruby library that pretty prints Ruby objects in full color exposing their internal structure with proper indentation. Rails ActiveRecord objects and usage within Rails templates are supported via included mixins. +__NOTE__: awesome_print v1.2.0 is the last release supporting Ruby versions +prior to v1.9.3 and Rails versions prior to v3.0. The upcoming awesome_print +v2.0 will *require* Ruby v1.9.3 or later and Rails v3.0 or later. + ### Installation ### # Installing as Ruby gem $ gem install awesome_print