File: version.rb

package info (click to toggle)
ruby-ole 1.2.11.3-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 628 kB
  • sloc: ruby: 2,870; makefile: 9
file content (8 lines) | stat: -rw-r--r-- 93 bytes parent folder | download
1
2
3
4
5
6
7
8
# encoding: ASCII-8BIT

module Ole # :nodoc:
	class Storage
		VERSION = '1.2.11.3'
	end
end