Accepting request 1125934 from home:defolos:branches:devel:languages:ruby:extensions
🤖: Automatic update to 0.3.0 OBS-URL: https://build.opensuse.org/request/show/1125934 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-benchmark?expand=0&rev=8
This commit is contained in:
parent
b07874e470
commit
800b8c98cf
@ -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
BIN
benchmark-0.3.0.gem
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
Wed Dec 7 11:13:11 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rubygem-benchmark
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -24,11 +24,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: rubygem-benchmark
|
Name: rubygem-benchmark
|
||||||
Version: 0.2.1
|
Version: 0.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define mod_name benchmark
|
%define mod_name benchmark
|
||||||
%define mod_full_name %{mod_name}-%{version}
|
%define mod_full_name %{mod_name}-%{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: %{rubygem gem2rpm}
|
BuildRequires: %{rubygem gem2rpm}
|
||||||
BuildRequires: %{ruby}
|
BuildRequires: %{ruby}
|
||||||
BuildRequires: ruby-macros >= 5
|
BuildRequires: ruby-macros >= 5
|
||||||
@ -40,7 +39,6 @@ Patch0: 0001-Change-shebang-from-usr-bin-env-bash-to-usr-bin-bash.patch
|
|||||||
# /MANUAL
|
# /MANUAL
|
||||||
Summary: A performance benchmarking library
|
Summary: A performance benchmarking library
|
||||||
License: BSD-2-Clause AND Ruby
|
License: BSD-2-Clause AND Ruby
|
||||||
Group: Development/Languages/Ruby
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Benchmark module provides methods for benchmarking Ruby code, giving
|
The Benchmark module provides methods for benchmarking Ruby code, giving
|
||||||
|
Loading…
x
Reference in New Issue
Block a user