Skip to content

Releases: polishgeeks/polishgeeks-dev-tools

v1.3.2

27 Jun 20:58
Compare
Choose a tag to compare
  • Bump rubycritic dependency to 2.9.1
  • Bump brakeman dependency to 3.3.2
  • Bump rubocop-rspec dependency to 1.5.0

v1.3.1

15 Apr 08:00
Compare
Choose a tag to compare
  • 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

v1.3.0

03 Apr 17:03
Compare
Choose a tag to compare
  • Move to ruby 2.3.0 by default
  • Bump bundler-audit dependency to 0.5.0
  • Bump brakeman dependency to 3.2.1
  • Bump simplecov dependency to 0.11.2
  • Bump rspec dependency to 3.4.4
  • Reorganize how we run rubocop-rspec
  • #44: Bump rubocop dependency to 0.39.0
  • #17: Bump rubycritic dependency to 2.8.0
  • #30: Allow to pass config file to brakeman
  • #18: Add bundler-audit which checks for vulnerable versions of gems
  • #21: Replace readme validator with required files validators, which allows us to define what files you want to require in your project
  • #35: Added gemfile validator which checks if Gemfile contains gems from local path
  • #26: Rename empty_method to empty_methods validator
  • #12: Add rubocop-rspec which checks add code style checking for your RSpec files
  • #33: Add an option to disallow pending specs

v1.2.1: Merge pull request #24 from polishgeeks/validators

10 Nov 15:36
Compare
Choose a tag to compare
  • Extracted all errors to PolishGeeks::DevTools::Errors namespace
  • Add support for validators
  • Rename Command to Commands namespace

Empty methods validator

07 Sep 12:21
Compare
Choose a tag to compare
v1.2.0

proper versioning

v1.1.2

31 Aug 12:54
Compare
Choose a tag to compare
  • Whiteline regexp ignore

Blank line validation

24 Aug 11:31
Compare
Choose a tag to compare
Merge pull request #4 from polishgeeks/build_against_new_ruby

Build against new ruby

First dev tools open source release

20 Aug 10:45
Compare
Choose a tag to compare
1.0.0

Update README.md