lib/chunky_png.rb in chunky_png-1.2.8 vs lib/chunky_png.rb in chunky_png-1.2.9
- old
+ new
@@ -21,14 +21,10 @@
# {ChunkyPNG::Vector}:: geometry helper class representing a series of points.
#
# @author Willem van Bergen
module ChunkyPNG
- # The current version of ChunkyPNG. This value will be updated
- # automatically by them <tt>gem:release</tt> rake task.
- VERSION = "1.2.8"
-
###################################################
# PNG international standard defined constants
###################################################
# Indicates that the PNG image uses grayscale colors, i.e. only a
@@ -139,9 +135,10 @@
# @return [String] A binary string, consisting of one NULL-byte.
# @private
EXTRA_BYTE = force_binary("\0").freeze
end
+require 'chunky_png/version'
# Ruby 1.8 / 1.9 compatibility
require 'chunky_png/compatibility'
# PNG file structure