forked from wmay/nominate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnominate.gemspec
More file actions
21 lines (21 loc) · 870 Bytes
/
nominate.gemspec
File metadata and controls
21 lines (21 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Gem::Specification.new do |s|
s.name = 'nominate'
s.version = '0.0.1'
s.date = '2013-11-26'
s.summary = "Run W- and DW-NOMINATE from Ruby"
s.description = <<EOF
An interface to the W- and DW-NOMINATE political scaling programs, written
by Keith Poole, Howard Rosenthal, and others. Map legislators along the
political spectrum using their rollcall votes.
EOF
s.author = 'Will May'
s.email = 'williamcmay@live.com'
s.files = ['lib/nominate.rb', 'lib/nominate/dw_nominate.rb',
'lib/nominate/w_nominate.rb', 'lib/nominate/DW-NOMINATE.FOR',
'lib/nominate/nominate.R']
s.homepage = 'https://github.com/wmay/nominate'
s.license = 'MIT'
s.requirements << 'the R statistical programming language'
s.requirements << 'GFortran'
s.requirements << 'Linux'
end