OSDN Git Service

ActiveLdap 1.2.4
[redminele/redminele.git] / ruby / lib / ruby / gems / 1.8 / gems / activesupport-2.3.12 / lib / active_support / version.rb
diff --git a/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.12/lib/active_support/version.rb b/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.12/lib/active_support/version.rb
new file mode 100644 (file)
index 0000000..eee0a63
--- /dev/null
@@ -0,0 +1,9 @@
+module ActiveSupport
+  module VERSION #:nodoc:
+    MAJOR = 2
+    MINOR = 3
+    TINY  = 12
+
+    STRING = [MAJOR, MINOR, TINY].join('.')
+  end
+end