Sha256: e4a318f2803a5bc26c50f99bd9b0b232407bb36144d72f2b9385edd6b12173f3
Contents?: true
Size: 1.84 KB
Versions: 0
Compression: gzip
Compressed size: 801 Bytes
Stored size: 801 Bytes
Contents
--- !ruby/object:Gem::Specification name: ox version: !ruby/object:Gem::Version version: 1.8.2 prerelease: platform: ruby authors: - Peter Ohler autorequire: bindir: bin cert_chain: [] date: 2013-01-18 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/hasattrs.rb - lib/ox/instruct.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