From b7842b66f54c4bafc7d9a6679e0fc694277b67ad Mon Sep 17 00:00:00 2001 From: Ian MacLeod Date: Wed, 21 May 2014 08:06:32 -0700 Subject: [PATCH] 1.0.rc2 * Gem is no longer 20MB (sorry!). (@nevir) * `RspecFileName` cop allows for method specs to organized into directories by class and type. (@nevir) --- CHANGELOG.md | 5 +++++ lib/rubocop/rspec/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe1e519f3..e5db35c29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change log +## 1.0.rc2 + +* Gem is no longer 20MB (sorry!). ([@nevir][]) +* `RspecFileName` cop allows for method specs to organized into directories by class and type. ([@nevir][]) + ## 1.0.rc1 * Update code to work with rubocop `>= 0.19`. ([@geniou][]) diff --git a/lib/rubocop/rspec/version.rb b/lib/rubocop/rspec/version.rb index 4093fba16..789792854 100644 --- a/lib/rubocop/rspec/version.rb +++ b/lib/rubocop/rspec/version.rb @@ -4,7 +4,7 @@ module Rubocop module RSpec # Version information for the RSpec RuboCop plugin. module Version - STRING = '1.0.rc1' + STRING = '1.0.rc2' end end end