File: version.rb

package info (click to toggle)
ruby-mixlib-archive 0.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 148 kB
  • sloc: ruby: 285; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 62 bytes parent folder | download | duplicates (2)
1
2
3
4
5
module Mixlib
  class Archive
    VERSION = "0.4.1"
  end
end