Sha256: dd835a9c0af5fbdf7c1f9008f42fb1a0267eebf3c9d63e065ec834776157da93

Contents?: true

Size: 718 Bytes

Versions: 1

Compression:

Stored size: 718 Bytes

Contents

MANIFEST = %w(
CHANGES
install.rb
lib
lib/tidy
lib/tidy/tidybuf.rb
lib/tidy/tidyerr.rb
lib/tidy/tidylib.rb
lib/tidy/tidyobj.rb
lib/tidy/tidyopt.rb
lib/tidy.rb
MANIFEST
README.txt.en
test
test/usage.rb
tidy.gemspec
VERSION
)

spec = Gem::Specification.new do |s|
  s.name = 'tidy'
  s.version = "1.2.0"
  s.author = 'Kevin Howe'
  s.email = 'kh@newclear.ca'
  s.homepage = 'http://github.com/railsmonk/tidy-fork'
  s.platform = Gem::Platform::RUBY
  s.summary = 'Forked Ruby interface to HTML Tidy Library Project with important bugfixes'
  s.files = MANIFEST
  s.require_path = 'lib'
  s.rdoc_options << '--all' << '--inline-source' << '--main' << 'lib/tidy.rb'
  s.has_rdoc = true
#  s.rubyforge_project = 'tidy'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
adamcooper-tidy-1.2.0 tidy.gemspec