Skip to content

Commit

Permalink
peepcode
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrolich committed Nov 7, 2011
1 parent 63bb0e1 commit fa51927
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions Rakefile
Expand Up @@ -157,23 +157,24 @@ vim_plugin_task "scala", "git://github.com/bdd/vim-scala.git"
vim_plugin_task "gist-vim", "git://github.com/mattn/gist-vim.git"
vim_plugin_task "delimitmate", "git://github.com/Raimondi/delimitMate.git"
vim_plugin_task "zencoding", "git://github.com/mattn/zencoding-vim.git"
vim_plugin_task "peepopen", "git://github.com/mrchrisadams/vim-peepopen.git"

#vim_plugin_task "hammer", "git://github.com/robgleeson/hammer.vim.git" do
# sh "gem install github-markup redcarpet"
#end

vim_plugin_task "command_t", "http://s3.wincent.com/command-t/releases/command-t-1.2.1.vba" do
Dir.chdir "ruby/command-t" do
if File.exists?("/usr/bin/ruby1.8") # prefer 1.8 on *.deb systems
sh "/usr/bin/ruby1.8 extconf.rb"
elsif File.exists?("/usr/bin/ruby") # prefer system rubies
sh "/usr/bin/ruby extconf.rb"
elsif `rvm > /dev/null 2>&1` && $?.exitstatus == 0
sh "rvm system ruby extconf.rb"
end
sh "make clean && make"
end
end
# vim_plugin_task "command_t", "http://s3.wincent.com/command-t/releases/command-t-1.2.1.vba" do
# Dir.chdir "ruby/command-t" do
# if File.exists?("/usr/bin/ruby1.8") # prefer 1.8 on *.deb systems
# sh "/usr/bin/ruby1.8 extconf.rb"
# elsif File.exists?("/usr/bin/ruby") # prefer system rubies
# sh "/usr/bin/ruby extconf.rb"
# elsif `rvm > /dev/null 2>&1` && $?.exitstatus == 0
# sh "rvm system ruby extconf.rb"
# end
# sh "make clean && make"
# end
# end

vim_plugin_task "janus_themes" do
# custom version of railscasts theme
Expand Down

0 comments on commit fa51927

Please sign in to comment.