-
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
1 parent
80e4b7a
commit 7bb8870
Showing
3 changed files
with
5 additions
and
2 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/6x/1P/SHA256E-s47104--3fe08aa83a23cddce42f4ba412040c08f890d7ff04c175c0ee59119371245be6.0.gem/SHA256E-s47104--3fe08aa83a23cddce42f4ba412040c08f890d7ff04c175c0ee59119371245be6.0.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 fog-core | ||
|
||
Name: rubygem-%{gem_name} | ||
Version: 2.4.0 | ||
Version: 2.6.0 | ||
Release: 1%{?dist} | ||
Summary: Shared classes and tests for fog providers and services | ||
License: MIT | ||
|
@@ -67,6 +67,9 @@ cp -a .%{gem_dir}/* \ | |
%{gem_instdir}/spec | ||
|
||
%changelog | ||
* Tue Dec 03 2024 Foreman Packaging Automation <[email protected]> - 2.6.0-1 | ||
- Update to 2.6.0 | ||
|
||
* Mon Jan 08 2024 Foreman Packaging Automation <[email protected]> - 2.4.0-1 | ||
- Update to 2.4.0 | ||
|
||
|