From 195cc1402284d0e965cd96e572514fe2ff300788 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Tue, 23 Mar 2010 11:23:21 -0700 Subject: Rake is a better build tool than Thor. Move the gem building and releasing tasks to the Rakefile. --- lib/arel.rb | 4 ++-- lib/arel/version.rb | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 lib/arel/version.rb (limited to 'lib') diff --git a/lib/arel.rb b/lib/arel.rb index ef2308ca53..ae4240bf8a 100644 --- a/lib/arel.rb +++ b/lib/arel.rb @@ -6,7 +6,7 @@ require 'active_support/core_ext/object/blank' module Arel require 'arel/algebra' require 'arel/engines' - autoload :Session, 'arel/session' + require 'arel/version' - VERSION = "0.3.1" + autoload :Session, 'arel/session' end diff --git a/lib/arel/version.rb b/lib/arel/version.rb new file mode 100644 index 0000000000..ab126caff4 --- /dev/null +++ b/lib/arel/version.rb @@ -0,0 +1,3 @@ +module Arel + VERSION = "0.3.1" +end \ No newline at end of file -- cgit v1.2.3