ruby-neovim 0.7.1-1 source package in Ubuntu
Changelog
ruby-neovim (0.7.1-1) unstable; urgency=medium * New upstream release * Update debhelper compat to 11 * Removed patches no longer needed: - disable_documentation_version_test - disable_shada * Update Standards-Version to 4.1.3 (no changes were needed) * Disable acceptance tests -- Jason Pleau <email address hidden> Sat, 03 Mar 2018 18:46:45 -0500
Upload details
- Uploaded by:
- Debian Ruby Extras Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Ruby Extras Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ruby-neovim_0.7.1-1.dsc | 2.1 KiB | 58ab2509eaf7669ad286fa10c46a45e277fa878787bd2b925844b410fd1ae001 |
ruby-neovim_0.7.1.orig.tar.gz | 36.2 KiB | d91cca699ef227363409336b13d79b97aead0b80fa1c5341bbae3e1f7cfa7def |
ruby-neovim_0.7.1-1.debian.tar.xz | 2.8 KiB | dc01b0432453537d9e75b155bf285385efa5cd4d426d56645e2e2afe9eea96b5 |
Available diffs
- diff from 0.6.1-1 to 0.7.1-1 (38.7 KiB)
No changes file available.
Binary packages built by this source
- ruby-neovim: Ruby client for Neovim
Ruby library to control remote neovim instances.
.
Can be used as a neovim plugin host, allowing one to write neovim plugins
completely in ruby.
.
It also acts as a compatibility layer for Ruby plugins written for legacy
vim. The :ruby, :rubyfile, and :rubydo commands are intended to behave the
same as they did in vim.