File: version.rb

package info (click to toggle)
ruby-mixlib-archive 0.2.0-1%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 156 kB
  • ctags: 22
  • sloc: ruby: 233; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 62 bytes parent folder | download
1
2
3
4
5
module Mixlib
  class Archive
    VERSION = "0.2.0"
  end
end