From 66d713fc8f62e270ac21f6c413d6527fbf30dc52 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Mon, 31 Aug 2009 19:09:16 -0500 Subject: License, version, and gemspec for ActiveModel. Ship it! --- activemodel/lib/active_model/version.rb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 activemodel/lib/active_model/version.rb (limited to 'activemodel/lib/active_model') diff --git a/activemodel/lib/active_model/version.rb b/activemodel/lib/active_model/version.rb new file mode 100644 index 0000000000..0c233b7b4f --- /dev/null +++ b/activemodel/lib/active_model/version.rb @@ -0,0 +1,9 @@ +module ActiveModel + module VERSION #:nodoc: + MAJOR = 3 + MINOR = 0 + TINY = "pre" + + STRING = [MAJOR, MINOR, TINY].join('.') + end +end -- cgit v1.2.3