• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

データマイニングツール


Commit MetaInfo

Revisión07fc0738b1730fea06fc565c4ad0229baf3b956a (tree)
Tiempo2013-11-26 14:18:35
Autornain <nain0606@gmai...>
Commiternain

Log Message

gem生成方法変更

Cambiar Resumen

Diferencia incremental

--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,6 @@ all: library mkgem
1616
1717 install:
1818 (cd gem && ruby ../INSTALL.rb $(version))
19- (cd gem/bin && install * /usr/local/bin)
2019
2120 clean:
2221 (cd lcm/lib && ruby extconf.rb && make clean)
--- a/gem/gemspec.temp
+++ b/gem/gemspec.temp
@@ -10,17 +10,24 @@ spec = Gem::Specification.new do |s|
1010 s.homepage="http://www.nysol.jp/"
1111 s.summary="tools for frequent pattern mining"
1212 s.files=[
13-"lib/lcm.##lib_suffix##",
14-"lib/zdd_so.##lib_suffix##",
15-"lib/zdd.rb",
16-"lib/caep.rb",
17-"lib/cls.rb",
18-"lib/enumLcmEp.rb",
19-"lib/enumLcmIs.rb",
20-"lib/items.rb",
21-"lib/taxonomy.rb",
22-"lib/traDB.rb",
23-]
13+ "lib/lcm.##lib_suffix##",
14+ "lib/zdd_so.##lib_suffix##",
15+ "lib/zdd.rb",
16+ "lib/caep.rb",
17+ "lib/cls.rb",
18+ "lib/enumLcmEp.rb",
19+ "lib/enumLcmIs.rb",
20+ "lib/items.rb",
21+ "lib/taxonomy.rb",
22+ "lib/traDB.rb",
23+ "bin/burst.rb",
24+ "bin/mitemset.rb"
25+ ]
26+ s.bindir = 'bin'
27+ s.executables = [
28+ "burst.rb","mitemset.rb"
29+ ]
30+ s.require_path = "lib"
2431 s.description = <<-EOF
2532 アイテム集合マイニング、シーケンスマイニングのrubyコマンドセット。
2633 EOF
--- a/revison_hash
+++ b/revison_hash
@@ -1 +1 @@
1-commit 7fa871f88bef86323dccc4b2e81eedf80d3c80d7
1+commit b787d996a565a85a853d6029d46264203ee8566f