File: version.rb

package info (click to toggle)
ruby-neovim 0.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 548 kB
  • sloc: ruby: 4,178; sh: 23; makefile: 4
file content (3 lines) | stat: -rw-r--r-- 57 bytes parent folder | download
1
2
3
module Neovim
  VERSION = Gem::Version.new("0.10.0")
end