Skip to content

Commit

Permalink
Regenerate gemspec for version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
id774 committed Oct 11, 2012
1 parent eef5789 commit 72863a6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions kmeans.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = "kmeans"
s.version = "0.0.2"
s.version = "0.0.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["id774"]
s.date = "2012-10-08"
s.date = "2012-10-11"
s.description = "K-means clustering"
s.email = "idnanashi@gmail.com"
s.extra_rdoc_files = [
Expand All @@ -26,13 +26,17 @@ Gem::Specification.new do |s|
"doc/ChangeLog",
"doc/LICENSE",
"doc/README",
"examples/hcluster.rb",
"examples/kmeans.rb",
"kmeans.gemspec",
"lib/kmeans.rb",
"lib/kmeans/cluster.rb",
"lib/kmeans/hcluster.rb",
"lib/kmeans/pair.rb",
"lib/kmeans/pearson.rb",
"script/build",
"spec/lib/kmeans/cluster_spec.rb",
"spec/lib/kmeans/hcluster_spec.rb",
"spec/lib/kmeans/pair_spec.rb",
"spec/lib/kmeans/pearson_spec.rb",
"spec/lib/kmeans_spec.rb",
Expand Down

0 comments on commit 72863a6

Please sign in to comment.