Skip to content

Commit

Permalink
Use rdoc.info as the official API host
Browse files Browse the repository at this point in the history
No longer publish beta gems
  • Loading branch information
obrie committed Mar 19, 2010
1 parent 2de2359 commit 1419b59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -7,7 +7,7 @@ Ruby class.

API

* http://api.pluginaweek.org/state_machine
* http://rdoc.info/projects/pluginaweek/state_machine

Bugs

Expand Down
17 changes: 1 addition & 16 deletions Rakefile
Expand Up @@ -66,23 +66,8 @@ Rake::GemPackageTask.new(spec) do |p|
p.gem_spec = spec
end

desc 'Publish the beta gem.'
task :pgem => [:package] do
require 'rake/contrib/sshpublisher'
Rake::SshFilePublisher.new('aaron@pluginaweek.org', '/home/aaron/gems.pluginaweek.org/public/gems', 'pkg', "#{spec.name}-#{spec.version}.gem").upload
end

desc 'Publish the API documentation.'
task :pdoc => [:rdoc] do
require 'rake/contrib/sshpublisher'
Rake::SshDirPublisher.new('aaron@pluginaweek.org', "/home/aaron/api.pluginaweek.org/public/#{spec.name}", 'rdoc').upload
end

desc 'Publish the API docs and gem'
task :publish => [:pgem, :pdoc, :release]

desc 'Publish the release files to RubyForge.'
task :release => [:gem, :package] do
task :release => :package do
require 'rake/gemcutter'

Rake::Gemcutter::Tasks.new(spec)
Expand Down

0 comments on commit 1419b59

Please sign in to comment.