Commit graph

325655 commits

Author SHA1 Message Date
taca
3e39c802a0 devel/ruby-mixlib-authentication: update to 3.0.7
Update ruby-mixlib-authentication package to 3.0.7.


3.0.7 (2020-08-21)

* Optimize our requires #53 (tas50)

3.0.6 (2019-12-30)

* Test on Ruby 2.7 + random testing improvements #51 (tas50)
* Substitute require for require_relative #52 (tas50)
2020-09-14 16:13:29 +00:00
taca
42f45e7c29 doc: Updated devel/ruby-cucumber-messages to 13.1.0 2020-09-14 16:11:35 +00:00
taca
f20fdec52e devel/ruby-cucumber-messages: update to 13.1.0
Update ruby-cucumber-messages package to 13.1.0.


13.1.0 (2020-09-14)

* Ignore empty lines when reading NDJSON.
* Add Attachment#url.
2020-09-14 16:11:14 +00:00
taca
0174e4f89c doc: Updated textproc/ruby-json-pure to 2.3.1 2020-09-14 16:10:09 +00:00
taca
ab8343a41f textproc/ruby-json-pure: update to 2.3.1
Update ruby-json-pure package to 2.3.1.


## 2020-06-30 (2.3.1)

* Spelling and grammar fixes for comments. Pull request #191 by Josh
  Kline.
* Enhance generic JSON and #generate docs. Pull request #347 by Victor
  Shepelev.
* Add :nodoc: for GeneratorMethods. Pull request #349 by Victor Shepelev.
* Baseline changes to help (JRuby) development. Pull request #371 by Karol
  Bucek.
* Add metadata for rubygems.org. Pull request #379 by Alexandre ZANNI.
* Remove invalid JSON.generate description from JSON module rdoc. Pull
  request #384 by Jeremy Evans.
* Test with TruffleRuby in CI. Pull request #402 by Benoit Daloze.
* Rdoc enhancements. Pull request #413 by Burdette Lamar.
* Fixtures/ are not being tested... Pull request #416 by Marc-André
  Lafortune.
* Use frozen string for hash key. Pull request #420 by Marc-André
  Lafortune.
* Added :call-seq: to RDoc for some methods. Pull request #422 by Burdette
  Lamar.
* Small typo fix. Pull request #423 by Marc-André Lafortune.
2020-09-14 16:09:28 +00:00
taca
ecc0539e1e doc: Updated textproc/ruby-json to 2.3.1 2020-09-14 16:08:38 +00:00
taca
b855a4f41b textproc/ruby-json: update to 2.3.1
Update ruby-json package to 2.3.1.


## 2020-06-30 (2.3.1)

* Spelling and grammar fixes for comments. Pull request #191 by Josh
  Kline.
* Enhance generic JSON and #generate docs. Pull request #347 by Victor
  Shepelev.
* Add :nodoc: for GeneratorMethods. Pull request #349 by Victor Shepelev.
* Baseline changes to help (JRuby) development. Pull request #371 by Karol
  Bucek.
* Add metadata for rubygems.org. Pull request #379 by Alexandre ZANNI.
* Remove invalid JSON.generate description from JSON module rdoc. Pull
  request #384 by Jeremy Evans.
* Test with TruffleRuby in CI. Pull request #402 by Benoit Daloze.
* Rdoc enhancements. Pull request #413 by Burdette Lamar.
* Fixtures/ are not being tested... Pull request #416 by Marc-Andr«±
  Lafortune.
* Use frozen string for hash key. Pull request #420 by Marc-Andr«±
  Lafortune.
* Added :call-seq: to RDoc for some methods. Pull request #422 by Burdette
  Lamar.
* Small typo fix. Pull request #423 by Marc-Andr«± Lafortune.
2020-09-14 16:08:12 +00:00
taca
d368b890c3 doc: Updated textproc/ruby-multi_json to 1.15.0 2020-09-14 16:06:29 +00:00
taca
097839ce56 textproc/ruby-multi_json: update to 1.15.0
Update ruby-multi_json pacakge to 1.15.0.


