Skip to content

Commit

Permalink
cleaned up rubyforge support... rake rubyforge:release working!
Browse files Browse the repository at this point in the history
  • Loading branch information
andi committed Apr 14, 2009
1 parent c009a86 commit f1a6a26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -52,7 +52,7 @@ begin
)

host = "#{config['username']}@rubyforge.org"
remote_dir = "/var/www/gforge-projects/the-perfect-gem/"
remote_dir = "/var/www/gforge-projects/andi/"
local_dir = 'rdoc'

Rake::SshDirPublisher.new(host, remote_dir, local_dir).upload
Expand Down
3 changes: 2 additions & 1 deletion simple-navigation.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Andi Schacke"]
s.date = %q{2009-04-13}
s.date = %q{2009-04-14}
s.description = %q{Simple Navigation is a ruby library for creating a navigation (optionally with sub navigation) for your rails app.}
s.email = %q{andreas.schacke@gmail.com}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -41,6 +41,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/andi/simple-navigation}
s.rdoc_options = ["--inline-source", "--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{andi}
s.rubygems_version = %q{1.3.1}
s.summary = %q{Simple Navigation is a ruby library for creating a navigation (optionally with sub navigation) for your rails app.}
s.test_files = [
Expand Down

0 comments on commit f1a6a26

Please sign in to comment.