chunky_png.gemspec in chunky_png-1.1.0 vs chunky_png.gemspec in chunky_png-1.1.1
- old
+ new
@@ -1,11 +1,11 @@
Gem::Specification.new do |s|
s.name = 'chunky_png'
# Do not change the version and date fields by hand. This will be done
# automatically by the gem release script.
- s.version = "1.1.0"
- s.date = "2011-03-19"
+ s.version = "1.1.1"
+ s.date = "2011-04-22"
s.summary = "Pure ruby library for read/write, chunk-level access to PNG files"
s.description = <<-EOT
This pure Ruby library can read and write PNG images without depending on an external
image library, like RMagick. It tries to be memory efficient and reasonably fast.