From 0503a8ff65487c3ea7272ead4f7071139b736d44 Mon Sep 17 00:00:00 2001 From: Jon VanAlten Date: Wed, 30 Sep 2020 14:53:27 -0600 Subject: [PATCH] Version bump to 0.5.1 --- VERSION | 2 +- aes.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 79a2734..4b9fcbe 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.0 \ No newline at end of file +0.5.1 diff --git a/aes.gemspec b/aes.gemspec index 1fd4ac3..6682bf2 100644 --- a/aes.gemspec +++ b/aes.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = "aes" - s.version = "0.5.0" + s.version = "0.5.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Carl Hicks"] - s.date = "2012-05-01" + s.date = "2020-09-30" s.description = "An AES encrypt/decrypt gem built ontop of OpenSSL. Not as quick as FastAES, but it doesn't require building\n native extensions and supports Base64 encoded input and output." s.email = "carl.hicks@gmail.com" s.extra_rdoc_files = [