From 34bcb7f1fb3f1d8a233af351423c6c13222e291b Mon Sep 17 00:00:00 2001 From: Joe Lencioni Date: Tue, 3 Nov 2015 09:40:38 -0800 Subject: [PATCH] 0.4.0 - Made Amazon S3 bucket name configurable - Small performance improvements --- diffux_ci.gemspec | 2 +- lib/diffux_ci_version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/diffux_ci.gemspec b/diffux_ci.gemspec index ccbc7a6..c73daab 100644 --- a/diffux_ci.gemspec +++ b/diffux_ci.gemspec @@ -3,7 +3,7 @@ require './lib/diffux_ci_version' Gem::Specification.new do |s| s.name = 'diffux_ci' s.version = DiffuxCI::VERSION - s.date = '2015-10-19' + s.date = '2015-11-03' s.summary = 'Diffux-CI' s.description = 'Diffux-CI, a perceptual diff tool for JS components' s.authors = ['Henric Trotzig', 'Joe Lencioni'] diff --git a/lib/diffux_ci_version.rb b/lib/diffux_ci_version.rb index 01a8019..3322005 100644 --- a/lib/diffux_ci_version.rb +++ b/lib/diffux_ci_version.rb @@ -1,4 +1,4 @@ # Defines the gem version. module DiffuxCI - VERSION = '0.3.2' + VERSION = '0.4.0' end