diff --git a/README.md b/README.md index b02b9e6..c2ba95d 100644 --- a/README.md +++ b/README.md @@ -265,12 +265,16 @@ For example: ### Contributors ### +* Andrew O'Brien -- https://github.com/AndrewO * Daniel Bretoi -- http://github.com/danielb2 * Eloy Duran -- http://github.com/alloy +* Elpizo Choi -- https://github.com/fuJiin * Benoit Daloze -- http://github.com/eregon * Sean Gallagher -- http://github.com/torandu +* Stephan Hagemann -- https://github.com/shageman * Tim Harper -- http://github.com/timcharper * Tobias Crawley -- http://github.com/tobias +* Viktar Basharymau -- https://github.com/DNNX ### License ### Copyright (c) 2010-2011 Michael Dvorkin diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index ebcee74..647641d 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -5,8 +5,8 @@ #------------------------------------------------------------------------------ # # Running specs from the command line: -# $ rake spec # Entire spec suite. -# $ ruby -S rspec spec/logger_spec.rb # Individual spec file. +# $ rake spec # Entire spec suite. +# $ rspec spec/logger_spec.rb # Individual spec file. # $LOAD_PATH.unshift(File.dirname(__FILE__)) $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))