Skip to content

Commit

Permalink
Making sure the email is correct for release
Browse files Browse the repository at this point in the history
  • Loading branch information
justincinmd committed Feb 20, 2011
1 parent ecef03d commit 4ed4187
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 15 deletions.
37 changes: 23 additions & 14 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion acts_as_secure.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.version = ActsAsSecure::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ['Justin Cunningham' , '2007 Revolution Health Group LLC.']
s.email = ['justin@bulletprooftiger.com']
s.email = ['justin@compucatedsolutions.com']
s.homepage = "http://rubygems.org/gems/jcnnghm-acts_as_secure"
s.summary = "ActsAsSecure adds an ability to store ActiveRecord model's fields encrypted in a DB."
s.description = "When a model is marked with acts_as_secure, the :binary type fields are recognized as needed to be stored encrypted.
Expand Down

0 comments on commit 4ed4187

Please sign in to comment.