Skip to content

Commit

Permalink
update version file
Browse files Browse the repository at this point in the history
  • Loading branch information
shenoudab committed Sep 15, 2010
1 parent c45b302 commit d39577e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -45,7 +45,7 @@ spec = Gem::Specification.new do |s|
s.summary = "CouchDB integration for Devise framework."
s.description = "CouchDB integration for Devise framework."
s.files = FileList["[A-Z]*", "{app,config,lib}/**/*"]
s.version = CouchrestModel::Devise::VERSION.dup
s.version = CouchrestModel::Devise::VERSION
s.email = "sbertel@mobithought.com"
s.homepage = "http://github.com/shenoudab/devise_couch"
s.author = 'Shenouda Bertel'
Expand Down
2 changes: 1 addition & 1 deletion lib/devise_couch/version.rb
@@ -1,5 +1,5 @@
module CouchrestModel
module Devise
VERSION = "0.1.2".freeze
VERSION = "0.1.2"
end
end

0 comments on commit d39577e

Please sign in to comment.