Added jeweler to rakefile and version.

This commit is contained in:
José Valim
2009-10-21 00:21:06 -02:00
parent a7e25f1b39
commit 2fe1a69b39
5 changed files with 37 additions and 6 deletions

3
lib/devise/version.rb Normal file
View File

@@ -0,0 +1,3 @@
module Devise
VERSION = "0.1.0".freeze
end