Skip to content

Commit

Permalink
Releasing 0.1.4 so dependencies can work out of the box.
Browse files Browse the repository at this point in the history
  • Loading branch information
abscondment committed Jan 28, 2011
1 parent 11ff5b6 commit 6ca8330
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions History.rdoc
@@ -1,3 +1,7 @@
=== 0.1.4 / 2011-01-27

* Added dependencies to gem.

=== 0.1.3 / 2010-01-26

* Ruby 1.9 compatibility update; update for newer Hoe syntax.
Expand Down
2 changes: 1 addition & 1 deletion lib/ruby_vor/version.rb
@@ -1,3 +1,3 @@
module RubyVor
VERSION = '0.1.3'
VERSION = '0.1.4'
end
5 changes: 3 additions & 2 deletions rubyvor.gemspec
Expand Up @@ -2,7 +2,7 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Brendan Ribera"]
Expand All @@ -16,11 +16,12 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--main", "README.rdoc"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{rubyvor}
s.rubygems_version = %q{1.4.2}
s.rubygems_version = %q{1.3.7}
s.summary = %q{Efficient Voronoi diagrams and Delaunay trianglation for Ruby}
s.test_files = ["test/test_computation.rb", "test/test_point.rb", "test/test_priority_queue.rb", "test/test_voronoi_interface.rb"]

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
Expand Down

0 comments on commit 6ca8330

Please sign in to comment.