File: version.rb

package info (click to toggle)
ruby-fog-local 0.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 212 kB
  • sloc: ruby: 709; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 58 bytes parent folder | download
1
2
3
4
5
module Fog
  module Local
    VERSION = '0.8.0'
  end
end