--- !ruby/object:Gem::Specification name: bindata version: !ruby/object:Gem::Version hash: 15 prerelease: segments: - 1 - 4 - 4 version: 1.4.4 platform: ruby authors: - Dion Mendel autorequire: bindir: bin cert_chain: [] date: 2012-06-21 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 39 segments: - 2 - 10 - 0 version: 2.10.0 type: :development version_requirements: *id001 - !ruby/object:Gem::Dependency name: haml prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :development version_requirements: *id002 - !ruby/object:Gem::Dependency name: maruku prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :development version_requirements: *id003 - !ruby/object:Gem::Dependency name: syntax prerelease: false requirement: &id004 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :development version_requirements: *id004 description: | BinData is a declarative way to read and write binary file formats. This means the programmer specifies *what* the format of the binary data is, and BinData works out *how* to read and write data in this format. It is an easier ( and more readable ) alternative to ruby's #pack and #unpack methods. email: dion@lostrealm.com executables: [] extensions: [] extra_rdoc_files: - NEWS files: - ChangeLog - NEWS - COPYING - BSDL - README - Rakefile - INSTALL - examples/ip_address.rb - examples/list.rb - examples/gzip.rb - examples/NBT.txt - examples/nbt.rb - spec/bits_spec.rb - spec/stringz_spec.rb - spec/count_bytes_remaining_spec.rb - spec/primitive_spec.rb - spec/io_spec.rb - spec/spec_common.rb - spec/example.rb - spec/lazy_spec.rb - spec/rest_spec.rb - spec/struct_spec.rb - spec/record_spec.rb - spec/deprecated_spec.rb - spec/alignment_spec.rb - spec/system_spec.rb - spec/base_primitive_spec.rb - spec/array_spec.rb - spec/int_spec.rb - spec/choice_spec.rb - spec/string_spec.rb - spec/base_spec.rb - spec/registry_spec.rb - spec/wrapper_spec.rb - spec/skip_spec.rb - spec/float_spec.rb - lib/bindata/count_bytes_remaining.rb - lib/bindata/lazy.rb - lib/bindata/rest.rb - lib/bindata/int.rb - lib/bindata/array.rb - lib/bindata/sanitize.rb - lib/bindata/params.rb - lib/bindata/string.rb - lib/bindata/skip.rb - lib/bindata/alignment.rb - lib/bindata/io.rb - lib/bindata/registry.rb - lib/bindata/deprecated.rb - lib/bindata/primitive.rb - lib/bindata/base_primitive.rb - lib/bindata/struct.rb - lib/bindata/bits.rb - lib/bindata/wrapper.rb - lib/bindata/offset.rb - lib/bindata/record.rb - lib/bindata/dsl.rb - lib/bindata/float.rb - lib/bindata/choice.rb - lib/bindata/base.rb - lib/bindata/trace.rb - lib/bindata/stringz.rb - lib/bindata.rb - tasks/rspec.rake - tasks/manual.rake - tasks/rdoc.rake - tasks/pkg.rake - setup.rb - manual.haml - manual.md homepage: http://bindata.rubyforge.org licenses: [] post_install_message: rdoc_options: - --main - NEWS require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: bindata rubygems_version: 1.8.24 signing_key: specification_version: 3 summary: A declarative way to read and write binary file formats test_files: []