Sha256: 14c02abd03e3a3631dff4d8083442d621676750a8c437da9a84a9fa4f2fcea57

Contents?: true

Size: 605 Bytes

Versions: 1

Compression:

Stored size: 605 Bytes

Contents

require 'rubygems'

spec = Gem::Specification.new do |s|
  s.name = "binaryparse"
  s.version = "0.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.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.2 binaryparse.gemspec