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:
parent
4cd87b05fc
commit
70dd2e39ae
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue