OSDN Git Service

ver1.1
[nysol/mining.git] / gem / gemspec.temp
diff --git a/gem/gemspec.temp b/gem/gemspec.temp
new file mode 100644 (file)
index 0000000..ba3334f
--- /dev/null
@@ -0,0 +1,27 @@
+
+require "rubygems"
+
+spec = Gem::Specification.new do |s|
+  s.name="mining"
+  s.version="##version##"
+       s.platform="#{Gem::Platform::local.cpu}-#{Gem::Platform::local.os}"
+  s.author="NYSOL"
+  s.email="info@nysol.jp"
+  s.homepage="http://www.nysol.jp/"
+  s.summary="tools for frequent pattern mining"
+       s.files=[
+"lib/lcm.##lib_suffix##",
+"lib/zdd_so.##lib_suffix##",
+"lib/zdd.rb",
+"lib/caep.rb",
+"lib/cls.rb",
+"lib/enumLcmEp.rb",
+"lib/enumLcmIs.rb",
+"lib/items.rb",
+"lib/taxonomy.rb",
+"lib/traDB.rb",
+]
+  s.description = <<-EOF
+    アイテム集合マイニング、シーケンスマイニングのrubyコマンドセット。
+  EOF
+end