Add ruby-csv package version 3.1.5.
This library provides a complete interface to CSV files and data. It
offers tools to enable you to read and write to and from Strings or IO
objects, as needed.
Add ruby-rbpdf package version 1.20.1.
A template plugin allowing the inclusion of ERB-enabled RBPDF template
files.
* Use UTF-8 encoding.
* RTL (Right-To-Left) languages support.
* HTML tag support.
* CSS minimum support.
* Image
- 8bit PNG image support without MiniMagick/RMagick library.
- PNG(with alpha channel)/JPEG/GIF image support. (use MiniMagick or
RMagick library)
Add ruby-htmlentities package version 4.3.4 from wip/ruby-htmlentities.
HTML entity encoding and decoding for Ruby
HTMLEntities is a simple library to facilitate encoding and decoding
of named (ý and so on) or numerical ({ or Ī)
entities in HTML and XHTML documents.
Add ruby-roadie-rails package version 2.1.1 based on wip/ruby-roadie-rails52.
roadie-rails
This gem hooks up your Rails application with Roadie to help you generate
HTML emails.
Add ruby-roadie package version 4.0.0 based on wip/ruby-roadie.
Roadie
Roadie tries to make sending HTML emails a little less painful by inlining
stylesheets and rewriting relative URLs for you inside your emails.
Update ruby-mime-types-data to 3.2020.05.12.
## 3.2020.05.12 / 2020-05-12
- Updated the IANA media registry entires as of release date.
- Added file extensions for HEIC image types. [#34][].
Update ruby-rspec-rails to 4.0.1.
### 4.0.1 / 2020-05-16
Bug Fixes:
* Remove warning when calling `driven_by` in system specs. (Aubin Lorieux,
#2302)
* Fix comparison of times for `#at` in job matchers. (Jon Rowe, Markus
Doits, #2304)
* Allow `have_enqueued_mail` to match when a sub class of
`ActionMailer::DeliveryJob` is set using
`<Class>.delivery_job=`. (Atsushi Yoshida #2305)
* Restore Ruby 2.2.x compatibility. (Jon Rowe, #2332)
* Add `required_ruby_version` to gem spec. (Marc-André Lafortune, #2319,
#2338)
Update ruby-rspec-expectations to 3.9.2.
### 3.9.2 / 2020-05-08
Bug Fixes:
* Issue a proper `ArgumentError` when invalid arguments are given to
`yield_control` modifiers such as `at_least` et al. (Marc-Andr«±
Lafortune, #1167)
* Prevent Ruby 2.7 keyword arguments warning from being issued by custom
matcher definitions. (Jon Rowe, #1176)
Update ruby-posix-spawn to 0.3.14.
No release note nor changes are available.
A few changes from commit log:
0.3.14 (2020-05-16)
* Fix build when SIZEOF_INT == SIZEOF_LONG.
* Fix memory leak in env preparation.
Update ruby-minitest to 5.14.1.
=== 5.14.1 / 2020-05-15
* 3 minor enhancements:
* Minitest.filter_backtrace returns original backtrace if filter comes
back empty.
* Minitest::BacktraceFilter now returns entire backtrace if $MT_DEBUG
set in env.
* Return true on a successful refute. (jusleg)
* 1 bug fix:
* Fixed expectation doco to not use global expectations.
Update ruby-google-protobuf to 3.12.1.
3.12.1 (2020-05-20)
Ruby
* Re-add binary gems for Ruby 2.3 and 2.4. These are EOL upstream, however
many people still use them and dropping support will require more
coordination. (#7529, #7531).
3.12.0 (2020-05-12)
Ruby
* [experimental] Implemented proto3 presence for Ruby. (#7406)
* Stop building binary gems for ruby <2.5 (#7453)
* Fix for wrappers with a zero value (#7195)
* Fix for JSON serialization of 0/empty-valued wrapper types (#7198)
* Call "Class#new" over rb_class_new_instance in decoding (#7352)
* Build extensions for Ruby 2.7 (#7027)
* assigning 'nil' to submessage should clear the field. (#7397)