Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
57c7c42373 | |||
ef4a0eba94 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d5c58c02f44a20d972957a9febe386d7e7468ab3900ce6bd2b563dd910c6b3f
|
||||
size 78336
|
3
language_server-protocol-3.17.0.4.gem
Normal file
3
language_server-protocol-3.17.0.4.gem
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c484626478664fd13482d8180947c50a8590484b1258b99b7aedb3b69df89669
|
||||
size 78336
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 9 07:25:27 UTC 2025 - Mykola Krachkovsky <w01dnick@gmail.com>
|
||||
|
||||
- Update to version 3.17.0.4
|
||||
- ## 3.17.0.4
|
||||
- Add #close to Reader and Writer (#112)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 2 09:28:05 UTC 2023 - Mykola Krachkovsky <w01dnick@gmail.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rubygem-language_server-protocol
|
||||
#
|
||||
# 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,19 +12,20 @@
|
||||
# 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/
|
||||
#
|
||||
|
||||
|
||||
Name: rubygem-language_server-protocol
|
||||
Version: 3.17.0.3
|
||||
Version: 3.17.0.4
|
||||
Release: 0
|
||||
%define mod_name language_server-protocol
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: ruby-macros >= 5
|
||||
BuildRequires: %{ruby >= 2.5.0}
|
||||
BuildRequires: %{rubygem gem2rpm}
|
||||
Url: https://github.com/mtsmfm/language_server-protocol-ruby
|
||||
BuildRequires: ruby-macros >= 5
|
||||
URL: https://github.com/mtsmfm/language_server-protocol-ruby
|
||||
Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
||||
Summary: A Language Server Protocol SDK
|
||||
License: MIT
|
||||
|
Reference in New Issue
Block a user