Skip to content

Commit

Permalink
devel/ruby-neovim: update to 0.9.1
Browse files Browse the repository at this point in the history
0.9.1 (2023-08-13)

* Fix bug where Buffer#[] with 0 returned the last line of the buffer
  (#97)
  • Loading branch information
taca committed Aug 13, 2023
1 parent 5aa0780 commit 4224463
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions devel/ruby-neovim/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2023/01/01 22:11:42 nikita Exp $
# $NetBSD: Makefile,v 1.2 2023/08/13 14:18:52 taca Exp $

DISTNAME= neovim-0.9.0
DISTNAME= neovim-0.9.1
CATEGORIES= devel editors

HOMEPAGE= https://github.com/neovim/neovim-ruby
Expand Down
5 changes: 3 additions & 2 deletions devel/ruby-neovim/PLIST
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
@comment $NetBSD: PLIST,v 1.2 2023/01/02 04:46:34 taca Exp $
@comment $NetBSD: PLIST,v 1.3 2023/08/13 14:18:52 taca Exp $
bin/neovim-ruby-host${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.github/workflows/docs.yml
${GEM_LIBDIR}/.github/workflows/tests.yml
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/CODE_OF_CONDUCT.md
${GEM_LIBDIR}/Flavorfile
${GEM_LIBDIR}/Flavorfile.lock
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE.txt
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/VimFlavor
${GEM_LIBDIR}/exe/neovim-ruby-host
${GEM_LIBDIR}/lib/neovim.rb
${GEM_LIBDIR}/lib/neovim/api.rb
Expand Down
8 changes: 4 additions & 4 deletions devel/ruby-neovim/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2023/01/01 22:11:42 nikita Exp $
$NetBSD: distinfo,v 1.2 2023/08/13 14:18:52 taca Exp $

BLAKE2s (neovim-0.9.0.gem) = 10e9141d2847b021c6cf28986963a0d5e470d9ded4a938c663b13a31fb366fbf
SHA512 (neovim-0.9.0.gem) = 18cf3f5276ba69045b3892958acf051b78492f24e002cb167018222cc5b0139bd9dff1cb31105e594646fb52b8e7e6aca6cf653544f4c4314b11eba1c523fede
Size (neovim-0.9.0.gem) = 45056 bytes
BLAKE2s (neovim-0.9.1.gem) = 1e6f8b9c0d509919c6a8887b82a1ff53e986db88214ef2e54d743c12ab1697ec
SHA512 (neovim-0.9.1.gem) = 93ad413b745ff337036cfe82581575f2f3392212b020323545c8bbd63ecf0d4bb119316a3adce036b4e7d1a5b563501c27934b9eb32b854088920a511115d66d
Size (neovim-0.9.1.gem) = 45568 bytes

0 comments on commit 4224463

Please sign in to comment.