Sha256: ec7124f8ee91c52349a4e080d329cc31300c74d8f20699d7f7206b16d6b2832d

Contents?: true

Size: 1022 Bytes

Versions: 1

Compression:

Stored size: 1022 Bytes

Contents

Gem::Specification.new do |s|
  s.name    = "undress"
  s.version = "0.2.1"
  s.date    = "2009-07-29"

  s.description = "Simply translate HTML to Textile, Markdown, or whatever other markup format you need"
  s.summary     = "Convert HTML into other markup languages"
  s.homepage    = "http://undress.rubyforge.org"

  s.authors = "Nicolás Sanguinetti"
  s.email   = "contacto@nicolassanguinetti.info"

  s.require_paths     = ["lib"]
  s.rubyforge_project = "undress"
  s.has_rdoc          = true
  s.rubygems_version  = "1.3.1"

  s.add_dependency "hpricot"

  if s.respond_to?(:add_development_dependency)
    s.add_development_dependency "sr-mg"
    s.add_development_dependency "contest"
    s.add_development_dependency "redgreen"
  end

  s.files = %w[
.gitignore
LICENSE
README.rdoc
Rakefile
undress.gemspec
lib/undress.rb
lib/undress/grammar.rb
lib/undress/textile.rb
lib/undress/greencloth.rb
lib/core_ext/object.rb
test/test_helper.rb
test/test_grammar.rb
test/test_textile.rb
test/test_greencloth.rb
]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zevarito-undress-0.2.1 undress.gemspec