Skip to content

Commit

Permalink
Fix rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Jun 27, 2011
1 parent 3bf38e0 commit 5320aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gem_tasks/yard.rake
Expand Up @@ -8,7 +8,7 @@ YARD::Rake::YardocTask.new(:yard) do |t|
t.files = %w{lib - README.md History.md LICENSE}
end

desc 'Push yardoc to http://cukes.info/gherkin/api/#{GHERKIN_VERSION}'
desc "Push yardoc to http://cukes.info/cucumber/api/#{Cucumber::VERSION}"
task :push_yard => :yard do
sh("tar czf api-#{Cucumber::VERSION}.tgz -C doc .")
sh("scp api-#{Cucumber::VERSION}.tgz cukes.info:/var/www/cucumber/api/ruby")
Expand Down

0 comments on commit 5320aaf

Please sign in to comment.