File: version.rb

package info (click to toggle)
ruby-fog-xml 0.1.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 196 kB
  • sloc: ruby: 246; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 56 bytes parent folder | download | duplicates (3)
1
2
3
4
5
module Fog
  module Xml
    VERSION = "0.1.1"
  end
end