diff --git a/benchmark-0.2.1.gem b/benchmark-0.2.1.gem deleted file mode 100644 index ab1d655..0000000 --- a/benchmark-0.2.1.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b14e2020c9cb2790c6f94e620be61f0de092dd2a8c326cb7c4b0fcd1a980f204 -size 12800 diff --git a/benchmark-0.3.0.gem b/benchmark-0.3.0.gem new file mode 100644 index 0000000..b0e0d0e --- /dev/null +++ b/benchmark-0.3.0.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ca7995224b9982efccee9b44a4464a73201c5779d78cb5a4d99ec2f39acf071 +size 12800 diff --git a/rubygem-benchmark.changes b/rubygem-benchmark.changes index 25a3821..b64d99a 100644 --- a/rubygem-benchmark.changes +++ b/rubygem-benchmark.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Nov 14 14:50:29 UTC 2023 - Dan Čermák + +- 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 diff --git a/rubygem-benchmark.spec b/rubygem-benchmark.spec index a3a98a5..161e615 100644 --- a/rubygem-benchmark.spec +++ b/rubygem-benchmark.spec @@ -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