From 68c18c469660782029683ad0d34ce12926439ae1 Mon Sep 17 00:00:00 2001 From: tashian Date: Thu, 3 Mar 2011 12:06:08 -0800 Subject: [PATCH] Regenerate gemspec for version 0.6.1 --- govkit.gemspec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/govkit.gemspec b/govkit.gemspec index 2ea92d6..064adef 100644 --- a/govkit.gemspec +++ b/govkit.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{govkit} - s.version = "0.6.0" + s.version = "0.6.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Participatory Politics Foundation", "Srinivas Aki", "Carl Tashian"] - s.date = %q{2011-02-01} + s.date = %q{2011-03-03} s.description = %q{Govkit lets you quickly get encapsulated Ruby objects for common open government APIs. We're starting with Sunlight's Open States API and the Project Vote Smart API.} s.email = %q{develop@opencongress.org} s.extra_rdoc_files = [ @@ -71,7 +71,7 @@ Gem::Specification.new do |s| ] s.homepage = %q{http://github.com/opengovernment/govkit} s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.7} + s.rubygems_version = %q{1.5.2} s.summary = %q{Simple access to open government APIs around the web} s.test_files = [ "spec/follow_the_money_spec.rb", @@ -80,7 +80,6 @@ Gem::Specification.new do |s| ] if s.respond_to? :specification_version then - current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then