# -*- encoding: utf-8 -*- # stub: ox 2.4.0 ruby libext # stub: ext/ox/extconf.rb Gem::Specification.new do |s| s.name = "ox".freeze s.version = "2.4.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze, "ext".freeze] s.authors = ["Peter Ohler".freeze] s.date = "2016-04-14" s.description = "A fast XML parser and object serializer that uses only standard C lib.\n \nOptimized XML (Ox), as the name implies was written to provide speed optimized\nXML handling. It was designed to be an alternative to Nokogiri and other Ruby\nXML parsers for generic XML parsing and as an alternative to Marshal for Object\nserialization. ".freeze s.email = "peter@ohler.com".freeze s.extensions = ["ext/ox/extconf.rb".freeze] s.extra_rdoc_files = ["README.md".freeze] s.files = ["LICENSE".freeze, "README.md".freeze, "ext/ox/attr.h".freeze, "ext/ox/base64.c".freeze, "ext/ox/base64.h".freeze, "ext/ox/buf.h".freeze, "ext/ox/builder.c".freeze, "ext/ox/cache.c".freeze, "ext/ox/cache.h".freeze, "ext/ox/cache8.c".freeze, "ext/ox/cache8.h".freeze, "ext/ox/dump.c".freeze, "ext/ox/err.c".freeze, "ext/ox/err.h".freeze, "ext/ox/extconf.rb".freeze, "ext/ox/gen_load.c".freeze, "ext/ox/helper.h".freeze, "ext/ox/obj_load.c".freeze, "ext/ox/ox.c".freeze, "ext/ox/ox.h".freeze, "ext/ox/parse.c".freeze, "ext/ox/sax.c".freeze, "ext/ox/sax.h".freeze, "ext/ox/sax_as.c".freeze, "ext/ox/sax_buf.c".freeze, "ext/ox/sax_buf.h".freeze, "ext/ox/sax_has.h".freeze, "ext/ox/sax_hint.c".freeze, "ext/ox/sax_hint.h".freeze, "ext/ox/sax_stack.h".freeze, "ext/ox/special.c".freeze, "ext/ox/special.h".freeze, "ext/ox/type.h".freeze, "lib/ox.rb".freeze, "lib/ox/bag.rb".freeze, "lib/ox/cdata.rb".freeze, "lib/ox/comment.rb".freeze, "lib/ox/doctype.rb".freeze, "lib/ox/document.rb".freeze, "lib/ox/element.rb".freeze, "lib/ox/error.rb".freeze, "lib/ox/hasattrs.rb".freeze, "lib/ox/instruct.rb".freeze, "lib/ox/node.rb".freeze, "lib/ox/raw.rb".freeze, "lib/ox/sax.rb".freeze, "lib/ox/version.rb".freeze, "lib/ox/xmlrpc_adapter.rb".freeze] s.homepage = "http://www.ohler.com/ox".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--main".freeze, "README.md".freeze, "--title".freeze, "Ox Documentation".freeze, "--exclude".freeze, "extconf.rb".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A fast XML parser and object serializer.".freeze end