Created
January 11, 2024 06:15
-
-
Save pvalena/92ac448f142fc67817d02fb66ec24933 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--> Please check the gem compare output bellow: ! | |
grep: warning: stray \ before : | |
NOTE: Gem::Specification#has_rdoc is deprecated with no replacement. It will be removed in Rubygems 4 | |
Gem::Specification#has_rdoc called from /usr/share/gems/gems/gem-compare-0.0.7/lib/rubygems/comparator/utils.rb:112. | |
NOTE: Gem::Specification#has_rdoc is deprecated with no replacement. It will be removed in Rubygems 4 | |
Gem::Specification#has_rdoc called from /usr/share/gems/gems/gem-compare-0.0.7/lib/rubygems/comparator/utils.rb:112. | |
Compared versions: ["1.0.4", "1.1.0"] | |
DIFFERENT files: | |
1.0.4->1.1.0: | |
* Added: | |
.github/workflows/ | |
commit b48a78d4087594d305cf85da7c3fa3f169ed336d | |
Author: Pavel Valena <[email protected]> | |
Date: Thu Feb 2 19:55:22 2023 +0100 | |
Update to acts_as_list 1.1.0. | |
Resolves: rhbz#2166137 | |
diff --git a/rubygem-acts_as_list.spec b/rubygem-acts_as_list.spec | |
index debe18c..256ee6b 100644 | |
--- a/rubygem-acts_as_list.spec | |
+++ b/rubygem-acts_as_list.spec | |
@@ -2,8 +2,8 @@ | |
%global gem_name acts_as_list | |
Name: rubygem-%{gem_name} | |
-Version: 1.0.4 | |
-Release: 6%{?dist} | |
+Version: 1.1.0 | |
+Release: 1%{?dist} | |
Summary: A gem allowing active_record model to act as a list | |
License: MIT | |
URL: http://github.com/brendon/acts_as_list | |
@@ -74,6 +74,10 @@ popd | |
%{gem_instdir}/%{gem_name}.gemspec | |
%changelog | |
+* Thu Jan 11 2024 Pavel Valena <[email protected]> - 1.1.0-1 | |
+- Update to acts_as_list 1.1.0. | |
+ Resolves: rhbz#2166137 | |
+ | |
* Fri Jul 21 2023 Fedora Release Engineering <[email protected]> - 1.0.4-6 | |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild | |
diff --git a/sources b/sources | |
index 8bbd855..1bff627 100644 | |
--- a/sources | |
+++ b/sources | |
@@ -1 +1 @@ | |
-SHA512 (acts_as_list-1.0.4.gem) = 45cc3a2ddc3bdf245819bfe62c39cea5e9b96bf63b3e817adae2acadcf7b51f47379ae9bf1c2c1cfd6a1dc70d7279f44e0a932c838fa93fa4a0c3b9dcbcd46ea | |
+SHA512 (acts_as_list-1.1.0.gem) = bdcaf07bc4ad3854d68c8d95e666e86c2500474ffa212c315b6b4abd321341ac782c0e301f2c859c12b80ecfdd1cc743ccf8a7bdbdb36e30fafcd98d4928a00a | |
On branch rebase | |
Your branch is up to date with 'pvalena/rebase'. | |
nothing to commit (use -u to show untracked files) | |
Everything up-to-date | |
branch 'rebase' set up to track 'pvalena/rebase'. | |
> Run copr build. | |
+ scripts/pkgs/cr-build.sh -c -t 30m rubygems | |
Created builds: 6881241 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment