Skip to content

Commit

Permalink
Added rubyforge to gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Apr 2, 2009
1 parent ba33bc9 commit 4f5199e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion columbus.gemspec
Expand Up @@ -6,14 +6,15 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["John Nunemaker"]
s.date = %q{2009-03-25}
s.date = %q{2009-04-02}
s.email = %q{nunemaker@gmail.com}
s.extra_rdoc_files = ["README.rdoc", "LICENSE"]
s.files = ["README.rdoc", "VERSION.yml", "lib/columbus", "lib/columbus/feed.rb", "lib/columbus/link.rb", "lib/columbus/redirect_follower.rb", "lib/columbus.rb", "test/columbus_test.rb", "test/feed_test.rb", "test/fixtures", "test/fixtures/railsquicktips.html", "test/fixtures/railstips.html", "test/fixtures/railstips_feedburner.html", "test/fixtures/railstips_redirect", "test/link_test.rb", "test/test_helper.rb", "LICENSE"]
s.has_rdoc = true
s.homepage = %q{http://github.com/jnunemaker/columbus}
s.rdoc_options = ["--inline-source", "--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{columbus}
s.rubygems_version = %q{1.3.1}
s.summary = %q{Autodiscovers feeds from urls}

Expand Down

0 comments on commit 4f5199e

Please sign in to comment.