From a01089a21ff31c3abb486c1a460214cd6ce2d852 Mon Sep 17 00:00:00 2001 From: Jake Faris Date: Fri, 21 Oct 2016 12:12:44 -0400 Subject: [PATCH] Upgrade dotenvious version Accidentally pushed an outdated, invalid version of 0.0.2 to rubygems. Yanked that version and am now publishing the correct one. --- dotenvious.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotenvious.gemspec b/dotenvious.gemspec index fa2a832..45b4935 100644 --- a/dotenvious.gemspec +++ b/dotenvious.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'dotenvious' - s.version = '0.0.2' + s.version = '0.0.3' s.date = '2016-10-21' s.summary = "Dotenvious" s.description = "A Gem to manage environment variables"