# -*- encoding: utf-8 -*- # stub: libxslt-ruby 0.3.6 ruby ext # stub: ext/xml/extconf.rb Gem::Specification.new do |s| s.name = "libxslt-ruby".freeze s.version = "0.3.6".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["ext".freeze] s.authors = ["Sean Chittenden".freeze] s.date = "2006-03-22" s.description = "C-language bindings for Gnome LibXSLT and Ruby. Part of the LibXML-Ruby project.".freeze s.email = "libxml-devel@rubyforge.org".freeze s.extensions = ["ext/xml/extconf.rb".freeze] s.extra_rdoc_files = ["README".freeze, "LICENSE".freeze, "TODO".freeze, "ext/xml/ruby_xslt_transform_context.c".freeze, "ext/xml/ruby_xslt_stylesheet.c".freeze, "ext/xml/libxslt.c".freeze] s.files = ["CHANGELOG".freeze, "LICENSE".freeze, "README".freeze, "Rakefile".freeze, "TODO".freeze, "ext/xml/extconf.rb".freeze, "ext/xml/libxml-ruby/libxml.h".freeze, "ext/xml/libxml-ruby/ruby_xml_attr.h".freeze, "ext/xml/libxml-ruby/ruby_xml_attribute.h".freeze, "ext/xml/libxml-ruby/ruby_xml_document.h".freeze, "ext/xml/libxml-ruby/ruby_xml_dtd.h".freeze, "ext/xml/libxml-ruby/ruby_xml_input_cbg.h".freeze, "ext/xml/libxml-ruby/ruby_xml_node.h".freeze, "ext/xml/libxml-ruby/ruby_xml_node_set.h".freeze, "ext/xml/libxml-ruby/ruby_xml_ns.h".freeze, "ext/xml/libxml-ruby/ruby_xml_parser.h".freeze, "ext/xml/libxml-ruby/ruby_xml_parser_context.h".freeze, "ext/xml/libxml-ruby/ruby_xml_sax_parser.h".freeze, "ext/xml/libxml-ruby/ruby_xml_schema.h".freeze, "ext/xml/libxml-ruby/ruby_xml_tree.h".freeze, "ext/xml/libxml-ruby/ruby_xml_xinclude.h".freeze, "ext/xml/libxml-ruby/ruby_xml_xpath.h".freeze, "ext/xml/libxml-ruby/ruby_xml_xpath_context.h".freeze, "ext/xml/libxml-ruby/ruby_xml_xpointer.h".freeze, "ext/xml/libxml-ruby/ruby_xml_xpointer_context.h".freeze, "ext/xml/libxslt.c".freeze, "ext/xml/libxslt.h".freeze, "ext/xml/ruby_xslt_stylesheet.c".freeze, "ext/xml/ruby_xslt_stylesheet.h".freeze, "ext/xml/ruby_xslt_transform_context.c".freeze, "ext/xml/ruby_xslt_transform_context.h".freeze, "tests/commentary.dtd".freeze, "tests/fuzface.rb".freeze, "tests/fuzface.xml".freeze, "tests/fuzface.xsl".freeze, "tests/ramblings.xsl".freeze, "tests/tc_libxslt.rb".freeze, "tests/tc_xslt_stylesheet.rb".freeze, "tests/tc_xslt_stylesheet2.rb".freeze] s.homepage = "http://libxml.rubyforge.org".freeze s.rdoc_options = ["--title".freeze, "Libxslt-Ruby API".freeze, "--main".freeze, "README".freeze, "-o".freeze, "rdoc".freeze] s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "LibXSLT bindings for Ruby".freeze s.specification_version = 1 s.add_runtime_dependency(%q.freeze, [">= 0.3.6".freeze]) end