Sha256: a482039aea30491072976a441b3f5c25005a3c97dfdb21cb63cfb62301756c29
Contents?: true
Size: 1018 Bytes
Versions: 1
Compression:
Stored size: 1018 Bytes
Contents
Gem::Specification.new do |s| s.name = "binaryparse" s.version = "1.1.2" s.author = "Patrick Hurley" s.email = "phurley@gmail.com" s.homepage = "http://binaryparse.rubyforge.org/" s.platform = Gem::Platform::RUBY 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." s.description = "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. It is similar to ActiveRecord in syntax" files = [] files << "examples" files << "lib" files << "test" files << "examples/cmasqls.rb" files << "examples/readme.txt" files << "examples/voter.rb" files << "lib/blocker.rb" files << "lib/buffered_io.rb" files << "test/test_blocker.rb" files << "README.md" files << "binaryparse.gemspec" s.files = files s.has_rdoc = true end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
binaryparse-1.1.2 | binaryparse.gemspec |