wvanbergen / chunky_png

Read/write access to PNG images in pure Ruby.
https://chunkypng.com
MIT License
1.05k stars 101 forks source link

undefined method `value' for #<ChunkyPNG::Chunk::InternationalText:0x000000038f46e0> #127

Closed Aradesh closed 6 years ago

Aradesh commented 6 years ago

Hi, we cathed an exception with new version 1.3.9 during compass build.

Warning: NoMethodError on line ["146"] of /var/lib/gems/2.1.0/gems/chunky_png-1.3.9/lib/chunky_png/datastream.rb: undefined method `value' for # Run with --trace to see the full backtrace Use --force to continue.

wvanbergen commented 6 years ago

I pushed version 1.3.10 that addresses this issue.