Skip to content

Commit

Permalink
www/rubygem-rack-timeout: update to 0.6.3
Browse files Browse the repository at this point in the history
Required for gitlab-ce 15.1
Changelog:
https://github.com/zombocom/rack-timeout/blob/v0.6.3/CHANGELOG.md

0.6.3

    Fix NoMethodError: undefined method 'logger' for Rails:Module when Rails is defined as a Module, but is not a full Rails app (#180)

0.6.2

    Migrate CI from Travis CI to GitHub Actions (#182)
    Rails 7+ support (#184)

0.6.1

    RACK_TIMEOUT_TERM_ON_TIMEOUT can be set to zero to disable (#161)
    Update the gemspec's homepage to the current repo URL(#183)

0.6.0

    Allow sending SIGTERM to workers on timeout (#157)
  • Loading branch information
mfechner committed Jun 24, 2022
1 parent 23e688e commit ce6f922
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion www/rubygem-rack-timeout/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= rack-timeout
PORTVERSION= 0.5.2
PORTVERSION= 0.6.3
CATEGORIES= www rubygems
MASTER_SITES= RG

Expand Down
6 changes: 3 additions & 3 deletions www/rubygem-rack-timeout/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1636810668
SHA256 (rubygem/rack-timeout-0.5.2.gem) = 5215319d77ccebfce12ad2fdad57985c7d0a44341255cde9001dbf8cdc7a8d34
SIZE (rubygem/rack-timeout-0.5.2.gem) = 23552
TIMESTAMP = 1655733862
SHA256 (rubygem/rack-timeout-0.6.3.gem) = 1754892eacc124d405e7f1145731ec9b7421ebd1bee5d51ddc18b72c204d0ab3
SIZE (rubygem/rack-timeout-0.6.3.gem) = 25600

0 comments on commit ce6f922

Please sign in to comment.