Sha256: 08c8f53ee250976221fbed572cfa153d4372dee99079fd6f61a50fdc9298e07f
Contents?: true
Size: 1.8 KB
Versions: 0
Compression: gzip
Compressed size: 792 Bytes
Stored size: 792 Bytes
Contents
--- !ruby/object:Gem::Specification name: ox version: !ruby/object:Gem::Version version: 1.6.9 prerelease: platform: ruby authors: - Peter Ohler autorequire: bindir: bin cert_chain: [] date: 2012-11-25 00:00:00.000000000 Z dependencies: [] 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. " email: peter@ohler.com executables: [] extensions: - ext/ox/extconf.rb extra_rdoc_files: - README.md files: - lib/ox/bag.rb - lib/ox/cdata.rb - lib/ox/comment.rb - lib/ox/doctype.rb - lib/ox/document.rb - lib/ox/element.rb - lib/ox/invalidpath.rb - lib/ox/node.rb - lib/ox/sax.rb - lib/ox/version.rb - lib/ox.rb - ext/ox/extconf.rb - ext/ox/base64.h - ext/ox/cache.h - ext/ox/cache8.h - ext/ox/ox.h - ext/ox/base64.c - ext/ox/cache.c - ext/ox/cache8.c - ext/ox/cache8_test.c - ext/ox/cache_test.c - ext/ox/dump.c - ext/ox/gen_load.c - ext/ox/obj_load.c - ext/ox/ox.c - ext/ox/parse.c - ext/ox/sax.c - LICENSE - README.md homepage: http://www.ohler.com/ox licenses: [] post_install_message: rdoc_options: - --main - README.md require_paths: - lib - ext required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: ox rubygems_version: 1.8.23 signing_key: specification_version: 3 summary: A fast XML parser and object serializer. test_files: [] has_rdoc: true