From 0db6a85f68d8ad7b31e2fd42340bf2a728317683 Mon Sep 17 00:00:00 2001 From: Lewis Eason Date: Thu, 29 Jan 2015 14:25:10 +0000 Subject: [PATCH] That was obvious. --- Gemfile.lock | 8 ++++---- yavm.gemspec | 6 ++++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 19d9da8..f118762 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - YAVM (0.2.0) + YAVM (0.2.1) docopt (~> 0.5.0, >= 0.5.0) json (~> 1.8.1, >= 1.8.0) @@ -56,7 +56,7 @@ PLATFORMS DEPENDENCIES YAVM! - aruba - cucumber + aruba (~> 0.6.2, >= 0.6.2) + cucumber (~> 1.3.18, >= 1.3.18) rake - rubocop + rubocop (~> 0.28.0, >= 0.28.0) diff --git a/yavm.gemspec b/yavm.gemspec index f9f326d..e124cf0 100644 --- a/yavm.gemspec +++ b/yavm.gemspec @@ -1,6 +1,8 @@ +require 'date' + Gem::Specification.new do |s| s.name = 'YAVM' - s.version = '0.2.0' + s.version = '0.2.1' s.summary = 'Yet Another Version Manager' s.description = 'A tiny gem for managing project version numbers' @@ -9,7 +11,7 @@ Gem::Specification.new do |s| s.authors = ['Lewis Eason'] s.email = 'me@lewiseason.co.uk' - s.date = '2014-01-27' + s.date = Date.today.to_s s.files = Dir.glob('{bin,lib}/**/*') + %w(README.md)