Skip to content

0.2.0 (Minor Release)

Compare
Choose a tag to compare
@highb highb released this 17 Jan 19:37
· 67 commits to master since this release
  • (Feature) A CLI tool, pathspec-rb, is now provided with the gem.
  • (API Change) New namespace for gem: PathSpec: Everything is now namespaced under PathSpec, to prevent naming collisions with other libraries. Thanks @tenderlove!
  • (License) License version updated to Apache 2. Thanks @kytrinyx!
  • (Maint) Pruned Supported Ruby Versions. We now test: 2.2.9, 2.3.6 and 2.4.3.
  • (Maint) Ruby 2.5.0 testing is blocked on Travis, but should work locally. Thanks @SumLare!
  • (Maint) Added Rubocop and made some corrections