lib/chunky_png.rb in chunky_png-0.5.3 vs lib/chunky_png.rb in chunky_png-0.5.4

- old
+ new

@@ -14,18 +14,20 @@ require 'chunky_png/canvas/operations' require 'chunky_png/canvas/drawing' require 'chunky_png/canvas' require 'chunky_png/image' -# ChunkyPNG +# ChunkyPNG - the pury ruby library to access PNG files. # # The ChunkyPNG module defines some constants that are used in the # PNG specification. +# +# @author Willem van Bergen module ChunkyPNG # The current version of ChunkyPNG. This value will be updated automatically # by them gem:release rake task. - VERSION = "0.5.3" + VERSION = "0.5.4" ################################################### # PNG international standard defined constants ###################################################