Skip to content

Commit

Permalink
Dynamic date in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
robmiller committed Apr 15, 2015
1 parent e94f50a commit 1e8c123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby-wpdb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 1e8c123

Please sign in to comment.