Started again with Rails 4
[feedcatcher.git] / vendor / rails / activesupport / lib / active_support / version.rb
diff --git a/vendor/rails/activesupport/lib/active_support/version.rb b/vendor/rails/activesupport/lib/active_support/version.rb
deleted file mode 100644 (file)
index 30f598a..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-module ActiveSupport
-  module VERSION #:nodoc:
-    MAJOR = 2
-    MINOR = 3
-    TINY  = 2
-
-    STRING = [MAJOR, MINOR, TINY].join('.')
-  end
-end