README.rdoc in tailor-0.1.3 vs README.rdoc in tailor-0.1.4

- old
+ new

@@ -8,11 +8,11 @@ style. Rules for judging style are based on a number of style guides that are popular in the Ruby community. More on this here http://wiki.github.com/turboladen/tailor. == FEATURES/PROBLEMS: -* Checks for bad style in Ruby files +* Checks for bad style in .rb and .erb files * Recursively in a directory, or... * A given file * Checks for: * Indentation * Hard-tabs in indentation @@ -42,21 +42,26 @@ above rules, so please don't expect perfection in this detection. :) I'm working on solving this. == REQUIREMENTS: -* Ruby 1.8.7 or 1.9.1 (haven't tested on others) +* Rubies (tested) + * 1.8.7 + * 1.9.2 + * 1.9.3-preview1 +* Gems + * term-ansicolor == INSTALL: $ (sudo) gem install tailor == LICENSE: (The MIT License) -Copyright (c) 2010 Steve Loveless +Copyright (c) 2010-2011 Steve Loveless Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, @@ -71,6 +76,6 @@ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.