#3 Update to pundit 2.1.1.
Opened 2 years ago by pvalena. Modified 2 years ago
rpms/ pvalena/rubygem-pundit rebase  into  rawhide

file modified
+11 -3
@@ -2,8 +2,8 @@ 

  %global gem_name pundit

  

  Name: rubygem-%{gem_name}

- Version: 2.1.0

- Release: 3%{?dist}

+ Version: 2.1.1

+ Release: 1%{?dist}

  Summary: Object oriented authorization for Rails

  License: MIT

  URL: https://github.com/varvet/pundit
@@ -43,7 +43,11 @@ 

  %check

  

  # We don't need pry

- sed -i '/require "pry"/ s/^/#/' spec/spec_helper.rb

+ sed -i -e '/require "pry"/ s/^/#/' \

+        -e '/require "simplecov"/ s/^/#/' \

+        -e '/^SimpleCov\./,/^end/ s/^/#/' \

+   spec/spec_helper.rb

+ 

  rspec spec

  

  %files
@@ -66,6 +70,10 @@ 

  %{gem_instdir}/spec

  

  %changelog

+ * Fri Dec 03 2021 Pavel Valena <pvalena@redhat.com> - 2.1.1-1

+ - Update to pundit 2.1.1.

+   Resolves: rhbz#1993458

+ 

  * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-3

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

  

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

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

+ SHA512 (pundit-2.1.1.gem) = d5463e21801ef04e82500c671ccbee0e8fb1576a8b7b86283ecc80d1c6e81cd375abf3c81ee5fad8323eb3ba0c296df43c9a78fafc2cd6e7797f1447d02ede0d


To have latest pundit gem in Fedora.

Koji scratch-build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=81402588

Copr build:
https://copr.fedorainfracloud.org/coprs/build/3193140

Checks:

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

Update log: https://gist.github.com/5ecfb5ec10beb2885212458a31b47575
Test log: https://gist.github.com/7b550a84b93320b313da11fae039e9ef
gem2rpm diff: https://gist.github.com/c4c88fcb11793c96565fe421a91a7ac5

Metadata