From 8d901c983545094039ff84d2103e8daa840541d5 Mon Sep 17 00:00:00 2001 From: Kevin Rutherford Date: Fri, 19 Jun 2009 21:24:36 +0100 Subject: [PATCH] Release 1.1.3.4 --- lib/reek.rb | 2 +- reek.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/reek.rb b/lib/reek.rb index 1aea19c9e..1e71514c2 100644 --- a/lib/reek.rb +++ b/lib/reek.rb @@ -1,5 +1,5 @@ $:.unshift File.dirname(__FILE__) module Reek # :doc: - VERSION = '1.1.3.3' + VERSION = '1.1.3.4' end diff --git a/reek.gemspec b/reek.gemspec index cd9c09509..6dc1ca0bc 100644 --- a/reek.gemspec +++ b/reek.gemspec @@ -2,11 +2,11 @@ Gem::Specification.new do |s| s.name = %q{reek} - s.version = "1.1.3.3" + s.version = "1.1.3.4" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Kevin Rutherford"] - s.date = %q{2009-06-17} + s.date = %q{2009-06-19} s.default_executable = %q{reek} s.description = %q{Code smell detector for Ruby} s.email = ["kevin@rutherford-software.com"]