File: version.rb

package info (click to toggle)
ruby-celluloid-io 0.16.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 432 kB
  • ctags: 189
  • sloc: ruby: 1,727; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 62 bytes parent folder | download
1
2
3
4
5
module Celluloid
  module IO
    VERSION = "0.16.2"
  end
end