# -*- encoding: utf-8 -*- # stub: bindata 1.1.0 ruby lib Gem::Specification.new do |s| s.name = "bindata".freeze s.version = "1.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Dion Mendel".freeze] s.date = "2009-11-24" s.email = "dion@lostrealm.com".freeze s.extra_rdoc_files = ["NEWS".freeze] s.files = ["COPYING".freeze, "ChangeLog".freeze, "GPL".freeze, "INSTALL".freeze, "NEWS".freeze, "README".freeze, "Rakefile".freeze, "TODO".freeze, "examples/gzip.rb".freeze, "examples/ip_address.rb".freeze, "lib/bindata.rb".freeze, "lib/bindata/array.rb".freeze, "lib/bindata/base.rb".freeze, "lib/bindata/base_primitive.rb".freeze, "lib/bindata/bits.rb".freeze, "lib/bindata/choice.rb".freeze, "lib/bindata/deprecated.rb".freeze, "lib/bindata/float.rb".freeze, "lib/bindata/int.rb".freeze, "lib/bindata/io.rb".freeze, "lib/bindata/lazy.rb".freeze, "lib/bindata/params.rb".freeze, "lib/bindata/primitive.rb".freeze, "lib/bindata/record.rb".freeze, "lib/bindata/registry.rb".freeze, "lib/bindata/rest.rb".freeze, "lib/bindata/sanitize.rb".freeze, "lib/bindata/skip.rb".freeze, "lib/bindata/string.rb".freeze, "lib/bindata/stringz.rb".freeze, "lib/bindata/struct.rb".freeze, "lib/bindata/trace.rb".freeze, "lib/bindata/wrapper.rb".freeze, "manual.haml".freeze, "setup.rb".freeze, "spec/array_spec.rb".freeze, "spec/base_primitive_spec.rb".freeze, "spec/base_spec.rb".freeze, "spec/bits_spec.rb".freeze, "spec/choice_spec.rb".freeze, "spec/deprecated_spec.rb".freeze, "spec/example.rb".freeze, "spec/float_spec.rb".freeze, "spec/int_spec.rb".freeze, "spec/io_spec.rb".freeze, "spec/lazy_spec.rb".freeze, "spec/primitive_spec.rb".freeze, "spec/record_spec.rb".freeze, "spec/registry_spec.rb".freeze, "spec/rest_spec.rb".freeze, "spec/skip_spec.rb".freeze, "spec/spec_common.rb".freeze, "spec/string_spec.rb".freeze, "spec/stringz_spec.rb".freeze, "spec/struct_spec.rb".freeze, "spec/system_spec.rb".freeze, "spec/wrapper_spec.rb".freeze, "tasks/manual.rake".freeze, "tasks/pkg.rake".freeze, "tasks/rdoc.rake".freeze, "tasks/rspec.rake".freeze] s.homepage = "http://bindata.rubyforge.org".freeze s.rdoc_options = ["--main".freeze, "NEWS".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A declarative way to read and write binary file formats".freeze end