Sha256: dbf71dd661e63e23b793988f3ce36f12b7aa002517f2f52448b450326f134463

Contents?: true

Size: 1.18 KB

Versions: 1

Compression:

Stored size: 1.18 KB

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "rubypants"
  s.version = "0.2.0"

  s.required_rubygems_version = nil if s.respond_to? :required_rubygems_version=
  s.cert_chain = nil
  s.date = "2004-11-15"
  s.description = "RubyPants is a Ruby port of the smart-quotes library SmartyPants.  The original \"SmartyPants\" is a free web publishing plug-in for Movable Type, Blosxom, and BBEdit that easily translates plain ASCII punctuation characters into \"smart\" typographic punctuation HTML entities."
  s.email = "chneukirchen@gmail.com"
  s.extra_rdoc_files = ["README"]
  s.files = ["README"]
  s.homepage = "http://www.kronavita.de/chris/blog/projects/rubypants.html"
  s.rdoc_options = ["--main", "README", "--line-numbers", "--inline-source", "--all", "--exclude", "test_rubypants.rb"]
  s.require_paths = ["."]
  s.required_ruby_version = Gem::Requirement.new("> 0.0.0")
  s.rubygems_version = "1.8.16"
  s.summary = "RubyPants is a Ruby port of the smart-quotes library SmartyPants."

  if s.respond_to? :specification_version then
    s.specification_version = 1

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
radiant-1.0.0 ruby-debug/ruby/1.8/specifications/rubypants-0.2.0.gemspec