From d754abf6f386dbaee1e6bd02d7eee4e31a9d0088 Mon Sep 17 00:00:00 2001 From: Mike Hagedorn Date: Fri, 12 May 2017 12:20:36 -0400 Subject: [PATCH] fix gemspec date --- chargify_api_ares.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chargify_api_ares.gemspec b/chargify_api_ares.gemspec index 22f2a07..ea4719a 100644 --- a/chargify_api_ares.gemspec +++ b/chargify_api_ares.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.name = 'chargify_api_ares' s.version = '1.4.10' - s.date = '2016-08-22' + s.date = '2017-05-12' s.summary = 'A Chargify API wrapper for Ruby using ActiveResource' s.description = '' s.authors = ["Chargify Development Team"]