Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
Release 1.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yorick Peterse committed Dec 23, 2013
1 parent d8b734a commit 3b70b77
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
1 change: 1 addition & 0 deletions checksum/ruby-lint-1.0.3.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dc93aa3a5f196b8badbab5c06975e7da6710508e2f6efebf16f063413d4f1d80d8f02897c0aced4a7593e16d1f2f53465a3be9ff16d0b6b084086ec6a169aa1a
17 changes: 17 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ This document contains a short summary of the various releases of ruby-lint.
For a full list of commits included in each release see the corresponding Git
tags (named after the versions).

## 1.0.3 - 2013-12-23

* `self` is now defined as a class and instance method to ensure that the right
data is used in these two scopes. See
`28f604ded884be2e43ef7ce93892a3cade4c93d7` for a more in depth explanation.
* Block arguments passed to methods are now ignored by the `ArgumentAmount`
analysis class.
* Configuration objects are now passed to analysis classes.
* ruby-lint can now parse empty Ruby files! Previously this would crash the
parser.
* Range now inherits from Enumerable.
* The definitions for Array have been re-generated.
* Fix for searching for Ruby files when no directories were given to the file
scanner class. Previously this would cause ruby-lint to start scanning from
`/`. See <https://github.com/YorickPeterse/ruby-lint/issues/83> for more
information.

## 1.0.2 - 2013-12-19

This release changes the default file scanner directories from `$PWD` to
Expand Down
2 changes: 1 addition & 1 deletion lib/ruby-lint/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RubyLint
VERSION = '1.0.2'
VERSION = '1.0.3'
end # RubyLint

0 comments on commit 3b70b77

Please sign in to comment.