1
0

Compare commits

5 Commits

6 changed files with 60 additions and 9 deletions

View File

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

3
dry-core-1.1.0.gem Normal file
View File

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

View File

@@ -0,0 +1 @@
0903821a9707649a7da545a2cd88e20f3a663ab1c5288abd7f914fa7751ab195 dry-core-1.1.0.gem

View File

@@ -26,6 +26,7 @@
# if you need to fiddle with the source dir before rebuilding the gem
# ## used by gem2rpm
:sources:
- dry-core-1.1.0.gem.sha256
# - foo.desktop
# - bar.desktop
# :gem_install_args: '....'

View File

@@ -1,3 +1,53 @@
-------------------------------------------------------------------
Wed Jan 29 14:39:38 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 1.1.0:
- Minimal Ruby version is 3.1 (@flash-gordon)
- Fixed clash with dry-logger (see #80) (@flash-gordon)
-------------------------------------------------------------------
Wed Jan 29 13:58:14 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- remove preamble from gem2rpm.yml
-------------------------------------------------------------------
Mon Nov 4 16:35:38 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- 1.0.2:
<!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS --->
### Fixed
- [equalizer] Add `Dry::Core.Equalizer` method to make `include Dry::Core.Equalizer(...)` work as documented (via #79) (@timriley)
Users of Equalizer should now only need to `require "dry/core"` first.
### Changed
- Minimal Ruby version is 3.0
[Compare v1.0.0...v1.0.1](https://github.com/dry-rb/dry-core/compare/v1.0.0...v1.0.1)
-------------------------------------------------------------------
Fri Nov 3 07:34:47 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
- ## 1.0.1 2023-08-06
### Fixed
- [equalizer] Add `Dry::Core.Equalizer` method to make `include Dry::Core.Equalizer(...)` work as documented (via #79) (@timriley)
Users of Equalizer should now only need to `require "dry/core"` first.
[Compare v1.0.0...v1.0.1](https://github.com/dry-rb/dry-core/compare/v1.0.0...v1.0.1)
-------------------------------------------------------------------
Wed Dec 7 11:18:08 UTC 2022 - Stephan Kulow <coolo@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package rubygem-dry-core
#
# Copyright (c) 2022 SUSE LLC
# 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
@@ -24,20 +24,19 @@
#
Name: rubygem-dry-core
Version: 1.0.0
Version: 1.1.0
Release: 0
%define mod_name dry-core
%define mod_full_name %{mod_name}-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: %{ruby >= 2.7.0}
BuildRequires: %{ruby >= 3.1.0}
BuildRequires: %{rubygem gem2rpm}
BuildRequires: ruby-macros >= 5
URL: https://dry-rb.org/gems/dry-core
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Source1: dry-core-1.1.0.gem.sha256
Source2: gem2rpm.yml
Summary: A toolset of small support modules used throughout the dry-rb
License: MIT
Group: Development/Languages/Ruby
%description
A toolset of small support modules used throughout the dry-rb ecosystem.