Skip to content

Commit

Permalink
removed documentation task
Browse files Browse the repository at this point in the history
  • Loading branch information
Duke committed Apr 14, 2012
1 parent f667367 commit adc66d7
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,4 @@ end
APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
load 'rails/tasks/engine.rake'


desc "update documentation"
task :update_documentation => :rdoc do

system 'mv rdoc /tmp/rdoc'
system 'git checkout gh-pages'
system 'rm -Rf doc/code'
system 'mv /tmp/rdoc doc/code'
system 'git add doc/'
system 'git commit -m "updated code documentation"'
system 'git push origin gh-pages'
system 'git checkout master'

end

Bundler::GemHelper.install_tasks

0 comments on commit adc66d7

Please sign in to comment.