Skip to content

Commit

Permalink
update extconf
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Ferguson committed Apr 26, 2012
1 parent f940241 commit 05fa703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyperloglog.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|


s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.authors = ["Josh Ferguson"] s.authors = ["Josh Ferguson"]
s.date = "2012-04-24" s.date = "2012-04-26"
s.description = "An efficient implementation of the HyperLogLog cardinality estimator" s.description = "An efficient implementation of the HyperLogLog cardinality estimator"
s.email = "josh@besquared.net" s.email = "josh@besquared.net"
s.extensions = ["ext/extconf.rb"] s.extensions = ["ext/extconf.rb"]
Expand Down

0 comments on commit 05fa703

Please sign in to comment.