Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2013-09-18 | Update UK DVB-T settings | silid | 84 | -854/+1210 |
2013-09-09 | Updated fi-HTV scan file | Sam Stenvall | 1 | -1/+35 |
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 rowspan='2'>
aboutsummaryrefslogtreecommitdiffstats |
Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2013-09-18 | Update UK DVB-T settings | silid | 84 | -854/+1210 |
2013-09-09 | Updated fi-HTV scan file | Sam Stenvall | 1 | -1/+35 |