Sha256: 269fae6368ed45af32b744954f719b9827d59494c393100c26228c4b7e120b26
Contents?: true
Size: 471 Bytes
Versions: 1
Compression:
Stored size: 471 Bytes
Contents
Gem::Specification.new do |s| s.name = "ruby-votesmart" s.version = "0.1.0" s.date = "2009-02-10" s.summary = "Library for accessing the Project Vote Smart API." s.email = "dancunning@gmail.com" s.homepage = "http://github.com/netroots/ruby-votesmart" s.authors = ["Dan Cunning"] s.files = ['project-vote-smart.gemspec', 'lib/project_vote_smart.rb'] s.add_dependency("json", [">= 1.1.3"]) s.add_dependency("ym4r", [">= 0.6.1"]) s.has_rdoc = true end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
netroots-ruby-votesmart-0.1.0 | project-vote-smart.gemspec |