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

Updated README

This commit is contained in:
Mike Dvorkin 2010-04-02 23:51:23 -07:00
parent 4ac2bfd653
commit 3fcea7fb05

View file

@ -1,7 +1,7 @@
## Awesome Print ## ## Awesome Print ##
Awesome Print is Ruby library that pretty prints Ruby objects in full color Awesome Print is 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 are supported via included mixin. objects are supported via included mixin.
### Installation ### ### Installation ###
$ # Installing as Ruby gem $ # Installing as Ruby gem
@ -121,14 +121,14 @@
rails> rails>
### Note on Patches/Pull Requests ### ### Note on Patches/Pull Requests ###
* Fork the project on Github. * Fork the project on Github.
* Make your feature addition or bug fix. * Make your feature addition or bug fix.
* Add specs for it, making sure $ rake spec is all green. * Add specs for it, making sure $ rake spec is all green.
* Commit, do not mess with rakefile, version, or history. * Commit, do not mess with rakefile, version, or history.
* Send me a pull request. * Send me a pull request.
### License ### ### License ###
Copyright (c) 2010 Michael Dvorkin Copyright (c) 2010 Michael Dvorkin
%w(mike dvorkin.net) * "@" || %w(mike fatfreecrm.com) * "@" %w(mike dvorkin.net) * "@" || %w(mike fatfreecrm.com) * "@"
Released under the MIT license. See LICENSE file for details. Released under the MIT license. See LICENSE file for details.