summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2015-10-06 08:00:15 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2015-10-06 08:02:37 +0900
commit1dbe3da971dd195dcdb8f82bfa049d9ab4e26a24 (patch)
tree6c2565727e4e34bcc78fa40fca309730b8d2efb7
parent6fc10abd78e3ec37c09b57aa9042a292623e6e5f (diff)
remove deprecated rubyforge_project option
-rw-r--r--asciidoctor.gemspec1
1 files changed, 0 insertions, 1 deletions
diff --git a/asciidoctor.gemspec b/asciidoctor.gemspec
index a31621e5..576f2bb3 100644
--- a/asciidoctor.gemspec
+++ b/asciidoctor.gemspec
@@ -4,7 +4,6 @@ require File.expand_path '../lib/asciidoctor/version', __FILE__
Gem::Specification.new do |s|
s.name = 'asciidoctor'
s.version = Asciidoctor::VERSION
- s.rubyforge_project = s.name
s.summary = 'An implementation of the AsciiDoc text processor and publishing toolchain in Ruby'
s.description = <<-EOS