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/version.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/arel/version.rb (limited to 'lib/arel') 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