Skip to content

Commit

Permalink
Release 1.1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrutherford committed Jun 13, 2009
1 parent 7fb3458 commit 60d4690
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions History.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
=== Minor Changes
* LongMethod now counts statements deeper into each method (#25)
* LongMethod no longer counts control structures, only their contained stmts
* LargeClass is disabled when checking in-memory classes

== 1.1.3 2009-05-19

Expand Down
2 changes: 1 addition & 1 deletion lib/reek.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$:.unshift File.dirname(__FILE__)

module Reek # :doc:
VERSION = '1.1.3.1'
VERSION = '1.1.3.2'
end
4 changes: 2 additions & 2 deletions reek.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{reek}
s.version = "1.1.3.1"
s.version = "1.1.3.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Kevin Rutherford"]
s.date = %q{2009-06-04}
s.date = %q{2009-06-13}
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 60d4690

Please sign in to comment.