-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
39 changed files
with
88 additions
and
26 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../.git/annex/objects/wX/jP/SHA256E-s44544--f48b0ff8414dfbb2b38e639bf49e86677dfd1b16580ce9e0a3ffa1bb4c0a4057.6.gem/SHA256E-s44544--f48b0ff8414dfbb2b38e639bf49e86677dfd1b16580ce9e0a3ffa1bb4c0a4057.6.gem |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
%global gem_name actioncable | ||
|
||
Name: rubygem-%{gem_name} | ||
Version: 6.1.7.10 | ||
Version: 7.0.8.6 | ||
Release: 1%{?dist} | ||
Summary: WebSocket framework for Rails | ||
License: MIT | ||
|
@@ -59,6 +59,9 @@ cp -a .%{gem_dir}/* \ | |
%doc %{gem_instdir}/README.md | ||
|
||
%changelog | ||
* Wed Nov 06 2024 Evgeni Golov - 7.0.8.6-1 | ||
- Release rubygem-actioncable 7.0.8.6 | ||
|
||
* Sun Oct 27 2024 Foreman Packaging Automation <[email protected]> - 6.1.7.10-1 | ||
- Update to 6.1.7.10 | ||
|
||
|
1 change: 0 additions & 1 deletion
1
packages/foreman/rubygem-actionmailbox/actionmailbox-6.1.7.10.gem
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
packages/foreman/rubygem-actionmailbox/actionmailbox-7.0.8.6.gem
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../.git/annex/objects/q3/Fz/SHA256E-s22528--8f9deed46e38fc97d86d34e9552ffd5aae81491b139f8df91ef2616ab5628857.6.gem/SHA256E-s22528--8f9deed46e38fc97d86d34e9552ffd5aae81491b139f8df91ef2616ab5628857.6.gem |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
%global gem_name actionmailbox | ||
|
||
Name: rubygem-%{gem_name} | ||
Version: 6.1.7.10 | ||
Version: 7.0.8.6 | ||
Release: 1%{?dist} | ||
Summary: Inbound email handling framework | ||
License: MIT | ||
|
@@ -16,6 +16,11 @@ BuildRequires: rubygems-devel | |
BuildArch: noarch | ||
# end specfile generated dependencies | ||
|
||
# Allow to consume net-smtp/net-imap/net-pop as a default gem | ||
Requires: (rubygem(net-imap) or ruby-default-gems < 3.1) | ||
Requires: (rubygem(net-pop) or ruby-default-gems < 3.1) | ||
Requires: (rubygem(net-smtp) or ruby-default-gems < 3.1) | ||
|
||
%description | ||
Receive and process incoming emails in Rails applications. | ||
|
||
|
@@ -31,6 +36,12 @@ Documentation for %{name}. | |
%prep | ||
%setup -q -n %{gem_name}-%{version} | ||
|
||
# On EL9 rubygem-net-smtp/imap/pop are bundled into ruby-libs package and | ||
# auto-generated dependencies will break dependency resolution | ||
%gemspec_remove_dep -g net-smtp | ||
%gemspec_remove_dep -g net-imap | ||
%gemspec_remove_dep -g net-pop | ||
|
||
%build | ||
# Create the gem as gem install only works on a gem file | ||
gem build ../%{gem_name}-%{version}.gemspec | ||
|
@@ -60,6 +71,9 @@ cp -a .%{gem_dir}/* \ | |
%doc %{gem_instdir}/README.md | ||
|
||
%changelog | ||
* Wed Nov 06 2024 Evgeni Golov - 7.0.8.6-1 | ||
- Release rubygem-actionmailbox 7.0.8.6 | ||
|
||
* Sun Oct 27 2024 Foreman Packaging Automation <[email protected]> - 6.1.7.10-1 | ||
- Update to 6.1.7.10 | ||
|
||
|
1 change: 0 additions & 1 deletion
1
packages/foreman/rubygem-actionmailer/actionmailer-6.1.7.10.gem
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../.git/annex/objects/80/jJ/SHA256E-s30720--e3f058a5e378e72b8a90577aaa325f23e1d718b437fe9430411eb0324ba8f71d.6.gem/SHA256E-s30720--e3f058a5e378e72b8a90577aaa325f23e1d718b437fe9430411eb0324ba8f71d.6.gem |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
%global gem_name actionmailer | ||
|
||
Name: rubygem-%{gem_name} | ||
Version: 6.1.7.10 | ||
Version: 7.0.8.6 | ||
Release: 1%{?dist} | ||
Summary: Email composition and delivery framework (part of Rails) | ||
License: MIT | ||
|
@@ -16,6 +16,11 @@ BuildRequires: rubygems-devel | |
BuildArch: noarch | ||
# end specfile generated dependencies | ||
|
||
# Allow to consume net-smtp/net-imap/net-pop as a default gem | ||
Requires: (rubygem(net-imap) or ruby-default-gems < 3.1) | ||
Requires: (rubygem(net-pop) or ruby-default-gems < 3.1) | ||
Requires: (rubygem(net-smtp) or ruby-default-gems < 3.1) | ||
|
||
%description | ||
Email on Rails. Compose, deliver, and test emails using the familiar | ||
controller/view pattern. First-class support for multipart email and | ||
|
@@ -33,6 +38,12 @@ Documentation for %{name}. | |
%prep | ||
%setup -q -n %{gem_name}-%{version} | ||
|
||
# On EL9 rubygem-net-smtp/imap/pop are bundled into ruby-libs package and | ||
# auto-generated dependencies will break dependency resolution | ||
%gemspec_remove_dep -g net-smtp | ||
%gemspec_remove_dep -g net-imap | ||
%gemspec_remove_dep -g net-pop | ||
|
||
%build | ||
# Create the gem as gem install only works on a gem file | ||
gem build ../%{gem_name}-%{version}.gemspec | ||
|
@@ -59,6 +70,9 @@ cp -a .%{gem_dir}/* \ | |
%doc %{gem_instdir}/README.rdoc | ||
|
||
%changelog | ||
* Wed Nov 06 2024 Evgeni Golov - 7.0.8.6-1 | ||
- Release rubygem-actionmailer 7.0.8.6 | ||
|
||
* Sun Oct 27 2024 Foreman Packaging Automation <[email protected]> - 6.1.7.10-1 | ||
- Update to 6.1.7.10 | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../.git/annex/objects/4F/Km/SHA256E-s233984--b648e5d21270cc4ba47f37067ec791d68d0454e4df6b18000b659d7325a1dca7.6.gem/SHA256E-s233984--b648e5d21270cc4ba47f37067ec791d68d0454e4df6b18000b659d7325a1dca7.6.gem |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
%global gem_name actionpack | ||
|
||
Name: rubygem-%{gem_name} | ||
Version: 6.1.7.10 | ||
Version: 7.0.8.6 | ||
Release: 1%{?dist} | ||
Summary: Web-flow and rendering framework putting the VC in MVC (part of Rails) | ||
License: MIT | ||
|
@@ -58,6 +58,9 @@ cp -a .%{gem_dir}/* \ | |
%doc %{gem_instdir}/README.rdoc | ||
|
||
%changelog | ||
* Wed Nov 06 2024 Evgeni Golov - 7.0.8.6-1 | ||
- Release rubygem-actionpack 7.0.8.6 | ||
|
||
* Sun Oct 27 2024 Foreman Packaging Automation <[email protected]> - 6.1.7.10-1 | ||
- Update to 6.1.7.10 | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../.git/annex/objects/zj/95/SHA256E-s83968--262c19dffa2a5136f0852ee8ba2838c07113851444e5d3ccc77159624e120bc9.6.gem/SHA256E-s83968--262c19dffa2a5136f0852ee8ba2838c07113851444e5d3ccc77159624e120bc9.6.gem |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
%global gem_name actiontext | ||
|
||
Name: rubygem-%{gem_name} | ||
Version: 6.1.7.10 | ||
Version: 7.0.8.6 | ||
Release: 1%{?dist} | ||
Summary: Rich text framework | ||
License: MIT | ||
|
@@ -60,6 +60,9 @@ cp -a .%{gem_dir}/* \ | |
%doc %{gem_instdir}/README.md | ||
|
||
%changelog | ||
* Wed Nov 06 2024 Evgeni Golov - 7.0.8.6-1 | ||
- Release rubygem-actiontext 7.0.8.6 | ||
|
||
* Sun Oct 27 2024 Foreman Packaging Automation <[email protected]> - 6.1.7.10-1 | ||
- Update to 6.1.7.10 | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../.git/annex/objects/JZ/W7/SHA256E-s180224--2c15e4139a87aa96910afb24717d93fdb4f407c078580ace2a5885d5c2e9393e.6.gem/SHA256E-s180224--2c15e4139a87aa96910afb24717d93fdb4f407c078580ace2a5885d5c2e9393e.6.gem |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
%global gem_name actionview | ||
|
||
Name: rubygem-%{gem_name} | ||
Version: 6.1.7.10 | ||
Version: 7.0.8.6 | ||
Release: 1%{?dist} | ||
Summary: Rendering framework putting the V in MVC (part of Rails) | ||
License: MIT | ||
|
@@ -57,6 +57,9 @@ cp -a .%{gem_dir}/* \ | |
%doc %{gem_instdir}/README.rdoc | ||
|
||
%changelog | ||
* Wed Nov 06 2024 Evgeni Golov - 7.0.8.6-1 | ||
- Release rubygem-actionview 7.0.8.6 | ||
|
||
* Sun Oct 27 2024 Foreman Packaging Automation <[email protected]> - 6.1.7.10-1 | ||
- Update to 6.1.7.10 | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../.git/annex/objects/x7/7J/SHA256E-s33792--7c79d5e3d37708e0ece41726134b6544f272f27c1efd75815c85aa9e3a076c3d.6.gem/SHA256E-s33792--7c79d5e3d37708e0ece41726134b6544f272f27c1efd75815c85aa9e3a076c3d.6.gem |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
%global gem_name activejob | ||
|
||
Name: rubygem-%{gem_name} | ||
Version: 6.1.7.10 | ||
Version: 7.0.8.6 | ||
Release: 1%{?dist} | ||
Summary: Job framework with pluggable queues | ||
License: MIT | ||
|
@@ -57,6 +57,9 @@ cp -a .%{gem_dir}/* \ | |
%doc %{gem_instdir}/README.md | ||
|
||
%changelog | ||
* Wed Nov 06 2024 Evgeni Golov - 7.0.8.6-1 | ||
- Release rubygem-activejob 7.0.8.6 | ||
|
||
* Sun Oct 27 2024 Foreman Packaging Automation <[email protected]> - 6.1.7.10-1 | ||
- Update to 6.1.7.10 | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../.git/annex/objects/zV/QK/SHA256E-s61952--35d2c776a89773e339664893c012ec218934e19b646ebabbc8972c2da1fadab8.6.gem/SHA256E-s61952--35d2c776a89773e339664893c012ec218934e19b646ebabbc8972c2da1fadab8.6.gem |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
%global gem_name activemodel | ||
|
||
Name: rubygem-%{gem_name} | ||
Version: 6.1.7.10 | ||
Version: 7.0.8.6 | ||
Release: 1%{?dist} | ||
Summary: A toolkit for building modeling frameworks (part of Rails) | ||
License: MIT | ||
|
@@ -59,6 +59,9 @@ cp -a .%{gem_dir}/* \ | |
%doc %{gem_instdir}/README.rdoc | ||
|
||
%changelog | ||
* Wed Nov 06 2024 Evgeni Golov - 7.0.8.6-1 | ||
- Release rubygem-activemodel 7.0.8.6 | ||
|
||
* Sun Oct 27 2024 Foreman Packaging Automation <[email protected]> - 6.1.7.10-1 | ||
- Update to 6.1.7.10 | ||
|
||
|
1 change: 0 additions & 1 deletion
1
packages/foreman/rubygem-activerecord/activerecord-6.1.7.10.gem
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../.git/annex/objects/Pf/Vx/SHA256E-s480256--ee2a4cc131ea73c31af05d3eccf26901b365c64251d9fd1ba9da7298980c1a93.6.gem/SHA256E-s480256--ee2a4cc131ea73c31af05d3eccf26901b365c64251d9fd1ba9da7298980c1a93.6.gem |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
%global gem_name activerecord | ||
|
||
Name: rubygem-%{gem_name} | ||
Version: 6.1.7.10 | ||
Version: 7.0.8.6 | ||
Release: 1%{?dist} | ||
Summary: Object-relational mapper framework (part of Rails) | ||
License: MIT | ||
|
@@ -60,6 +60,9 @@ cp -a .%{gem_dir}/* \ | |
%{gem_instdir}/examples | ||
|
||
%changelog | ||
* Wed Nov 06 2024 Evgeni Golov - 7.0.8.6-1 | ||
- Release rubygem-activerecord 7.0.8.6 | ||
|
||
* Sun Oct 27 2024 Foreman Packaging Automation <[email protected]> - 6.1.7.10-1 | ||
- Update to 6.1.7.10 | ||
|
||
|
1 change: 0 additions & 1 deletion
1
packages/foreman/rubygem-activestorage/activestorage-6.1.7.10.gem
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
packages/foreman/rubygem-activestorage/activestorage-7.0.8.6.gem
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../.git/annex/objects/32/Jf/SHA256E-s66560--6ea7c01d22aac82457155d19a72aafb5d5fa49b79bc852b8e0b0d5c3aac5dbda.6.gem/SHA256E-s66560--6ea7c01d22aac82457155d19a72aafb5d5fa49b79bc852b8e0b0d5c3aac5dbda.6.gem |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
%global gem_name activestorage | ||
|
||
Name: rubygem-%{gem_name} | ||
Version: 6.1.7.10 | ||
Version: 7.0.8.6 | ||
Release: 1%{?dist} | ||
Summary: Local and cloud file storage framework | ||
License: MIT | ||
|
@@ -60,6 +60,9 @@ cp -a .%{gem_dir}/* \ | |
%doc %{gem_instdir}/README.md | ||
|
||
%changelog | ||
* Wed Nov 06 2024 Evgeni Golov - 7.0.8.6-1 | ||
- Release rubygem-activestorage 7.0.8.6 | ||
|
||
* Sun Oct 27 2024 Foreman Packaging Automation <[email protected]> - 6.1.7.10-1 | ||
- Update to 6.1.7.10 | ||
|
||
|
1 change: 0 additions & 1 deletion
1
packages/foreman/rubygem-activesupport/activesupport-6.1.7.10.gem
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
packages/foreman/rubygem-activesupport/activesupport-7.0.8.6.gem
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../.git/annex/objects/j0/GP/SHA256E-s226816--41b69384f1578ef0b34d73b73215d6df12e4d30bf49e3c7e01aa49a53d03423e.6.gem/SHA256E-s226816--41b69384f1578ef0b34d73b73215d6df12e4d30bf49e3c7e01aa49a53d03423e.6.gem |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
%global gem_name activesupport | ||
|
||
Name: rubygem-%{gem_name} | ||
Version: 6.1.7.10 | ||
Version: 7.0.8.6 | ||
Release: 1%{?dist} | ||
Summary: A toolkit of support libraries and Ruby core extensions extracted from the Rails framework | ||
License: MIT | ||
|
@@ -59,6 +59,9 @@ cp -a .%{gem_dir}/* \ | |
%doc %{gem_instdir}/README.rdoc | ||
|
||
%changelog | ||
* Wed Nov 06 2024 Evgeni Golov - 7.0.8.6-1 | ||
- Release rubygem-activesupport 7.0.8.6 | ||
|
||
* Sun Oct 27 2024 Foreman Packaging Automation <[email protected]> - 6.1.7.10-1 | ||
- Update to 6.1.7.10 | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../.git/annex/objects/7m/Qz/SHA256E-s7168--315fc5cf374425f00a6816d270a9061821038fa1ce993531ede4c014a8a782e8.6.gem/SHA256E-s7168--315fc5cf374425f00a6816d270a9061821038fa1ce993531ede4c014a8a782e8.6.gem |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
%global gem_name rails | ||
|
||
Name: rubygem-%{gem_name} | ||
Version: 6.1.7.10 | ||
Version: 7.0.8.6 | ||
Release: 1%{?dist} | ||
Summary: Full-stack web application framework | ||
License: MIT | ||
|
@@ -48,6 +48,7 @@ cp -a .%{gem_dir}/* \ | |
|
||
%files | ||
%dir %{gem_instdir} | ||
%license %{gem_instdir}/MIT-LICENSE | ||
|
||
%exclude %{gem_cache} | ||
%{gem_spec} | ||
|
@@ -57,6 +58,9 @@ cp -a .%{gem_dir}/* \ | |
%doc %{gem_instdir}/README.md | ||
|
||
%changelog | ||
* Wed Nov 06 2024 Evgeni Golov - 7.0.8.6-1 | ||
- Release rubygem-rails 7.0.8.6 | ||
|
||
* Sun Oct 27 2024 Foreman Packaging Automation <[email protected]> - 6.1.7.10-1 | ||
- Update to 6.1.7.10 | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../.git/annex/objects/p8/Qw/SHA256E-s162304--0ff07181e40d5e001ec2ee8e1db5af501d874e08133016f1230790807a0496b9.6.gem/SHA256E-s162304--0ff07181e40d5e001ec2ee8e1db5af501d874e08133016f1230790807a0496b9.6.gem |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
%global gem_name railties | ||
|
||
Name: rubygem-%{gem_name} | ||
Version: 6.1.7.10 | ||
Version: 7.0.8.6 | ||
Release: 1%{?dist} | ||
Summary: Tools for creating, working with, and running Rails applications | ||
License: MIT | ||
|
@@ -67,6 +67,9 @@ find %{buildroot}%{gem_instdir}/exe -type f | xargs chmod a+x | |
%doc %{gem_instdir}/README.rdoc | ||
|
||
%changelog | ||
* Wed Nov 06 2024 Evgeni Golov - 7.0.8.6-1 | ||
- Release rubygem-railties 7.0.8.6 | ||
|
||
* Sun Oct 27 2024 Foreman Packaging Automation <[email protected]> - 6.1.7.10-1 | ||
- Update to 6.1.7.10 | ||
|
||
|