Sha256: 3a1060b11d660adc28b9c42f990f42212e9477f4dcade33dc80b13512c2e82db

Contents?: true

Size: 733 Bytes

Versions: 3

Compression:

Stored size: 733 Bytes

Contents

require 'echoe'
e = Echoe.new('rubyfb', '0.5.3') 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    = !PLATFORM.include?("win32")

  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

3 entries across 3 versions & 1 rubygems

Version Path
rubyfb-0.5.3-x86-mswin32-60 Rakefile
rubyfb-0.5.3-x86-linux Rakefile
rubyfb-0.5.3 Rakefile