File: version.rb

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