Skip to content

Commit

Permalink
1.0.rc2
Browse files Browse the repository at this point in the history
* Gem is no longer 20MB (sorry!). (@nevir)
* `RspecFileName` cop allows for method specs to organized into directories by class and type. (@nevir)
  • Loading branch information
nevir committed May 21, 2014
1 parent b3221d6 commit b7842b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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][])
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/rspec/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b7842b6

Please sign in to comment.