Skip to content

Commit

Permalink
Cutting 0.1.2 gem. Note that the gem name has changed from bribera-ru…
Browse files Browse the repository at this point in the history
…byvor to abscondment-rubyvor.
  • Loading branch information
abscondment committed Apr 24, 2009
1 parent 849d738 commit 49b8544
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions History.txt
@@ -1,3 +1,7 @@
=== 0.1.2 / 2009-04-24

* Compilation fixes for OSX. Thanks to jpemberthy and febuiles!

=== 0.1.1 / 2009-01-15

* LibXML require conflict fix.
Expand Down
2 changes: 1 addition & 1 deletion lib/ruby_vor/version.rb
@@ -1,3 +1,3 @@
module RubyVor
VERSION = '0.1.1'
VERSION = '0.1.2'
end
12 changes: 6 additions & 6 deletions rubyvor.gemspec
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{rubyvor}
s.version = "0.1.1"
s.version = "0.1.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Brendan Ribera"]
s.date = %q{2009-01-15}
s.date = %q{2009-04-24}
s.description = %q{RubyVor provides efficient computation of Voronoi diagrams and Delaunay triangulation for a set of Ruby points. It is intended to function as a complemenet to GeoRuby. These structures can be used to compute a nearest-neighbor graph for a set of points. This graph can in turn be used for proximity-based clustering of the input points.}
s.email = ["brendan.ribera+rubyvor@gmail.com"]
s.extensions = ["ext/extconf.rb"]
Expand All @@ -19,18 +19,18 @@ Gem::Specification.new do |s|
s.rubyforge_project = %q{rubyvor}
s.rubygems_version = %q{1.3.1}
s.summary = %q{RubyVor provides efficient computation of Voronoi diagrams and Delaunay triangulation for a set of Ruby points}
s.test_files = ["test/test_computation.rb", "test/test_priority_queue.rb", "test/test_voronoi_interface.rb", "test/test_point.rb"]
s.test_files = ["test/test_priority_queue.rb", "test/test_voronoi_interface.rb", "test/test_point.rb", "test/test_computation.rb"]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 2

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<hoe>, [">= 1.8.2"])
s.add_development_dependency(%q<hoe>, [">= 1.12.1"])
else
s.add_dependency(%q<hoe>, [">= 1.8.2"])
s.add_dependency(%q<hoe>, [">= 1.12.1"])
end
else
s.add_dependency(%q<hoe>, [">= 1.8.2"])
s.add_dependency(%q<hoe>, [">= 1.12.1"])
end
end

0 comments on commit 49b8544

Please sign in to comment.