Added list of changes submitted by Jeff Rose <jeff@rosejn.net>.
authorBenjamin Mako Hill <mako@atdot.cc>
Fri, 10 Mar 2006 17:04:19 +0000 (17:04 +0000)
committerBenjamin Mako Hill <mako@atdot.cc>
Fri, 10 Mar 2006 17:04:19 +0000 (17:04 +0000)
commit0ef8f53fb812bcc40337a92f9c4d11ab193f73a9
treec25a7cb12aace67e4eb543b1aa87f23be9ff5242
parent74e5c5f3c50a36d8d8589c243395b9158977f4db
Added list of changes submitted by Jeff Rose <jeff@rosejn.net>.

This includes:

 * Rake based testing and gemmification.
 * Range based voting (untested).
 * A new TODO file.
 * Moving files around to have them RV work better as a library.

Thanks Jeff!

git-svn-id: svn://rubyforge.org/var/svn/rubyvote/trunk@11 1440c7f4-e209-0410-9a04-881b5eb134a8
16 files changed:
README [moved from README.rst with 100% similarity]
Rakefile [new file with mode: 0644]
TODO [new file with mode: 0644]
lib/rubyvote.rb [new file with mode: 0644]
lib/rubyvote/condorcet.rb [moved from lib/condorcet.rb with 99% similarity]
lib/rubyvote/election.rb [moved from lib/election.rb with 100% similarity]
lib/rubyvote/positional.rb [moved from lib/positional.rb with 99% similarity]
lib/rubyvote/range.rb [new file with mode: 0644]
lib/rubyvote/runoff.rb [moved from lib/runoff.rb with 99% similarity]
test.rb
test/condorcet_test.rb [new file with mode: 0644]
test/election_test.rb [new file with mode: 0644]
test/election_test_helper.rb [new file with mode: 0644]
test/positional_test.rb [new file with mode: 0644]
test/range_test.rb [new file with mode: 0644]
test/runoff_test.rb [new file with mode: 0644]

Benjamin Mako Hill || Want to submit a patch?