File project.diff of Package rubygem-gitlab-experiment
--- rubygem-gitlab-experiment.changes.orig
+++ rubygem-gitlab-experiment.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Thu Oct 16 00:21:20 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
+
+- update to 1.0.0
+
+-------------------------------------------------------------------
Fri Dec 22 00:57:13 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>
- update to 0.9.1
--- rubygem-gitlab-experiment.spec.orig
+++ rubygem-gitlab-experiment.spec
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-gitlab-experiment
#
-# Copyright (c) 2023 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -24,7 +24,7 @@
#
Name: rubygem-gitlab-experiment
-Version: 0.9.1
+Version: 1.0.0
Release: 0
%define mod_name gitlab-experiment
%define mod_full_name %{mod_name}-%{version}
@@ -32,16 +32,14 @@ Release: 0
%define rb_build_versions %my_apps_rb_build_versions
%define rb_build_ruby_abis %my_apps_rb_build_abi
# /MANUAL
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ruby-macros >= 5
-BuildRequires: %{ruby >= 2.6}
+BuildRequires: %{ruby >= 3.0}
BuildRequires: %{rubygem gem2rpm}
-Url: https://gitlab.com/gitlab-org/ruby/gems/gitlab-experiment
+URL: https://gitlab.com/gitlab-org/ruby/gems/gitlab-experiment
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: GitLab experimentation library
License: MIT
-Group: Development/Languages/Ruby
%description
GitLab experimentation library.
@@ -52,7 +50,7 @@ GitLab experimentation library.
%install
%gem_install \
- --no-document \
+ --no-rdoc --no-ri \
--doc-files="LICENSE.txt README.md" \
-f