From fdf67e04f5a7c1dd825c444a582badfb7018bac9 Mon Sep 17 00:00:00 2001 From: Sean Huber Date: Mon, 26 Apr 2010 10:19:21 -0700 Subject: [PATCH] update gemspec --- attr_encrypted.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/attr_encrypted.gemspec b/attr_encrypted.gemspec index aa5ee808..743493b8 100644 --- a/attr_encrypted.gemspec +++ b/attr_encrypted.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'attr_encrypted' - s.version = '1.1.0' - s.date = '2010-01-28' + s.version = '1.1.1' + s.date = '2010-04-26' s.summary = 'Generates attr_accessors that encrypt and decrypt attributes transparently' s.description = 'Generates attr_accessors that encrypt and decrypt attributes transparently'