1.15.0 (2020-07-10)

* Improve detection of json_gem adapter
2020-09-14 16:06:03 +00:00
taca
1b78641eb0 doc: Updated www/ruby-unicorn to 5.7.0 2020-09-14 15:55:30 +00:00
taca
fc13a7b1c1 www/ruby-unicorn: update to 5.7.0
Update ruby-unicorn package to 5.7.0.


5.7.0 (2020-09-08)

Changes:

    unicorn 5.7.0

    Relaxed Ruby version requirements for Ruby 3.0.0dev.
    Thanks to Jean Boussier for testing

5.6.0 (2020-07-26)

Changes:

    unicorn 5.6.0 - early_hints support

    This release adds support for the early_hints configurator
    directive for the 'rack.early_hints' API used by Rails 5.2+.

    Thanks to Jean Boussier for the patch.
2020-09-14 15:55:00 +00:00
taca
6bd9e480ba doc: update ruby-sinatra{,-contrib} packages to 2.1.0
www/ruby-sinatra
	www/ruby-sinatra-contrib
2020-09-14 15:49:26 +00:00
taca
3cecd93aea www/ruby-sinatra: update to 2.1.0
Update ruby-sinatra and ruby-sinatra-contrib package to 2.1.0.


2.1.0 / 2020-09-05

* Fix additional Ruby 2.7 keyword warnings #1586 by Stefan Sundin
* Drop Ruby 2.2 support #1455 by Eloy Pérez
* Add default_content_type setting. Fixes #1238 #1239 by Mike Pastore
* Allow set :<engine> in sinatra-namespace #1255 by Christian Höppner
* Use prepend instead of include for helpers. Fixes #1213 #1214 by Mike
  Pastore
* Fix issue with passed routes and provides Fixes #1095 #1606 by Mike
  Pastore, Jordan Owens
* Add QuietLogger that excludes pathes from Rack::CommonLogger 1250 by
  Christoph Wagner
* Sinatra::Contrib dependency updates. Fixes #1207 #1411 by Mike Pastore
* Allow CSP to fallback to default-src. Fixes #1484 #1490 by Jordan Owens
* Replace origin_whitelist with permitted_origins. Closes #1620 #1625 by
  rhymes
* Use Rainbows instead of thin for async/stream features. Closes #1624 #1627
  by Ryuichi KAWAMATA
* Enable EscapedParams if passed via settings. Closes #1615 #1632 by Anders
  Bälter
* Support for parameters in mime types. Fixes #1141 by John Hope
* Handle null byte when serving static files #1574 by Kush Fanikiso
* Improve development support and documentation and source code by Olle
  Jonsson, Pierre-Adrien Buisson, Shota Iguchi
2020-09-14 15:48:10 +00:00
taca
5e9c6c5dc6 doc: Updated www/ruby-rack-protection to 2.1.0 2020-09-14 15:45:57 +00:00
taca
d253278154 www/ruby-rack-protection: update to 2.1.0
Update ruby-rack-protection package to 2.1.0.


2.1.0 (2020-09-05)

* Add Rack::Protection::ReferrerPolicy #1291 by Stefan Sundin
2020-09-14 15:45:31 +00:00
taca
4dedb3f441 doc: Updated www/ruby-puma to 4.3.6 2020-09-14 15:38:26 +00:00
taca
05e2b4fbcb www/ruby-puma: update to 4.3.6
Update ruby-puma to 4.3.6.


## 4.3.6 / 2020-09-05

