#3 Update to acts_as_list 1.0.3.
Merged 3 years ago by pvalena. Opened 3 years ago by pvalena.
rpms/ pvalena/rubygem-acts_as_list rebase  into  master

Update to acts_as_list 1.0.3.
Pavel Valena • 3 years ago  
file modified
+5 -1
@@ -2,7 +2,7 @@ 

  %global gem_name acts_as_list

  

  Name: rubygem-%{gem_name}

- Version: 1.0.2

+ Version: 1.0.3

  Release: 1%{?dist}

  Summary: A gem allowing a active_record model to act_as_list

  License: MIT
@@ -74,6 +74,10 @@ 

  %{gem_instdir}/%{gem_name}.gemspec

  

  %changelog

+ * Thu Dec 31 2020 Pavel Valena <pavel.valena@email.com> - 1.0.3-1

+ - Update to acts_as_list 1.0.3.

+   Resolves: rhbz#1910499

+ 

  * Fri Oct 30 03:09:33 CET 2020 Pavel Valena <pvalena@redhat.com> - 1.0.2-1

  - Update to acts_as_list 1.0.2.

    Resolves: rhbz#1686627

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

- SHA512 (acts_as_list-1.0.2.gem) = 44d8aa384e54f8bff4616144e9d9789f183b71a60ec342b7f80746adc4a3d8deaaa08da6590779216932a269548c6e23c39bb65c08e775dd375de9261c9f6367

+ SHA512 (acts_as_list-1.0.3.gem) = efcfb79cb09543867d6938766c39c4a89de09f957c1d37a716e41c895dbea8d324c40f17952d878cc97a2a449fb01f24823109978bf4901771ddfdb4929f6ee4

Resolves: rhbz#1910499


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 acts_as_list gem in Fedora.

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

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

Checks:

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

Update log: https://git.io/JLQ4E
Test log: https://git.io/JLQ4u

Pull-Request has been merged by pvalena

3 years ago