X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=graph.njae.gemspec;h=69b51df891e50d6a84ab9467fd11ec560551b2b7;hb=353a5d54ad4014af126c76617d9b02029a3ee98c;hp=f4fb3eec10cd5e8f233736ac1133eea55324509e;hpb=25968e53ca8ec09bcf081793b6b8de0f5348c04a;p=graph.njae.git diff --git a/graph.njae.gemspec b/graph.njae.gemspec index f4fb3ee..69b51df 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 = "" + s.name = "graph.njae" + s.version = "0.2.3" 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" @@ -24,21 +24,22 @@ Gem::Specification.new do |s| "LICENSE.txt", "README.rdoc", "Rakefile", + "VERSION", "graph.njae.gemspec", "lib/graph.njae.rb", - "lib/graph/edge.rb", - "lib/graph/graph.rb", - "lib/graph/vertex.rb", + "lib/graph.njae/edge.rb", + "lib/graph.njae/graph.rb", + "lib/graph.njae/vertex.rb", "spec/graph/edge_spec.rb", "spec/graph/graph_spec.rb", "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