- Dropped the changes_only argument of Default,DeviceMap#save

following the same change in BaseModel#save in cfa-1.0.0
  because the merging was not working anyway (bsc#1137948)
- Drop support for Ruby 2.2 and 2.3; add 2.6.
- 2.0.0

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa_grub2?expand=0&rev=30
This commit is contained in:
Martin Vidner 2019-06-21 08:59:24 +00:00 committed by Git OBS Bridge
parent 8307506ff4
commit 698a01ac5c
4 changed files with 16 additions and 7 deletions

View File

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

BIN
cfa_grub2-2.0.0.gem (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Jun 20 13:10:26 UTC 2019 - Martin Vidner <mvidner@suse.com>
- Dropped the changes_only argument of Default,DeviceMap#save
following the same change in BaseModel#save in cfa-1.0.0
because the merging was not working anyway (bsc#1137948)
- Drop support for Ruby 2.2 and 2.3; add 2.6.
- 2.0.0
-------------------------------------------------------------------------
Thu Aug 16 11:35:47 UTC 2018 - mfilka@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package rubygem-cfa_grub2
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: rubygem-cfa_grub2
Version: 1.0.1
Version: 2.0.0
Release: 0
%define mod_name cfa_grub2
%define mod_full_name %{mod_name}-%{version}
@ -25,8 +25,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: %{rubygem gem2rpm}
BuildRequires: %{ruby}
BuildRequires: ruby-macros >= 5
Url: http://github.com/config-files-api/config_files_api_grub2
Source: http://rubygems.org/gems/%{mod_full_name}.gem
Url: https://github.com/config-files-api/config_files_api_grub2
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Summary: Models for GRUB2 configuration files
License: LGPL-3.0-only
Group: Development/Languages/Ruby