• R/O
  • HTTP
  • SSH
  • HTTPS

mint-lib: 提交

Math Interactive's library


Commit MetaInfo

修订版df74c424b6854505ca70bec9fe0dbac902de81b5 (tree)
时间2010-05-10 14:47:29
作者Tomohiro Nishimura <tomohiro68@gmai...>
CommiterTomohiro Nishimura

Log Message

add Rakefile into gem

更改概述

差异

--- a/Rakefile
+++ b/Rakefile
@@ -43,7 +43,8 @@ end
4343
4444 PKG_FILES = FileList[
4545 'lib/**/*.rb',
46- 'spec/**/*_spec.rb'
46+ 'spec/**/*_spec.rb',
47+ 'Rakefile',
4748 ]
4849
4950 spec = Gem::Specification.new do |s|
Show on old repository browser