* Bugfixes

  * Explicitly include ctype.h to fix compilation warning and build error on
    macOS with Xcode 12 (#2304)
  * Don't require json at boot (#2269)
2020-09-14 15:37:58 +00:00
taca
c642eae81a doc: Updated www/ruby-loofah to 2.7.0 2020-09-14 15:36:00 +00:00
taca
7774b398ce www/ruby-loofah: update to 2.7.0
Update ruby-loofah package to 2.7.0.


2.7.0 / 2020-08-26

Features

* Allow CSS properties page-break-before, page-break-inside, and
  page-break-after. [#190] (Thanks, @ahorek!)

Fixes

* Don't drop the !important rule from some CSS properties. [#191] (Thanks,
  @b7kich!)
2020-09-14 15:35:34 +00:00
taca
b4338364f9 doc: Updated www/ruby-jekyll-feed to 0.15.0 2020-09-14 15:33:37 +00:00
taca
7809121ba1 www/ruby-jekyll-feed: update to 0.15.0
Update ruby-jekyll-feed package to 0.15.0.


## 0.15.0 / 2020-07-10

### Minor Enhancements

  * Add support for drafts (#316)

## 0.14.0 / 2020-06-24

### Minor Enhancements

  * add support for categories (#153) (#233)
  * add support for tags (#264)
  * Make posts limit configurable (#314)
  * XML escape the title field of feed_meta (#306)

### Bug Fixes

  * Fix feed link when post title contains HTML (#305)

### Development Fixes

  * Use Dir to list source files (#309)
  * Require Ruby >=2.4.0 (#307)
2020-09-14 15:33:11 +00:00
taca
5c32395944 doc: Updated www/ruby-websocket-driver to 0.7.3 2020-09-14 15:31:31 +00:00
taca
5d694b464a www/ruby-websocket-driver: update to 0.7.3
Update ruby-websocket-driver package to 0.7.3.


### 0.7.3 / 2020-07-09

- Let the client accept HTTP responses that have an empty reason phrase
  following the `101` status code
2020-09-14 15:30:58 +00:00
taca
3afd761d9f doc: Updated www/ruby-faye-websocket to 0.11.0 2020-09-14 15:29:21 +00:00
taca
5a104e3c98 www/ruby-faye-websocket: update to 0.11.0
Update ruby-faye-websocket package to 0.11.0.


0.11.0 / 2020-07-31

* Implement TLS certificate verification and enable it by default on client
  connections
* Add a :tls option to the client with sub-fields :root_cert_file and
  :verify_peer for configuring TLS verification
2020-09-14 15:28:55 +00:00
taca
c582e2e543 doc: Updated www/ruby-em-http-request to 1.1.7 2020-09-14 15:26:57 +00:00
taca
89f099fb77 www/ruby-em-http-request: update to 1.1.7
Update ruby-em-http-request to 1.1.7.


1.1.7 (2020-08-31)

* Don't warn about TLS hostname verification if verify_peer was explicitly
  set to false
* As long as I had one spec... figured a couple others couldn't hurt
* Reuse the warning string.
2020-09-14 15:26:34 +00:00
taca
6134ed26a3 doc: Updated www/ruby-capybara to 3.33.0 2020-09-14 15:23:23 +00:00
taca
868a0e9986 www/ruby-capybara: update to 3.33.0
Update ruby-capybara package to 3.3.0.


# Version 3.33.0
Release date: 2020-06-21

### Added

* Block passed to `within_session` now receives the new and old session
* Support for aria-role button when enabled [Seiei Miyagi]
* Support for aria-role link when enabled
* Support for `validation_message` filter with :field and :fillable_field selectors

### Changed

* Ruby 2.5.0+ is now required
* Deprecated direct manupulation of the driver and server registries

### Fixed

* Ruby 2.7 warning in minitest `assert_text` [Eileen M. Uchitelle]
2020-09-14 15:22:55 +00:00
taca
1eb643fde9 doc: Updated time/ruby-timers to 4.3.2 2020-09-14 15:20:14 +00:00
taca
8ea7037757 time/ruby-timers: update to 4.3.2
Update ruby-timers package to 4.3.2.

No release note is available.  Please refer
<https://github.com/socketry/timers/compare/v4.3.0...v4.3.2> in detail.
2020-09-14 15:19:49 +00:00
taca
8fcf714b98 doc: Updated time/ruby-iso8601 to 0.13.0 2020-09-14 15:16:46 +00:00
taca
3fd5a51c51 time/ruby-iso8601: update to 0.13.0
Update ruby-iso8601 to 0.13.0.


0.13.0 (2020-07-05)

* Fix RuboCop issues (thanks @utkarsh2102).
* Change minimum required ruby version to 2.4 (thanks @utkarsh2102).
2020-09-14 15:16:14 +00:00
taca
ee37bf59a5 doc: Updated textproc/ruby-treetop to 1.6.11 2020-09-14 15:14:03 +00:00
taca
4aa160a257 textproc/ruby-treetop: update to 1.6.11
Update ruby-treetop package to 1.6.11.


No release note is available,  Please refer
<https://github.com/cjheath/treetop/compare/v1.6.10...v1.6.11> in detail.
2020-09-14 15:13:41 +00:00
taca
fa46e27815 doc: Updated textproc/ruby-review to 4.2.0 2020-09-14 15:10:50 +00:00
taca
753bb26dc2 textproc/ruby-review: update to 4.2.0
Update ruby-review package to 4.2.0.


4.2.0 (2020-07-23)

New Features

* introduce caption_position parameter to specify a caption position of
  image, table, list, and equation.  caption_position has child parameters
  image, table, list, and equation and the value is top or bottom (#1320)

Breaking Changes

* review-vol is rewritten.  Improved processing of parts and inline
  instructions in headings.  Changed display format.  When a part is
  specified, the volume of the part file itself is returned instead of the
  volume of the part.  The -P and --directory options have been removed
  (#1485)
* review-index is rewritten.  Most option names have been changed.  The
  number of lines and characters are now displayed only when -d option is
  specified.  review-index uses PLAINTEXTBuilder to return accurate line and
  character counts.  -y option is provided to specify a target chapter
  (#1485)

Bug Fixes

* remove duplicated @non_parsed_commands declaration (#1499)
* mathematical images not being created in WebMaker and TextMaker has been
  fixed (#1501)

Enhancements

* improve a performance of building math figures on imgmath (#1488)
* for those times when you want to hand over non-default YAML parameters to
  PDFMaker, you can write your own layouts/config-local.tex.erb file (#1505)

Others

* GitHub Actions: use ruby/setup-ruby instead of eregon/use-ruby-action
  (#1490)
* skip artifacts in the sample folder during testing (#1504)
2020-09-14 15:10:18 +00:00
taca
82b562c5d6 doc: Updated textproc/ruby-rdiscount to 2.2.0.2 2020-09-14 15:05:54 +00:00
taca
c4253fd014 textproc/ruby-rdiscount: update to 2.2.0.2
Update ruby-rdiscount package to 2.2.0.2.


2.2.0.2 (August 9, 2020)

* Fix compilation error on macOS Big Sur Preview (11.0).
* Enable continuous integration with Ruby 2.4-2.6.
* Builds with Ruby 2.7.0 locally but not on Travis CI.
2020-09-14 15:05:28 +00:00
taca
c1a452736a doc: Updated sysutils/ruby-specinfra to 2.82.19 2020-09-14 14:53:36 +00:00
taca
1c1f99a767 sysutils/ruby-specinfra: update to 2.82.19
Update ruby-specinfra package to 2.82.19.


2.82.18 (2020-07-06)

* Detect UEFI VMware guests.

2.82.19 (2020-08-24)

* Windows: support check_is_installed_by_gem.
2020-09-14 14:53:08 +00:00
taca
9fb6936616 doc: Updated textproc/ruby-diff-lcs to 1.4.4 2020-09-14 14:26:29 +00:00
taca
135a5a0a4b textproc/ruby-diff-lcs: update to 1.4.4
Update ruby-diff-lcs to 1.4.4.


## 1.4.4 / 2020-07-01

- Fixed an issue reported by Jun Aruga in the Diff::LCS::Ldiff binary text
  detection. [#44][]
- Fixed a theoretical issue reported by Jun Aruga in Diff::LCS::Hunk to raise
  a more useful exception. [#43][]
- Added documentation that should address custom object issues as reported in
  [#35][].

- Fixed more diff errors, in part reported in [#65][].

  - The use of `Numeric#abs` is incorrect in `Diff::LCS::Block#diff_size`.
    The diff size _must_ be accurate for correct change placement.
  - When selecting @max_diff_size in Diff::LCS::Hunk, choose it based on
    `block.diff_size.abs`.
  - Made a number of changes that will, unfortunately, increase allocations
    at the cost of being safe with frozen strings.
  - Add some knowledge that when `Diff::LCS::Hunk#diff` is called, that we
    are processing the _last_ hunk, so some changes will be made to how the
    output is generated.

    - `old`, `ed`, and `reverse_ed` formats have no differences.
    - `unified` format will report `\ No newline at end of file` given the
      correct conditions, at most once. Unified range reporting also
      differs for the last hunk such that the `length` of the range is
      reduced by one.
    - `context` format will report `\No newline at end of file` given the
      correct conditions, up to once per "file". Context range reporting also
      differs for the last hunk such that the `end` part of the range is
      reduced by one to a minimum of one.

- Added a bunch more tests for the cases above, and fixed `hunk_spec.rb` so
  that the phrase being compared isn't nonsense French.

- Updated formatting.
- Added a Rake task to assist with manual testing on Ruby 1.8.

## 1.4.3 / 2020-06-29

- Fixed several issues with the 1.4 on Rubies older than 2.0. Some of this was
  providing useful shim functions to Hoe 3.x (which dropped these older
  Rubies a while ago). Specifically:

  - Removed Array#lazy from a method in Diff::LCS::Hunk.
  - Changed some unit tests to use old-style Symbol-keyed hashes.
  - Changed some unit test helper functions to no longer use keyword
    parameters, but only a trailing options hash.
  - Made the use of `psych` dependent on `RUBY_VERSION >= 1.9`.

  Resolves [#63][].

## 1.4.2 / 2020-06-23

- Camille Drapier fixed a small issue with RuboCop configuration. [#59][]
- Applied another fix (and unit test) to fix an issue for the Chef team.
  [#60][], [#61][]

## 1.4.1 / 2020-06-23

- Fix an issue where diff sizes could be negative, and they should be. [#57][],
  [#58][]

## 1.4 / 2020-06-23

- Ruby versions lower than 2.4 are soft-deprecated and will not be run as
  part of the CI process any longer.
- Akinora MUSHA (knu) added the ability for Diff::LCS::Change objects to be
  implicitly treated arrays. Originally provided as pull request [#47][],
  but it introduced a number of test failures as documented in [#48][], and
  remediation of Diff::LCS itself was introduced in [#49][].
- Resolved [#5][] with some tests comparing output from `system` calls to
  `bin/ldiff` with some pre-generated output. Resolved [#6][] with these
  tests.
- Resolved a previously undetected `bin/ldiff` issue with `--context` output
  not matching `diff --context` output.
- Resolved an issue with later versions of Ruby not working with an `OptParse`
  specification of `Numeric`; this has been changed to `Integer`.
- Brandon Fish added truffleruby in [#52][].
- Fixed two missing classes as reported in [#53]
2020-09-14 14:26:02 +00:00
taca
053d27f48c doc: Updated textproc/ruby-csv to 3.1.7 2020-09-14 14:25:10 +00:00
taca
03ce15f09f textproc/ruby-csv: update to 3.1.7
Update ruby-csv package to 3.1.7.


## 3.1.7 - 2020-08-04

### Improvements

  * Improved document.
    [GitHub#158][GitHub#160][GitHub#161]
    [Patch by Burdette Lamar]

  * Updated required Ruby version to 2.5.0 or later.
    [GitHub#159]
    [Patch by Gabriel Nagy]

  * Removed stringio 0.1.3 or later dependency.

### Thanks

  * Burdette Lamar

  * Gabriel Nagy

## 3.1.6 - 2020-07-20

### Improvements

  * Improved document.
    [GitHub#127][GitHub#135][GitHub#136][GitHub#137][GitHub#139][GitHub#140]
    [GitHub#141][GitHub#142][GitHub#143][GitHub#145][GitHub#146][GitHub#148]
    [GitHub#148][GitHub#151][GitHub#152][GitHub#154][GitHub#155][GitHub#157]
    [Patch by Burdette Lamar]

  * `CSV.open`: Added support for `undef: :replace`.
    [GitHub#129][Patch by Koichi ITO]

  * `CSV.open`: Added support for `invalid: :replace`.
    [GitHub#129][Patch by Koichi ITO]

  * Don't run quotable check for invalid encoding field values.
    [GitHub#131][Patch by Koichi ITO]

  * Added support for specifying the target indexes and names to
    `force_quotes:`.
    [GitHub#153][Reported by Aleksandr]

  * `CSV.generate`: Changed to use the encoding of the first non-ASCII
    field rather than the encoding of ASCII only field.

  * Changed to require the stringio gem 0.1.3 or later.

### Thanks

  * Burdette Lamar

  * Koichi ITO

  * Aleksandr
2020-09-14 14:24:42 +00:00
taca
6565bf2ea7 doc: Updated sysutils/puppet to 6.18.0 2020-09-14 14:23:16 +00:00
taca
9860b5de87 sysutils/puppet: update to 6.18.0
Update puppet package to 6.18.0.

Please refer each release note:
<https://puppet.com/docs/puppet/6.18/release_notes_puppet.html>.
2020-09-14 14:22:35 +00:00
taca
a7241c3b2c doc: Updated net/ruby-train-core to 3.3.21 2020-09-14 14:17:35 +00:00
taca
20d577231f net/ruby-train-core: update to 3.3.21
Update ruby-train-core package to 3.3.21.


3.3.21 (2020-09-14)

Merged Pull Requests

* Resolve test failures on Ruby 2.4 #632 (tas50)
* Update chefstyle requirement from 1.2.0 to 1.2.1 #631
  (dependabot-preview[bot])
* Update Google gem versions for train #635 (lhasadreams)
* Switch from FILE to dir where we can #638 (tas50)
* Allow for docker-api 2.x #637 (tas50)

3.3.16 (2020-08-17)

Merged Pull Requests

* Fix spelling mistakes including misidentification of XenServer #628
  (tas50)
* Remove 1.x branch config from Expeditor #622 (tas50)
* Speed up requires in non-omnibus Ruby installs #630 (tas50)

3.3.13 (2020-08-05)

Merged Pull Requests

* Update chefstyle requirement from 1.1.1 to 1.1.2 #619
  (dependabot-preview[bot])
* Get the old integration tests closer to running #620 (tas50)
* Run Chefstyle on the oldest ruby we support #621 (tas50)
* Remove the redundant encoding comments #623 (tas50)
* Update chefstyle requirement from 1.1.2 to 1.1.3 #624
  (dependabot-preview[bot])
* Avoid minor rubocop warning #626 (tas50)
* Update chefstyle requirement from 1.1.3 to 1.2.0 #627
  (dependabot-preview[bot])

3.3.6 (2020-07-02)

Merged Pull Requests

* Fix incorrect error message when password is expired #616 (vsingh-msys)
* Properly detect macOS Big Sur as being platform mac_os_x #618 (tas50)

3.3.4 (2020-06-25)

Merged Pull Requests

* Add DragonflyBSD detection #614 (tecracer-theinen)
* Update chefstyle requirement from 1.1.0 to 1.1.1 #611
  (dependabot-preview[bot])
* Fix SSH Connection reuse #613 (tecracer-theinen)
2020-09-14 14:17:11 +00:00
taca
f3675bf54f doc: Updated security/ruby-rex-text to 0.2.28 2020-09-14 14:12:44 +00:00