X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;ds=sidebyside;f=graph.njae.gemspec;h=0668b049e9aa7b5012a9c55009c868c3569efffd;hb=c34def40508c16cfc815fa02c8743d071491af7b;hp=bda625afdfb38a51eeff5868e0dcc89f9192307a;hpb=0908114d61c0effab6a568dd47053244df92cde8;p=graph.njae.git diff --git a/graph.njae.gemspec b/graph.njae.gemspec index bda625a..0668b04 100644 --- a/graph.njae.gemspec +++ b/graph.njae.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.name = %q{graph.njae} - s.version = "0.1.0" + s.version = "0.2.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Neil Smith"] @@ -27,9 +27,9 @@ Gem::Specification.new do |s| "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",