File: version.rb

package info (click to toggle)
ruby-mixlib-shellout 3.2.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 404 kB
  • sloc: ruby: 2,854; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 70 bytes parent folder | download
1
2
3
4
5
module Mixlib
  class ShellOut
    VERSION = "3.2.5".freeze
  end
end