mirror of
https://github.com/dkam/decisiontree.git
synced 2025-12-28 07:04:53 +00:00
fix gemspec, incrementing version to rebuild
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
spec = Gem::Specification.new do |s|
|
spec = Gem::Specification.new do |s|
|
||||||
s.name = 'decisiontree'
|
s.name = 'decisiontree'
|
||||||
s.version = '0.3.0'
|
s.version = '0.3.1'
|
||||||
s.date = '2009-02-21'
|
s.date = '2009-02-21'
|
||||||
s.summary = 'ID3-based implementation of the M.L. Decision Tree algorithm'
|
s.summary = 'ID3-based implementation of the M.L. Decision Tree algorithm'
|
||||||
s.description = s.summary
|
s.description = s.summary
|
||||||
@@ -8,6 +8,7 @@ spec = Gem::Specification.new do |s|
|
|||||||
s.homepage = "http://github.com/igrigorik/decisiontree"
|
s.homepage = "http://github.com/igrigorik/decisiontree"
|
||||||
s.has_rdoc = true
|
s.has_rdoc = true
|
||||||
s.authors = ["Ilya Grigorik"]
|
s.authors = ["Ilya Grigorik"]
|
||||||
|
s.rubyforge_project = "decisiontree"
|
||||||
|
|
||||||
# ruby -rpp -e' pp `git ls-files`.split("\n") '
|
# ruby -rpp -e' pp `git ls-files`.split("\n") '
|
||||||
s.files = ["README.rdoc",
|
s.files = ["README.rdoc",
|
||||||
|
|||||||
Reference in New Issue
Block a user