lib/bindata.rb in bindata-0.11.1 vs lib/bindata.rb in bindata-1.0.0

- old
+ new

@@ -18,8 +18,16 @@ # = BinData # # A declarative way to read and write structured binary data. # +# A full reference manual is available online at +# http://bindata.rubyforge.org. +# +# == License +# +# BinData is released under the same license as Ruby. +# +# Copyright (c) 2007 - 2009 Dion Mendel. module BinData - VERSION = "0.11.1" + VERSION = "1.0.0" end