public
Description: ProjectPlus is a plug-in for TextMate which extends the functionality of project-related features.
Homepage: http://ciaranwal.sh/projectplus
Clone URL: git://github.com/ciaran/projectplus.git
projectplus / Rakefile
100644 11 lines (8 sloc) 0.222 kb
1
2
3
4
5
6
7
8
9
10
11
require "rubygems"
require "rake"
 
require "choctop"
 
ChocTop.new do |s|
  s.info_plist_path = 'resources/Info.plist'
  s.remote_dir = 'ciaranwal.sh/projectplus-files'
  s.target = "ProjectPlus.tmplugin"
end