Update to 1.8.3

Changes:	https://github.com/aserafin/grape_logging/releases
This commit is contained in:
Sunpoet Po-Chuan Hsieh
2019-09-14 21:10:58 +00:00
parent 056b773c8e
commit f6e40714fb
3 changed files with 4 additions and 14 deletions

View File

@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= grape_logging
PORTVERSION= 1.8.2
PORTREVISION= 1
PORTVERSION= 1.8.3
CATEGORIES= devel rubygems
MASTER_SITES= RG

View File

@@ -1,3 +1,3 @@
TIMESTAMP = 1567784724
SHA256 (rubygem/grape_logging-1.8.2.gem) = 0c9edce47be391c52c289a738f696fa4e56c25ab17e0fea58a9f74da6f110230
SIZE (rubygem/grape_logging-1.8.2.gem) = 12800
TIMESTAMP = 1568387193
SHA256 (rubygem/grape_logging-1.8.3.gem) = 9da437b91e7c77525f4c62213b7591bc217aa1879e3494133235440e64adcc74
SIZE (rubygem/grape_logging-1.8.3.gem) = 13312

View File

@@ -1,9 +0,0 @@
--- lib/grape_logging/util/parameter_filter.rb.orig 2019-09-07 15:56:34 UTC
+++ lib/grape_logging/util/parameter_filter.rb
@@ -1,5 +1,5 @@
if defined?(::Rails.application)
- class ParameterFilter < ActiveSupport::ParameterFilter
+ class ParameterFilter < ActionDispatch::Http::ParameterFilter
def initialize(_replacement, filter_parameters)
super(filter_parameters)
end