diff --git a/editors/rubygem-neovim/Makefile b/editors/rubygem-neovim/Makefile index 9f493cbdb082..6a62f1a861b4 100644 --- a/editors/rubygem-neovim/Makefile +++ b/editors/rubygem-neovim/Makefile @@ -1,28 +1,28 @@ # Created by: Adam Weinberger PORTNAME= neovim -PORTVERSION= 0.8.1 +PORTVERSION= 0.9.0 CATEGORIES= editors rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby bindings for neovim LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= nvim:editors/neovim \ rubygem-msgpack>=1.1<2:devel/rubygem-msgpack \ rubygem-multi_json>=1.0<2:devel/rubygem-multi_json TEST_DEPENDS= rubygem-bundler>=0:sysutils/rubygem-bundler \ rubygem-rake>=0:devel/rubygem-rake \ rubygem-rspec>=0:devel/rubygem-rspec USES= gem USE_RUBY= yes NO_ARCH= yes PLIST_FILES= bin/neovim-ruby-host .include diff --git a/editors/rubygem-neovim/distinfo b/editors/rubygem-neovim/distinfo index fdec8767f92e..bb3e6a88234b 100644 --- a/editors/rubygem-neovim/distinfo +++ b/editors/rubygem-neovim/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1580348609 -SHA256 (rubygem/neovim-0.8.1.gem) = 716fcbc5865f48c768efbf2d09f8d5220ac1c5dcd15391b0b04f5193495cd951 -SIZE (rubygem/neovim-0.8.1.gem) = 43520 +TIMESTAMP = 1632664560 +SHA256 (rubygem/neovim-0.9.0.gem) = 851238dd718719eab132fa458e9d28efd18645e88b5d3921c21e4b62ae8040be +SIZE (rubygem/neovim-0.9.0.gem) = 45056 diff --git a/editors/rubygem-neovim/pkg-descr b/editors/rubygem-neovim/pkg-descr index 78bc39632e19..d30359438eaf 100644 --- a/editors/rubygem-neovim/pkg-descr +++ b/editors/rubygem-neovim/pkg-descr @@ -1,4 +1,4 @@ These are ruby bindings to interact with neovim. This package is NOT required to edit or highlight ruby files from within neovim. -WWW: https://github.com/alexgenco/neovim-ruby +WWW: https://github.com/neovim/neovim-ruby