Accepting request 1126247 from devel:languages:ruby:extensions

OBS-URL: https://build.opensuse.org/request/show/1126247
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-benchmark?expand=0&rev=5
This commit is contained in:
Ana Guerrero 2023-11-15 20:07:29 +00:00 committed by Git OBS Bridge
commit 4c040bfbc6
4 changed files with 22 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b14e2020c9cb2790c6f94e620be61f0de092dd2a8c326cb7c4b0fcd1a980f204
size 12800

BIN
benchmark-0.3.0.gem (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Nov 14 14:50:29 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
- 0.3.0:
## What's Changed
* Migrate `set-output` to `$GITHUB_OUTPUT` by @znz in https://github.com/ruby/benchmark/pull/17
* Replace reusing actions by @hsbt in https://github.com/ruby/benchmark/pull/18
* Don't use version.rb by @hsbt in https://github.com/ruby/benchmark/pull/19
## New Contributors
* @znz made their first contribution in https://github.com/ruby/benchmark/pull/17
**Full Changelog**: https://github.com/ruby/benchmark/compare/v0.2.1...v0.3.0
-------------------------------------------------------------------
Wed Dec 7 11:13:11 UTC 2022 - Stephan Kulow <coolo@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package rubygem-benchmark
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -24,11 +24,10 @@
#
Name: rubygem-benchmark
Version: 0.2.1
Version: 0.3.0
Release: 0
%define mod_name benchmark
%define mod_full_name %{mod_name}-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: %{rubygem gem2rpm}
BuildRequires: %{ruby}
BuildRequires: ruby-macros >= 5
@ -40,7 +39,6 @@ Patch0: 0001-Change-shebang-from-usr-bin-env-bash-to-usr-bin-bash.patch
# /MANUAL
Summary: A performance benchmarking library
License: BSD-2-Clause AND Ruby
Group: Development/Languages/Ruby
%description
The Benchmark module provides methods for benchmarking Ruby code, giving