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

Updated list of contributors

This commit is contained in:
Mike Dvorkin 2011-05-06 17:35:49 -07:00
parent 2fc756b535
commit f567dda7bd
2 changed files with 6 additions and 2 deletions

View file

@ -265,12 +265,16 @@ For example:
### Contributors ### ### Contributors ###
* Andrew O'Brien -- https://github.com/AndrewO
* Daniel Bretoi -- http://github.com/danielb2 * Daniel Bretoi -- http://github.com/danielb2
* Eloy Duran -- http://github.com/alloy * Eloy Duran -- http://github.com/alloy
* Elpizo Choi -- https://github.com/fuJiin
* Benoit Daloze -- http://github.com/eregon * Benoit Daloze -- http://github.com/eregon
* Sean Gallagher -- http://github.com/torandu * Sean Gallagher -- http://github.com/torandu
* Stephan Hagemann -- https://github.com/shageman
* Tim Harper -- http://github.com/timcharper * Tim Harper -- http://github.com/timcharper
* Tobias Crawley -- http://github.com/tobias * Tobias Crawley -- http://github.com/tobias
* Viktar Basharymau -- https://github.com/DNNX
### License ### ### License ###
Copyright (c) 2010-2011 Michael Dvorkin Copyright (c) 2010-2011 Michael Dvorkin

View file

@ -5,8 +5,8 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# #
# Running specs from the command line: # Running specs from the command line:
# $ rake spec # Entire spec suite. # $ rake spec # Entire spec suite.
# $ ruby -S rspec spec/logger_spec.rb # Individual spec file. # $ rspec spec/logger_spec.rb # Individual spec file.
# #
$LOAD_PATH.unshift(File.dirname(__FILE__)) $LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))