Skip to content

Commit

Permalink
Release 1.1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrutherford committed Jun 19, 2009
1 parent a8c3b0c commit 8d901c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
4 changes: 2 additions & 2 deletions reek.gemspec
Expand Up @@ -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"]
Expand Down

0 comments on commit 8d901c9

Please sign in to comment.