Sha256: ae4c41f5ca942647e1ea90d8e7cc90b9f20c1c95ba3e01973ea555157414aba0
Contents?: true
Size: 1.86 KB
Versions: 1
Compression:
Stored size: 1.86 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "wunderbar" s.version = "0.8.0" s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version= s.authors = ["Sam Ruby"] s.date = "2012-02-02" s.description = " Provides a number of globals, helper methods, and monkey patches which\n simplify the development of generation of HTML and other artifacts for\n CGI scripts.\n" s.email = "rubys@intertwingly.net" s.extra_rdoc_files = ["COPYING", "README", "lib/cgi-spa.rb", "lib/wunderbar/builder.rb", "lib/wunderbar/cgi-methods.rb", "lib/wunderbar/environment.rb", "lib/wunderbar/html-methods.rb", "lib/wunderbar/installation.rb", "lib/wunderbar/job-control.rb", "lib/wunderbar/version.rb"] s.files = ["COPYING", "README", "Rakefile", "lib/cgi-spa.rb", "lib/wunderbar/builder.rb", "lib/wunderbar/cgi-methods.rb", "lib/wunderbar/environment.rb", "lib/wunderbar/html-methods.rb", "lib/wunderbar/installation.rb", "lib/wunderbar/job-control.rb", "lib/wunderbar/version.rb", "test/test_html_markup.rb", "Manifest", "wunderbar.gemspec"] s.homepage = "http://github.com/rubys/wunderbar" s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Wunderbar", "--main", "README"] s.require_paths = ["lib"] s.rubyforge_project = "wunderbar" s.rubygems_version = "1.8.15" s.summary = "CGI Builder" s.test_files = ["test/test_html_markup.rb"] 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>, [">= 0"]) s.add_runtime_dependency(%q<json>, [">= 0"]) else s.add_dependency(%q<builder>, [">= 0"]) s.add_dependency(%q<json>, [">= 0"]) end else s.add_dependency(%q<builder>, [">= 0"]) s.add_dependency(%q<json>, [">= 0"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wunderbar-0.8.0 | wunderbar.gemspec |