CHANGELOG.md in polishgeeks-dev-tools-1.3.0 vs CHANGELOG.md in polishgeeks-dev-tools-1.3.1

- old
+ new

@@ -1,9 +1,16 @@ # PolishGeeks Dev Tools Changelog ## master (unreleased) +## 1.3.1 (15/04/2016) + +- Remove dependency for mongoid-rspec +- #54: Fix Command::Rspec to handle single test failure +- Bump rubycritic dependency to 2.9.0 +- #58: Rename haml-lint gem to haml_lint + ## 1.3.0 (03/04/2016) - Move to ruby 2.3.0 by default - Bump bundler-audit dependency to 0.5.0 - Bump brakeman dependency to 3.2.1 @@ -53,10 +60,9 @@ config.empty_methods_ignored = %w(REVIEW.md) end ``` - #12: Add rubocop-rspec which checks add code style checking for your RSpec files - - #33: Add an option to disallow pending specs If you want to allow pending specs then ```ruby PolishGeeks::DevTools.setup do |config|