mirror of
https://github.com/dkam/decisiontree.git
synced 2025-12-28 15:14:52 +00:00
added support for continuous and discrete attributes in the same dataset
This commit is contained in:
19
..gemspec
Normal file
19
..gemspec
Normal file
@@ -0,0 +1,19 @@
|
||||
# -*- encoding: utf-8 -*-
|
||||
lib = File.expand_path('../lib', __FILE__)
|
||||
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
||||
require './version'
|
||||
|
||||
Gem::Specification.new do |gem|
|
||||
gem.name = "."
|
||||
gem.version = .::VERSION
|
||||
gem.authors = ["Chris Nelson"]
|
||||
gem.email = ["chris@gaslightsoftware.com"]
|
||||
gem.description = %q{TODO: Write a gem description}
|
||||
gem.summary = %q{TODO: Write a gem summary}
|
||||
gem.homepage = ""
|
||||
|
||||
gem.files = `git ls-files`.split($/)
|
||||
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
||||
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
||||
gem.require_paths = ["lib"]
|
||||
end
|
||||
Reference in New Issue
Block a user