JackDanger / permanent_records

Rails Plugin - soft-delete your ActiveRecord records. It's like an explicit version of ActsAsParanoid
https://jdanger.com
MIT License
272 stars 64 forks source link

Fix build incl. specs and rubocop #101

Closed msalzburg closed 5 years ago

msalzburg commented 5 years ago

This PR fixes the ci build script incl. rspec tests and rubocop linters. I also updated the ruby and rails version to their latest patch versions in the travis matrix.

msalzburg commented 5 years ago

This PR makes PR #99 obsolete.

mherold commented 5 years ago

@msalzburg Thanks!

@JackDanger I will merge this since it makes the tests green again + looks good to me... Please drop me a line if you disagree or would like any changes.

JackDanger commented 5 years ago

@msalzburg (& @mherold ) great work!