Sha256: b440b303ac9f53bfdee8fbd1df4c5f89bcdb1e1985114bf9f7a1ffcd2f1eb216
Contents?: true
Size: 1.71 KB
Versions: 1
Compression:
Stored size: 1.71 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "wunderbar" s.version = "0.16.10" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Sam Ruby"] s.date = "2013-03-26" s.description = " Wunderbar makes it easy to produce valid HTML5, wellformed XHTML, Unicode\n (utf-8), consistently indented, readable applications. This includes\n output that conforms to the Polyglot specification and the emerging\n results from the XML Error Recovery Community Group.\n" s.email = "rubys@intertwingly.net" s.files = ["wunderbar.gemspec", "README.md", "COPYING", "lib/wunderbar.rb", "lib/wunderbar", "lib/wunderbar/logger.rb", "lib/wunderbar/rails.rb", "lib/wunderbar/builder.rb", "lib/wunderbar/environment.rb", "lib/wunderbar/server.rb", "lib/wunderbar/version.rb", "lib/wunderbar/websocket.rb", "lib/wunderbar/html-methods.rb", "lib/wunderbar/job-control.rb", "lib/wunderbar/cssproxy.rb", "lib/wunderbar/cgi-methods.rb", "lib/wunderbar/sinatra.rb", "lib/wunderbar/rack.rb", "lib/wunderbar/installation.rb"] s.homepage = "http://github.com/rubys/wunderbar" s.require_paths = ["lib"] s.rubygems_version = "1.8.23" s.summary = "HTML Generator and CGI application support" 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_runtime_dependency(%q<builder>, [">= 3.0"]) s.add_runtime_dependency(%q<json>, [">= 0"]) else s.add_dependency(%q<builder>, [">= 3.0"]) s.add_dependency(%q<json>, [">= 0"]) end else s.add_dependency(%q<builder>, [">= 3.0"]) s.add_dependency(%q<json>, [">= 0"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wunderbar-0.16.10 | wunderbar.gemspec |