forked from asaaki/vote-schulze
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathschulze-vote.gemspec
26 lines (23 loc) · 909 Bytes
/
schulze-vote.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = 'schulze-vote'
s.version = '2.3.0'
s.required_rubygems_version = Gem::Requirement.new('>= 0') if s.respond_to? :required_rubygems_version=
s.authors = ['Alessandro Rodi']
s.date = '2016-10-17'
s.description = 'This gem is a Ruby implementation of the Schulze voting method (with help of the Floyd-Warshall algorithm), a type of the Condorcet voting methods.'
s.email = '[email protected]'
s.extra_rdoc_files = [
'LICENSE',
'README.md'
]
s.files = Dir['lib/**/*.rb']
s.homepage = 'http://github.com/coorasse/schulze-vote'
s.licenses = ['MIT']
s.require_paths = ['lib']
s.rubygems_version = '1.6.2'
s.summary = 'Schulze method implementation in Ruby (Condorcet voting method)'
end