• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

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

Simple disk space checker


Commit MetaInfo

修訂68e397a79a48c458a70e361bd89090066c876003 (tree)
時間2014-10-09 23:49:36
作者Tatsuki Sugiura <sugi@nemu...>
CommiterTatsuki Sugiura

Log Message

Change for executable.

Change Summary

差異

--- a/dsck.gemspec
+++ b/dsck.gemspec
@@ -10,8 +10,9 @@ Gem::Specification.new do |s|
1010 s.authors = ["Tatsuki Sugiura"]
1111 s.email = 'sugi@nemui.org'
1212 s.homepage = 'http://github.com/sugi/dsck'
13- s.license = 'GPL-3'
13+ s.license = 'GPL-3'
1414
15- s.files = Dir['bin/*']
15+ s.files = Dir['bin/*']
16+ s.executables = %w(dsck)
1617 s.extra_rdoc_files = %w(README.rdoc ChangeLog)
1718 end