Skip to content

Commit

Permalink
update rubygem-protocol-http to 0.24.7 (#7415)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikenm1 authored and Sharath Srikanth Chellappa committed Jan 26, 2024
1 parent 6fb7a12 commit e8f8c2e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"protocol-http-0.22.5.tar.gz": "634229d9414e55c2d9a88fba47f3dd82f615e02babf2817d7437e60a25b2d583"
"protocol-http-0.24.7.tar.gz": "463e993a721c733f72949977fa429e7b72e092182a12628b878f6b3f004aa040"
}
}
11 changes: 10 additions & 1 deletion SPECS/rubygem-protocol-http/rubygem-protocol-http.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%global gem_name protocol-http
Summary: Provides abstractions to handle HTTP protocols
Name: rubygem-%{gem_name}
Version: 0.22.5
Version: 0.24.7
Release: 1%{?dist}
License: MIT
Vendor: Microsoft Corporation
Expand All @@ -19,6 +19,12 @@ Provides abstractions for working with the HTTP protocol.
%prep
%setup -q -n %{gem_name}-%{version}

# these certs are used to verify the package generated is valid
# we don't have access to the signing_key private key
# also redudant as azl already validate src tar while building
sed -i '/spec.cert_chain/d' %{gem_name}.gemspec
sed -i '/spec.signing_key/d' %{gem_name}.gemspec

%build
gem build %{gem_name}

Expand All @@ -30,6 +36,9 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{gem_name}-
%{gemdir}

%changelog
* Mon Jan 22 2024 Riken Maharjan <rmaharjan@microsoft.com> - 0.24.7-1
- Update to v0.24.7.

* Fri Apr 01 2022 Neha Agarwal <nehaagarwal@microsoft.com> - 0.22.5-1
- Update to v0.22.5.
- Build from .tar.gz source.
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26515,8 +26515,8 @@
"type": "other",
"other": {
"name": "rubygem-protocol-http",
"version": "0.22.5",
"downloadUrl": "https://github.com/socketry/protocol-http/archive/refs/tags/v0.22.5.tar.gz"
"version": "0.24.7",
"downloadUrl": "https://github.com/socketry/protocol-http/archive/refs/tags/v0.24.7.tar.gz"
}
}
},
Expand Down

0 comments on commit e8f8c2e

Please sign in to comment.