require 'rubygems' require 'rake/gempackagetask' spec = Gem::Specification.new do |s| s.name = "rconfig" s.version = "1.0" s.author = "Peter Zotov" s.email = "whitequark@whitequark.ru" s.platform = Gem::Platform::RUBY s.summary = "libconfig bindings" s.files = [ File.join('ext', 'extconf.rb'), File.join('ext', 'rconfig.c') ].to_a s.extensions = 'ext/extconf.rb' end Rake::GemPackageTask.new(spec) do |pkg| end go'/> index : lcd4linux.git
lcd4linuxJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/mkinstalldirs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2004-05-26[lcd4linux @ 2004-05-26 05:03:24 by reinelt]reinelt9-463/+333
2004-05-25[lcd4linux @ 2004-05-25 19:54:11 by reinelt]reinelt7-53/+23
2004-05-25[lcd4linux @ 2004-05-25 19:47:11 by reinelt]reinelt9-1670/+13
2004-05-25[lcd4linux @ 2004-05-25 14:28:46 by reinelt]reinelt1-0/+133