Skip to content

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
shuber committed Jan 29, 2010
1 parent 121c790 commit 55b015a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions encryptor.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'encryptor'
s.version = '1.1.0'
s.date = '2010-01-28'
s.version = '1.1.1'
s.date = '2010-01-29'

s.summary = 'A simple wrapper for the standard ruby OpenSSL library'
s.description = 'A simple wrapper for the standard ruby OpenSSL library'
Expand All @@ -17,6 +17,7 @@ Gem::Specification.new do |s|

s.files = %w(
lib/encryptor.rb
lib/encryptor/string.rb
MIT-LICENSE
Rakefile
README.rdoc
Expand Down

0 comments on commit 55b015a

Please sign in to comment.