# -*- encoding: utf-8 -*- # stub: ox 1.2.3 ruby libext # stub: ext/ox/extconf.rb Gem::Specification.new do |s| s.name = "ox".freeze s.version = "1.2.3".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 = "2011-07-27" s.description = "A fast XML parser and object serializer that uses only standard C lib.".freeze s.email = "peter@ohler.com".freeze s.extensions = ["ext/ox/extconf.rb".freeze] s.extra_rdoc_files = ["README.rdoc".freeze] s.files = ["LICENSE".freeze, "README.rdoc".freeze, "ext/ox/base64.c".freeze, "ext/ox/base64.h".freeze, "ext/ox/cache.c".freeze, "ext/ox/cache.h".freeze, "ext/ox/cache8.c".freeze, "ext/ox/cache8.h".freeze, "ext/ox/cache8_test.c".freeze, "ext/ox/cache_test.c".freeze, "ext/ox/dump.c".freeze, "ext/ox/extconf.rb".freeze, "ext/ox/gen_load.c".freeze, "ext/ox/obj_load.c".freeze, "ext/ox/ox.c".freeze, "ext/ox/ox.h".freeze, "ext/ox/parse.c".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/node.rb".freeze, "lib/ox/version.rb".freeze, "test/Sample.graffle".freeze, "test/bug1.rb".freeze, "test/bug2.rb".freeze, "test/bug3.rb".freeze, "test/cache16_test.rb".freeze, "test/cache8_test.rb".freeze, "test/cache_test.rb".freeze, "test/files.rb".freeze, "test/func.rb".freeze, "test/gen_sample.rb".freeze, "test/obj_sample.rb".freeze, "test/ox/change.rb".freeze, "test/ox/dir.rb".freeze, "test/ox/doc.rb".freeze, "test/ox/file.rb".freeze, "test/ox/group.rb".freeze, "test/ox/hasprops.rb".freeze, "test/ox/layer.rb".freeze, "test/ox/line.rb".freeze, "test/ox/oval.rb".freeze, "test/ox/rect.rb".freeze, "test/ox/shape.rb".freeze, "test/ox/text.rb".freeze, "test/perf_gen.rb".freeze, "test/perf_mars.rb".freeze, "test/perf_obj.rb".freeze, "test/perf_pod.rb".freeze, "test/perf_write.rb".freeze, "test/sample.rb".freeze, "test/test.rb".freeze] s.homepage = "https://github.com/ohler55/ox".freeze s.rdoc_options = ["--main".freeze, "README.rdoc".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A fast XML parser and object serializer.".freeze end