2023-01-09 07:39:48 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
graphics/ruby-chunky_png: update to 1.3.15
Update to latest 1.13 since ruby-oily_png pacakge require <1.4.
1.3.13 (2020-10-23)
* Add frozen-string-literal: true to all source files.
* Remove some backfills that were needed only for Ruby 1.8 compatibility.
1.3.14 (2020-10-27)
* Fix Canvas#inspect to not modify frozen string literal.
1.3.15 (2020-12-15)
* Set required_ruby_version to >=2.0.0 in gemspec.
* Drop dependency on SortedSet.
|
2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Remove SHA1 hashes for distfiles
|
2020-09-14 15:15:34 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
graphics/ruby-chunky_png: update to 1.13.2
Update ruby-chunky_png package to 1.13.2.
1.13.2 (2020-08-03)
* Implemented ChunkyPNG::Dimension#hash to fix some specs after a behavior
change in RSpec.
|
2020-03-08 16:50:00 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
graphics/ruby-chunky_png: update to 1.3.11
Update ruby-chunky_png to 1.3.11.
1.3.11 - 2018-11-21
* Updated project metadata as published on Rubygems.org
|
2019-07-08 12:47:26 by Nia Alarie | Files touched by this commit (2) |
Log message:
Update wiki.github.com HOMEPAGEs.
|
2018-03-14 15:36:03 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
graphics/ruby-chunky_png: update to 1.3.10
=== 1.3.10 - 2018-01-23
- Fixed a regression in Datastream#metadata, which was not able to deal with \
iTXt chunks.
=== 1.3.9 - 2018-01-23
- Add support for reading and writing an international textual data (iTXt chunks).
|
2017-03-20 14:04:21 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-chunky_png to 1.3.8.
=== 1.3.8 - 2016-08-31
- Add support for reading and writing an image's physical dimension (pHYs chunks).
|
2016-10-10 17:06:28 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
Update ruby-chunky_png to 1.3.7.
=== 1.3.7 - 2016-08-31
- Performance improvement for Color.euclidean_distance_rgba.
- Bugfix in decoding transparent pixels when decoding multiple images in a row.
=== 1.3.6 - 2016-06-19
- Allow reading images from streams that have trailing data after the IEND chunk.
- Add compatibility for Ruby 2.3's frozen string literals.
- Documentation updates and small cleanups.
|
2015-12-02 15:23:57 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-chunky_png to 1.3.5.
1.3.5 - 2015-10-28
* Performance improvements for Canvas#crop! and ImageData.combine_chunks
* Update chunky_png/rmagick to work with the latest versions of RMagick.
* Bugfix in Color#from_hsl and Color#from_hsv when hue value is 360.
* Fix encoding issue in Datastream#to_blob
|