Skip to content

Commit

Permalink
fix gem homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Wells committed Mar 25, 2009
1 parent 01db809 commit d5a61f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backs3.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
s.files = ["History.txt", "Manifest.txt", "README.txt", "Rakefile", "example.conf", "bin/backs3", "bin/res3", "lib/backs3.rb", "lib/backs3/backs3.rb", "lib/backs3/backup.rb", "lib/backs3/restore.rb", "lib/backs3/version.rb", "spec/spec.opts", "spec/spec_helper.rb", "spec/backs3/backup_spec.rb", "spec/backs3/restore_spec.rb", "tasks/rspec.rake"]
s.has_rdoc = true
s.homepage = %q{http://backs3.rubyforge.org}
s.homepage = %q{http://github.com/jemmyw/backs3}
s.rdoc_options = ["--main", "README.txt"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{backs3}
Expand Down
4 changes: 2 additions & 2 deletions config/hoe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
DESCRIPTION = "S3 backup and restore program"
GEM_NAME = 'backs3' # what ppl will type to install your gem
RUBYFORGE_PROJECT = 'backs3' # The unix name for your project
HOMEPATH = "http://#{RUBYFORGE_PROJECT}.rubyforge.org"
DOWNLOAD_PATH = "http://rubyforge.org/projects/#{RUBYFORGE_PROJECT}"
HOMEPATH = "http://github.com/jemmyw/backs3"
DOWNLOAD_PATH = "http://github.com/jemmyw/backs3"

@config_file = "~/.rubyforge/user-config.yml"
@config = nil
Expand Down

0 comments on commit d5a61f4

Please sign in to comment.