2025-01-02 06:57:26 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
textproc/ruby-plist: update to 3.7.2
3.7.2 (2024-12-26)
Bug fixes
* Fix frozen string literal warnings on Ruby 3.4 (#65)
Housekeeping
* Add Ruby 3.4 to CI (#66)
* Pin test-unit gem to ensure CI works on Ruby 1.9 (#67)
|
2024-02-03 17:46:02 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
textproc/ruby-plist: update to 3.7.1
3.7.1 (2023-12-27)
Bug fixes
* Remove runtime dependency on base64 gem to fix Ruby 3.3 warning (#63)
Housekeeping
* Add Ruby 3.3 to CI and fix CI for Ruby < 2.3 (#64)
|
2023-02-23 16:36:05 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
textproc/ruby-plist: update to 3.7.0
pkgsrc: correct CATEGORIES.
3.7.0 (2023-02-21)
New features and important changes:
* Allow Marshal.load to be disabled for Plist.parse_xml (#61)
Housekeeping:
* Migrate from Travis CI to GitHub Actions; add Ruby 3.1 and 3.2 to CI
matrix (#59)
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2021-01-14 15:49:30 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
textproc/ruby-plist: update to 3.6.0
3.6.0 (2020-12-30)
New features and important changes:
* Do not indent multiline string values
(github.com/patsplat/plist/pull/54)
* Add `Plist::UnimplementedElementError`
(github.com/patsplat/plist/pull/51)
* Add support for text inside `<![CDATA[ … ]]>`
(github.com/patsplat/plist/pull/49)
Housekeeping:
* Add Ruby 2.7 and 3.0 to CI (github.com/patsplat/plist/pull/55)
* add docker-compose for development (github.com/patsplat/plist/pull/47)
* Replace `require` with
`require_relative`(github.com/patsplat/plist/pull/52)
|
2020-03-24 17:58:53 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
textproc/ruby-plist: update to 3.5.0
Update ruby-plist to 3.5.0.
pkgsrc change: add "USE_LANGUAGES= # none".
3.5.0 (2018-12-22)
* Only ship the required libs in the gem artifact
(github.com/patsplat/plist/pull/48)
|
2018-03-14 16:52:57 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
textproc/ruby-plist: update to 3.4.0
=== 3.4.0 (2017-12-08)
https://github.com/patsplat/plist/compare/v3.3.0...v3.4.0
* Support custom indent string (https://github.com/patsplat/plist/pull/44)
|
2017-06-05 17:24:02 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-plist to 3.3.0.
=== 3.3.0 (2017-04-28)
https://github.com/patsplat/plist/compare/dece870...v3.3.0
* Fix ASCII/UTF-8 error (https://github.com/patsplat/plist/pull/38).
* Fix Fixnum, Bignum deprecations in Ruby 2.4
* Fix unused variable `e` warning
|
2016-03-15 16:55:42 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-plist to 3.2.0.
* Updated dprecated File.exists? to File.exist?
* Updated README.rdoc 'Apple Computer' -> 'Apple'
* Fixed defect in PData in which exception was thrown when <data/> element
was read from plist.
* guard against not being able to load rdoc tasks
* Fix typo in comment
* Remove 'Computer' from 'Apple Computer' string in plist files ;-)
* Changed sort to sort_by in Plist::Emit.plist_node to allow mixed symbol and
string hash keys.
|