1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00

Updated README to add supported Ruby/Rails versions notice

This commit is contained in:
Michael Dvorkin 2013-09-19 21:45:01 -07:00
parent 4cd87b05fc
commit 70dd2e39ae

View file

@ -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 exposing their internal structure with proper indentation. Rails ActiveRecord
objects and usage within Rails templates are supported via included mixins. 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 ### ### Installation ###
# Installing as Ruby gem # Installing as Ruby gem
$ gem install awesome_print $ gem install awesome_print