Skip to content

Commit

Permalink
Update rubygem-websocket-driver to 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 8, 2025
1 parent eacce84 commit 3028b4d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%global gem_require_name websocket/driver

Name: rubygem-%{gem_name}
Version: 0.7.6
Version: 0.7.7
Release: 1%{?dist}
Summary: WebSocket protocol handler with pluggable I/O
License: Apache-2.0
Expand All @@ -19,6 +19,7 @@ BuildRequires: rubygem(websocket-extensions) >= 0.1.0
# https://fedoraproject.org/wiki/Packaging:C_and_C++#BuildRequires_and_Requires
BuildRequires: gcc
# end specfile generated dependencies
Requires: (rubygem(base64) or ruby-default-gems < 3.4)

%description
WebSocket protocol handler with pluggable I/O.
Expand All @@ -35,6 +36,8 @@ Documentation for %{name}.
%prep
%setup -q -n %{gem_name}-%{version}

%gemspec_remove_dep -g base64

%build
# Create the gem as gem install only works on a gem file
gem build ../%{gem_name}-%{version}.gemspec
Expand Down Expand Up @@ -80,6 +83,9 @@ rm -rf gem_ext_test
%doc %{gem_instdir}/README.md

%changelog
* Wed Jan 08 2025 Foreman Packaging Automation <[email protected]> - 0.7.7-1
- Update to 0.7.7

* Sun Aug 20 2023 Foreman Packaging Automation <[email protected]> 0.7.6-1
- Update to 0.7.6

Expand Down

This file was deleted.

0 comments on commit 3028b4d

Please sign in to comment.