From dd7e864b4873d74ac8d4d5b239dd519fd60e2023 Mon Sep 17 00:00:00 2001 From: Carl Tashian Date: Wed, 28 Apr 2010 19:48:02 -0700 Subject: [PATCH] Updated gemspec --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 225aa0e..6e4700d 100644 --- a/Rakefile +++ b/Rakefile @@ -21,7 +21,7 @@ begin gem.description = %Q{Govkit lets you quickly get encapsulated Ruby objects for common open government APIs. We're starting with Sunlight's Fifty States API and the Project Vote Smart API.} gem.email = "carl@ppolitics.org" gem.homepage = "http://github.com/opengovernment/govkit" - gem.authors = ["Carl Tashian"] + gem.authors = ["Participatory Politics Foundation", "Srinivas Aki", "Carl Tashian"] gem.add_dependency('httparty', '>= 0.5.2') gem.add_dependency('json', '>= 1.2.4') # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings