lib/og.rb in og-0.18.1 vs lib/og.rb in og-0.19.0
- old
+ new
@@ -71,11 +71,11 @@
module Og
# The version.
- Version = '0.18.1'
+ Version = '0.19.0'
# Library path.
LibPath = File.dirname(__FILE__)
@@ -131,13 +131,20 @@
module Unmanageable; end
# The active manager
mattr_accessor :manager
+
+ # Pseudo type for binary data
+
+ class Blob; end
+
end
# gmosx: leave this here.
require 'og/manager'
require 'og/errors'
require 'og/types'
require 'og/validation'
+
+# * George Moschovitis <gm@navel.gr>