README.md in roodi-3.3.1 vs README.md in roodi-4.0.0

- old
+ new

@@ -55,10 +55,16 @@ require 'roodi_task' RoodiTask.new task :default => [:roodi] +or if you want to supply your own config file... + + require 'roodi_task' + RoodiTask.new :config => 'config/roodi.yml' + task :default => [:roodi] + ## Custom Configuration To change the set of checks included, or to change the default values of the checks, you can provide your own config file. The config file is a YAML file that lists the checks to be included. Each check can optionally include a hash of options that are passed to the check to configure it. For example, the default config file looks like this: AssignmentInConditionalCheck: @@ -120,10 +126,10 @@ ## License (The MIT License) -Copyright (c) 2013 Peter Evjan +Copyright (c) 2014 Peter Evjan 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,