public
Description: TOP4R封装了淘宝开发平台的接口,帮助你快速构建基于TOP的应用程序。
Homepage: http://top4r.labs.nowa.me
Clone URL: git://github.com/nowa/top4r.git
nowa (author)
Wed Oct 14 22:54:56 -0700 2009
commit  98795f4737540a97fec10168c90b0218e3565b2b
tree    6052e07612be2fc5dbab3b9560f207e451233725
parent  81331043a06c27f271b6fc75e8b7a4e462d95128
top4r / Rakefile
100644 11 lines (7 sloc) 0.154 kb
1
2
3
4
5
6
7
8
9
10
11
$:.unshift('lib')
 
require 'rubygems'
gem('rspec')
 
ROOT_DIR = File.join(File.dirname(__FILE__))
 
require 'rake'
require 'top4r'
 
import('tasks/pkg.rake')