#2 Update to pundit 2.1.0.
Merged 3 years ago by pvalena. Opened 3 years ago by pvalena.
rpms/ pvalena/rubygem-pundit rebase  into  master

file modified
+6 -2
@@ -2,8 +2,8 @@ 

  %global gem_name pundit

  

  Name: rubygem-%{gem_name}

- Version: 2.0.1

- Release: 5%{?dist}

+ Version: 2.1.0

+ Release: 1%{?dist}

  Summary: Object oriented authorization for Rails

  License: MIT

  URL: https://github.com/varvet/pundit
@@ -66,6 +66,10 @@ 

  %{gem_instdir}/spec

  

  %changelog

+ * Fri Nov 13 00:10:10 CET 2020 Pavel Valena <pvalena@redhat.com> - 2.1.0-1

+ - Update to pundit 2.1.0.

+   Resolves: rhbz#1742736

+ 

  * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-5

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (pundit-2.0.1.gem) = 8a4efe44741d13696555e18b8f2b0f5ceaafd0b38d6cdf24b9f64596fdf1c0aa9cec607fd3771c634b7817d204e4217f52902e69057174cd1bf06833483e373f

+ SHA512 (pundit-2.1.0.gem) = 3201cb3acca8301a0e07fa9bd58617ee32074842e873a85a31d9b56fac5bd93c4a78d94d8b57556a011f1713712eb484ef3281d68ae3acf1c8bf1bce13f47e0c

Resolves: rhbz#1742736


Note: this update was created and tested automatically, but it was not checked by anyone. Please check the logs, commits, and comment "LGTM" it if you find it ok. Afterwards it will be merged and built automatically as well (and checked by me).


To have latest pundit gem in Fedora.

Up-to-date Koji scratch-build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=55490039

Up-to-date Copr build:
https://copr.fedorainfracloud.org/coprs/build/1767442

Checks:

  • Tests: ok
  • Syntax check: ok
  • Reverse dependencies: ok
  • Smoke test: ok
  • rpmlint: ok

Update log: https://git.io/Jkm3b
Test log: https://git.io/Jkm3N
gem2rpm diff: https://git.io/Jkm3A

Pull-Request has been merged by pvalena

3 years ago