Skip to content

Commit a0c571b

Browse files
committed
Regenerate gemspec for version 0.4.0
1 parent 675c87a commit a0c571b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

aes.gemspec

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
Gem::Specification.new do |s|
77
s.name = %q{aes}
8-
s.version = "0.3.0"
8+
s.version = "0.4.0"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Carl Hicks"]
12-
s.date = %q{2010-12-05}
12+
s.date = %q{2011-01-03}
1313
s.description = %q{An AES encrypt/decrypt gem built ontop of OpenSSL. Not as quick as FastAES, but it doesn't require building
1414
native extensions and supports Base64 encoded input and output.}
1515
s.email = %q{[email protected]}
@@ -26,6 +26,7 @@ Gem::Specification.new do |s|
2626
"VERSION",
2727
"aes.gemspec",
2828
"lib/aes.rb",
29+
"lib/aes/aes.rb",
2930
"test/helper.rb",
3031
"test/test_aes.rb"
3132
]

0 commit comments

Comments
 (0)