Skip to content

Commit

Permalink
install native extensions on gem build
Browse files Browse the repository at this point in the history
  • Loading branch information
consti committed Nov 23, 2010
1 parent 791b520 commit db553e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tupalo-kdtree.gemspec
Expand Up @@ -2,12 +2,13 @@

Gem::Specification.new do |s|
s.name = %q{tupalo-kdtree}
s.version = "0.2.1"
s.version = "0.2.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Adam Doppelt", "Andreas Fuchs"]
s.date = %q{2010-07-28}
s.date = %q{2010-11-23}
s.description = %q{Tupalo-kdtree is a thread-safe fork of the kdtree Gem by Adam Doppelt.}
s.extensions << 'ext/extconf.rb'
s.email = %q{developers@tupalo.com}
s.extra_rdoc_files = [
"LICENSE"
Expand Down

0 comments on commit db553e7

Please sign in to comment.