Sha256: 9737c4727ea82547417bf28c6e02cf75976ff782a0ea6057d7e5f65b07c7a142
Contents?: true
Size: 1.79 KB
Versions: 1
Compression:
Stored size: 1.79 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "ruby-xslt" s.version = "0.9.9" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Gregoire Lejeune"] s.date = "2012-02-15" s.description = "Ruby/XSLT is a simple XSLT class based on libxml <http://xmlsoft.org/> and libxslt <http://xmlsoft.org/XSLT/>" s.email = "gregoire.lejeune@free.fr" s.extensions = ["ext/xslt_lib/extconf.rb"] s.extra_rdoc_files = [ "ChangeLog.rdoc", "README.rdoc" ] s.files = [ "AUTHORS.rdoc", "COPYING", "ChangeLog.rdoc", "README.rdoc", "Rakefile", "VERSION", "ext/xslt_lib/extconf.rb", "ext/xslt_lib/extfunc.c", "ext/xslt_lib/extfunc.h", "ext/xslt_lib/parameters.c", "ext/xslt_lib/parameters.h", "ext/xslt_lib/parser.c", "ext/xslt_lib/parser.h", "ext/xslt_lib/rb_utils.c", "ext/xslt_lib/rb_utils.h", "ext/xslt_lib/xslt.h", "ext/xslt_lib/xslt_lib.c", "lib/xml/xslt.rb", "ruby-xslt.gemspec", "setup.rb", "test/subdir/result.xsl", "test/subdir/test.xsl", "test/t.xml", "test/t.xsl", "test/test.rb" ] s.homepage = "http://github.com/glejeune/ruby-xslt" s.require_paths = ["lib"] s.rubygems_version = "1.8.15" s.summary = "Ruby/XSLT is a simple XSLT class" s.test_files = ["test/test.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_development_dependency(%q<rdoc>, [">= 0"]) else s.add_dependency(%q<rdoc>, [">= 0"]) end else s.add_dependency(%q<rdoc>, [">= 0"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-xslt-0.9.9 | ruby-xslt.gemspec |