aes.gemspec in aes-0.3.0 vs aes.gemspec in aes-0.4.0
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{aes}
- s.version = "0.3.0"
+ s.version = "0.4.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Carl Hicks"]
- s.date = %q{2010-12-05}
+ s.date = %q{2011-01-03}
s.description = %q{An AES encrypt/decrypt gem built ontop of OpenSSL. Not as quick as FastAES, but it doesn't require building
native extensions and supports Base64 encoded input and output.}
s.email = %q{carl.hicks@gmail.com}
s.extra_rdoc_files = [
"LICENSE.txt",
@@ -24,9 +24,10 @@
"README.rdoc",
"Rakefile",
"VERSION",
"aes.gemspec",
"lib/aes.rb",
+ "lib/aes/aes.rb",
"test/helper.rb",
"test/test_aes.rb"
]
s.homepage = %q{http://github.com/chicks/aes}
s.licenses = ["MIT"]