public
Description: ruby command-line for odbc database access (works like mysql command-line utility)
Homepage:
Clone URL: git://github.com/sbfaulkner/rsql.git
rsql / Rakefile
100644 11 lines (7 sloc) 0.193 kb
1
2
3
4
5
6
7
8
9
10
11
require 'rubygems'
Gem::manage_gems
require 'rake/gempackagetask'
 
load File.join(File.dirname(__FILE__),'rsql.gemspec')
 
Rake::GemPackageTask.new(SPEC) do |pkg|
end
 
task :default => :package