Skip to content
This repository has been archived by the owner on Jan 9, 2018. It is now read-only.

Commit

Permalink
Update aescrypt.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurpartap committed Jul 31, 2012
1 parent 0cf290c commit 8178d53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aescrypt.gemspec
Expand Up @@ -3,8 +3,8 @@
Gem::Specification.new do |gem| Gem::Specification.new do |gem|
gem.authors = ["Gurpartap Singh"] gem.authors = ["Gurpartap Singh"]
gem.email = ["contact@gurpartap.com"] gem.email = ["contact@gurpartap.com"]
gem.description = "Simple Ruby AES encryption / decryption gem" gem.description = "Simple AES encryption / decryption for Ruby"
gem.summary = "A simple and opinionated AES encrypt / decrypt Ruby gem that just works." gem.summary = "AESCrypt is a simple to use, opinionated AES encryption / decryption Ruby gem that just works."
gem.homepage = "http://github.com/Gurpartap/aescrypt" gem.homepage = "http://github.com/Gurpartap/aescrypt"


gem.files = `git ls-files`.split("\n") gem.files = `git ls-files`.split("\n")
Expand Down

0 comments on commit 8178d53

Please sign in to comment.