Froze rails gems
[depot.git] / vendor / rails / activerecord / lib / active_record / version.rb
diff --git a/vendor/rails/activerecord/lib/active_record/version.rb b/vendor/rails/activerecord/lib/active_record/version.rb
new file mode 100644 (file)
index 0000000..fa05364
--- /dev/null
@@ -0,0 +1,9 @@
+module ActiveRecord
+  module VERSION #:nodoc:
+    MAJOR = 2
+    MINOR = 2
+    TINY  = 2
+
+    STRING = [MAJOR, MINOR, TINY].join('.')
+  end
+end