From 1e384e15e8281f8f6a40be3385c8e32e082a851d Mon Sep 17 00:00:00 2001 From: Neil Smith Date: Mon, 26 Sep 2011 12:13:22 +0100 Subject: [PATCH] Regenerate gemspec for version 0.2.2 --- graph.njae.gemspec | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/graph.njae.gemspec b/graph.njae.gemspec index 79e2742..48c6840 100644 --- a/graph.njae.gemspec +++ b/graph.njae.gemspec @@ -4,14 +4,14 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| - s.name = %q{graph.njae} - s.version = "0.2.1" + s.name = "graph.njae" + s.version = "0.2.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Neil Smith"] - s.date = %q{2011-09-23} - s.description = %q{A simple graph library} - s.email = %q{neil.github@njae.me.uk} + s.date = "2011-09-26" + s.description = "A simple graph library" + s.email = "neil.github@njae.me.uk" s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" @@ -35,11 +35,11 @@ Gem::Specification.new do |s| "spec/graph/vertex_spec.rb", "spec/spec_helper.rb" ] - s.homepage = %q{http://github.com/NeilNjae/graph.njae} + s.homepage = "http://github.com/NeilNjae/graph.njae" s.licenses = ["MIT"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.6.2} - s.summary = %q{A simple graph library} + s.rubygems_version = "1.8.10" + s.summary = "A simple graph library" if s.respond_to? :specification_version then s.specification_version = 3 -- 2.34.1