We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 675c87a commit a0c571bCopy full SHA for a0c571b
aes.gemspec
@@ -5,11 +5,11 @@
5
6
Gem::Specification.new do |s|
7
s.name = %q{aes}
8
- s.version = "0.3.0"
+ s.version = "0.4.0"
9
10
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
s.authors = ["Carl Hicks"]
12
- s.date = %q{2010-12-05}
+ s.date = %q{2011-01-03}
13
s.description = %q{An AES encrypt/decrypt gem built ontop of OpenSSL. Not as quick as FastAES, but it doesn't require building
14
native extensions and supports Base64 encoded input and output.}
15
s.email = %q{[email protected]}
@@ -26,6 +26,7 @@ Gem::Specification.new do |s|
26
"VERSION",
27
"aes.gemspec",
28
"lib/aes.rb",
29
+ "lib/aes/aes.rb",
30
"test/helper.rb",
31
"test/test_aes.rb"
32
]
0 commit comments