Sha256: aac46de20f4e39922833c9d5963e66be6436b3cf17154d3c05b87bbf8644f637

Contents?: true

Size: 1.88 KB

Versions: 1

Compression:

Stored size: 1.88 KB

Contents

# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = %q{RbST}
  s.version = "0.1.3"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["William Melody"]
  s.date = %q{2010-05-12}
  s.description = %q{A simple Ruby wrapper for processing reStructuredText via Python's Docutils}
  s.email = %q{wmelody@gmail.com}
  s.extra_rdoc_files = [
    "LICENSE",
     "README.markdown"
  ]
  s.files = [
    ".document",
     ".gitignore",
     "LICENSE",
     "README.markdown",
     "Rakefile",
     "RbST.gemspec",
     "VERSION",
     "lib/rbst.rb",
     "lib/rst2parts/__init__.py",
     "lib/rst2parts/rst2html.py",
     "lib/rst2parts/rst2latex.py",
     "lib/rst2parts/transform.py",
     "test/files/test.html",
     "test/files/test.latex",
     "test/files/test.rst",
     "test/test_helper.rb",
     "test/test_rbst.rb"
  ]
  s.homepage = %q{http://rdoc.info/projects/alphabetum/rbst}
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.3.6}
  s.summary = %q{A simple Ruby wrapper for processing reStructuredText via Python's Docutils}
  s.test_files = [
    "test/test_helper.rb",
     "test/test_rbst.rb"
  ]

  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 3

    if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
      s.add_development_dependency(%q<shoulda>, [">= 0"])
      s.add_development_dependency(%q<mocha>, [">= 0"])
    else
      s.add_dependency(%q<shoulda>, [">= 0"])
      s.add_dependency(%q<mocha>, [">= 0"])
    end
  else
    s.add_dependency(%q<shoulda>, [">= 0"])
    s.add_dependency(%q<mocha>, [">= 0"])
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
RbST-0.1.3 RbST.gemspec