Accepting request 1151721 from devel:languages:ruby:extensions

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1151721
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-hashdiff?expand=0&rev=11
This commit is contained in:
Ana Guerrero 2024-02-26 18:48:51 +00:00 committed by Git OBS Bridge
commit 24a083cf88
4 changed files with 17 additions and 7 deletions

View File

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

3
hashdiff-1.1.0.gem Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Jan 29 14:06:44 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- ## v1.1.0 2020-02-25
* Add ignore_keys option (#86 @Matzfan)
* Remove pinned version of rake < 11
* Bump rspec dep ~> 3.5
* Bump rubocop dep >= 1.52.1
* Bump rubocop-rspec dep > 1.16.0
-------------------------------------------------------------------
Thu May 7 20:54:26 UTC 2020 - Stephan Kulow <coolo@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package rubygem-hashdiff
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2024 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-hashdiff
Version: 1.0.1
Version: 1.1.0
Release: 0
%define mod_name hashdiff
%define mod_full_name %{mod_name}-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: %{ruby >= 2.0.0}
BuildRequires: %{rubygem gem2rpm}
BuildRequires: ruby-macros >= 5
@ -37,7 +36,6 @@ Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: Hashdiff is a diff lib to compute the smallest difference between
License: MIT
Group: Development/Languages/Ruby
%description
Hashdiff is a diff lib to compute the smallest difference between two hashes.