Sha256: dd0f5b99f0c8e6cd94bb0f6f7b14bdd5aab46c014f1a72dcb7af1782c49b443f
Contents?: true
Size: 777 Bytes
Versions: 1
Compression:
Stored size: 777 Bytes
Contents
require 'echoe' e = Echoe.new('rubyfb', '0.5.7') do |p| p.description = "Firebird SQL access library" p.url = "http://rubyforge.org/projects/rubyfb" p.author = "George Georgiev" p.email = "georgiev@heatbs.com" p.rdoc_pattern = ["{examples,ext,lib}/*.rb", "CHANGELOG", "README", "LICENSE"] p.need_tar_gz = !(RUBY_PLATFORM.include?("win32") || RUBY_PLATFORM.include?("mingw32")) if ARGV.include? "binpkg" p.platform=Gem::Platform::CURRENT p.eval = Proc.new { self.extensions=nil self.platform=Gem::Platform::CURRENT } end end e.clean_pattern = e.clean_pattern - e.clean_pattern.grep(/^lib/) e.clean_pattern = e.clean_pattern - e.clean_pattern.grep(/^mswin32fb/) task :binpkg => [:compile, :repackage]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubyfb-0.5.7 | Rakefile |