diff --git a/checksum/ruby-lint-2.3.1.gem.sha512 b/checksum/ruby-lint-2.3.1.gem.sha512 new file mode 100644 index 0000000..9b467a9 --- /dev/null +++ b/checksum/ruby-lint-2.3.1.gem.sha512 @@ -0,0 +1 @@ +39ef60a613cf70fdeee82207acd95ef1c8f9d98c266f8ef5c383c21002d6c952b43c2a216683e8ea254ef0da826d5e2c38da87ddc9cb3ef758bde8fb7ba62d82 \ No newline at end of file diff --git a/doc/changelog.md b/doc/changelog.md index 8620a18..2924294 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -5,6 +5,10 @@ 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). +## 2.3.1 - 2016-10-17 + +This release adds definitions for RSpec, thanks to Alex Moore-Niemi! + ## 2.3.0 - 2016-06-30 Analysis fixes: diff --git a/lib/ruby-lint/version.rb b/lib/ruby-lint/version.rb index d939ea0..469674e 100644 --- a/lib/ruby-lint/version.rb +++ b/lib/ruby-lint/version.rb @@ -1,3 +1,3 @@ module RubyLint - VERSION = '2.3.0' + VERSION = '2.3.1' end # RubyLint