# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{rdtool} s.version = "0.6.28" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Youhei SASAKI"] s.date = %q{2011-09-11} s.description = %q{RD is multipurpose documentation format created for documentating Ruby and output of Ruby world. You can embed RD into Ruby script. And RD have neat syntax which help you to read document in Ruby script. On the other hand, RD have a feature for class reference.} s.email = %q{uwabami@gfd-dennou.org} s.executables = ["rd2", "rdswap.rb"] s.extra_rdoc_files = [ "LICENSE.txt", "README.html", "README.ja.html", "README.rd", "README.rd.ja", "TODO" ] s.files = [ "COPYING.txt", "Gemfile", "HISTORY", "LICENSE.txt", "MANIFEST", "README.rd", "README.rd.ja", "Rakefile", "TODO", "VERSION", "bin/rd2", "bin/rdswap.rb", "doc/rd-draft.rd", "doc/rd-draft.rd.ja", "lib/rd/block-element.rb", "lib/rd/complex-list-item.rb", "lib/rd/desclist.rb", "lib/rd/document-struct.rb", "lib/rd/dot.rd2rc", "lib/rd/element.rb", "lib/rd/filter.rb", "lib/rd/inline-element.rb", "lib/rd/labeled-element.rb", "lib/rd/list.rb", "lib/rd/loose-struct.rb", "lib/rd/methodlist.rb", "lib/rd/output-format-visitor.rb", "lib/rd/package.rb", "lib/rd/parser-util.rb", "lib/rd/post-install", "lib/rd/rbl-file.rb", "lib/rd/rbl-suite.rb", "lib/rd/rd-struct.rb", "lib/rd/rd2html-lib.rb", "lib/rd/rd2html-opt.rb", "lib/rd/rd2man-lib.rb", "lib/rd/rd2rdo-lib.rb", "lib/rd/rd2rmi-lib.rb", "lib/rd/rdblockparser.ry", "lib/rd/rdblockparser.tab.rb", "lib/rd/rdfmt.rb", "lib/rd/rdinlineparser.ry", "lib/rd/rdinlineparser.tab.rb", "lib/rd/rdvisitor.rb", "lib/rd/reference-resolver.rb", "lib/rd/search-file.rb", "lib/rd/tree.rb", "lib/rd/version.rb", "lib/rd/visitor.rb", "makerdtool.rb", "rdtool.gemspec", "setup.rb", "test.rb", "test/data/includee1.html", "test/data/includee2.html", "test/data/includee3.nothtml", "test/data/includee4.xhtml", "test/data/label.rbl", "test/data/label2.rbl", "test/data/sub/includee2.html", "test/data/sub/includee4.html", "test/dummy-observer.rb", "test/dummy.rb", "test/temp-dir.rb", "test/test-block-parser.rb", "test/test-desclist-item.rb", "test/test-document-element.rb", "test/test-document-struct.rb", "test/test-element.rb", "test/test-headline.rb", "test/test-inline-parser.rb", "test/test-list-item.rb", "test/test-list.rb", "test/test-methodlist-item.rb", "test/test-nonterminal-element.rb", "test/test-nonterminal-inline.rb", "test/test-output-format-visitor.rb", "test/test-parser-util.rb", "test/test-rbl-file.rb", "test/test-rbl-suite.rb", "test/test-rd2html-lib.rb", "test/test-rdtree.rb", "test/test-rdvisitor.rb", "test/test-reference-resolver.rb", "test/test-reference.rb", "test/test-search-file.rb", "test/test-terminal-inline.rb", "test/test-textblock.rb", "test/test-tree.rb", "test/test-version.rb", "test/test-visitor.rb", "utils/rd-mode.el" ] s.homepage = %q{http://github.com/uwabami/rdtool} s.licenses = ["GPL", "Ruby"] s.require_paths = ["lib"] s.rubygems_version = %q{1.7.2} s.summary = %q{RDtool is formatter for RD.} if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, ["~> 1.6.4"]) s.add_development_dependency(%q, ["~> 1.4.6"]) else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, ["~> 1.6.4"]) s.add_dependency(%q, ["~> 1.4.6"]) end else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, ["~> 1.6.4"]) s.add_dependency(%q, ["~> 1.4.6"]) end end