From 1e8c1237dc34be1f658fe30f987e214c9c05303d Mon Sep 17 00:00:00 2001 From: Rob Miller Date: Wed, 15 Apr 2015 15:22:54 +0100 Subject: [PATCH] Dynamic date in gemspec --- ruby-wpdb.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby-wpdb.gemspec b/ruby-wpdb.gemspec index 67e2320..f7e57c6 100644 --- a/ruby-wpdb.gemspec +++ b/ruby-wpdb.gemspec @@ -4,7 +4,7 @@ require "ruby-wpdb/version" Gem::Specification.new do |s| s.name = "ruby-wpdb" s.version = WPDB::VERSION - s.date = "2013-10-24" + s.date = Date.today.strftime("%Y-%m-%d") s.summary = "A Ruby ORM wrapper for WordPress" s.description = "ruby-wpdb gives you a painless way to access and interact with WordPress from Ruby, accessing posts, tags, and all other WordPress concepts as plain-old Ruby objects."