Sha256: 1844ad25a6d15b1df08dffbef41db3ee082da36c28b1341ac78f0c94f52ca651
Contents?: true
Size: 784 Bytes
Versions: 1
Compression:
Stored size: 784 Bytes
Contents
require 'rubygems' spec = Gem::Specification.new do |s| s.name = "binaryparse" s.version = "0.1.5" 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." s.files = Dir["**/*"] s.autorequire = "binaryparse" end if __FILE__ == $PROGRAM_NAME Gem::manage_gems Gem::Builder.new(spec).build end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
binaryparse-0.1.5 | binaryparse.gemspec |