From faf92a502d0910142c94190962eb8f9c1b374b7d Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Mon, 5 Dec 2016 10:29:27 -0800 Subject: [PATCH] Include colorize in gemspec --- lib/vmfloaty/version.rb | 2 +- vmfloaty.gemspec | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/vmfloaty/version.rb b/lib/vmfloaty/version.rb index f6b5a75..9016754 100644 --- a/lib/vmfloaty/version.rb +++ b/lib/vmfloaty/version.rb @@ -1,6 +1,6 @@ class Version - @version = '0.7.3' + @version = '0.7.4' def self.get @version diff --git a/vmfloaty.gemspec b/vmfloaty.gemspec index 5e3c385..543614e 100644 --- a/vmfloaty.gemspec +++ b/vmfloaty.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'vmfloaty' - s.version = '0.7.3' + s.version = '0.7.4' s.authors = ['Brian Cain'] s.email = ['brian.cain@puppetlabs.com'] s.license = 'Apache' @@ -13,4 +13,5 @@ Gem::Specification.new do |s| s.require_path = 'lib' s.add_dependency 'commander', '~> 4.3' s.add_dependency 'faraday', '~> 0.9' + s.add_dependency 'colorize', '0.8.1' end