# -*- encoding: utf-8 -*- # stub: binaryparse 0.1.2 ruby lib Gem::Specification.new do |s| s.name = "binaryparse".freeze s.version = "0.1.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Patrick Hurley".freeze] s.autorequire = "binaryparse".freeze s.date = "2006-08-29" s.email = "phurley@gmail.com".freeze s.files = ["binaryparse.gemspec".freeze, "doc".freeze, "doc/binaryparse.chm".freeze, "doc/bphelp.zip".freeze, "doc/classes".freeze, "doc/classes/BinaryBlocker".freeze, "doc/classes/BinaryBlocker.html".freeze, "doc/classes/BinaryBlocker/BitFieldEncoder.html".freeze, "doc/classes/BinaryBlocker/Blocker.html".freeze, "doc/classes/BinaryBlocker/CountedArrayEncoder.html".freeze, "doc/classes/BinaryBlocker/Encoder.html".freeze, "doc/classes/BinaryBlocker/FixedArrayEncoder.html".freeze, "doc/classes/BinaryBlocker/FixedStringEncoder.html".freeze, "doc/classes/BinaryBlocker/FixedUTF16StringEncoder.html".freeze, "doc/classes/BinaryBlocker/GroupEncoder.html".freeze, "doc/classes/BinaryBlocker/ListOfEncoder.html".freeze, "doc/classes/BinaryBlocker/OneOfEncoder.html".freeze, "doc/classes/BinaryBlocker/PackedDateEncoder.html".freeze, "doc/classes/BinaryBlocker/PackedDateTimeEncoder.html".freeze, "doc/classes/BinaryBlocker/PackedNumberEncoder.html".freeze, "doc/classes/BinaryBlocker/SimpleEncoder.html".freeze, "doc/classes/BufferedIO.html".freeze, "doc/classes/TestBlocker".freeze, "doc/classes/TestBlocker.html".freeze, "doc/classes/TestBlocker/BBDate.html".freeze, "doc/classes/TestBlocker/BBList.html".freeze, "doc/classes/TestBlocker/BBPacked.html".freeze, "doc/classes/TestBlocker/BBString.html".freeze, "doc/classes/TestBlocker/BBSub1.html".freeze, "doc/classes/TestBlocker/BBSub2.html".freeze, "doc/classes/TestBlocker/BBTest1.html".freeze, "doc/classes/TestBlocker/BBTest2.html".freeze, "doc/classes/TestBlocker/BBTest3.html".freeze, "doc/classes/TestBlocker/BBTest4.html".freeze, "doc/classes/TestBlocker/BBTest5.html".freeze, "doc/classes/TestBlocker/BBTest6.html".freeze, "doc/classes/TestBlocker/BBTest7.html".freeze, "doc/classes/TestBlocker/BBTime.html".freeze, "doc/classes/TestBlocker/BBUTF16.html".freeze, "doc/classes/TestBlocker/ItemA.html".freeze, "doc/classes/TestBlocker/ItemB.html".freeze, "doc/contents.hhc".freeze, "doc/created.rid".freeze, "doc/dot".freeze, "doc/dot/f_0.dot".freeze, "doc/dot/f_0.png".freeze, "doc/dot/f_1.dot".freeze, "doc/dot/f_1.png".freeze, "doc/dot/f_2.dot".freeze, "doc/dot/f_2.png".freeze, "doc/dot/m_0_0.dot".freeze, "doc/dot/m_0_0.png".freeze, "doc/files".freeze, "doc/files/lib".freeze, "doc/files/lib/blocker_rb.html".freeze, "doc/files/lib/buffered_io_rb.html".freeze, "doc/files/test".freeze, "doc/files/test/test_blocker_rb.html".freeze, "doc/fr_class_index.html".freeze, "doc/fr_file_index.html".freeze, "doc/fr_method_index.html".freeze, "doc/index.hhk".freeze, "doc/index.html".freeze, "doc/rdoc-style.css".freeze, "doc/rdoc.hhp".freeze, "examples".freeze, "examples/cmasqls.rb".freeze, "examples/readme.txt".freeze, "lib".freeze, "lib/blocker.rb".freeze, "lib/buffered_io.rb".freeze, "test".freeze, "test/test_blocker.rb".freeze] s.homepage = "http://binaryparse.rubyforge.org/".freeze s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Binaryparse is a simple Ruby DSL to parse semi-complicated binary structures. This includes structures dynamic in length, which cannot be handled by DL::Struct or BitStructEx.".freeze end