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:
parent
2fc756b535
commit
f567dda7bd
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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'))
|
||||
|
|
Loading…
Reference in a new issue