Skip to content

Commit

Permalink
Merge pull request #35 from fusion94/release-0.7.0
Browse files Browse the repository at this point in the history
Prep for 0.7.0 release
  • Loading branch information
Tony Guntharp authored Oct 10, 2024
2 parents efe12bb + b8630cd commit 7bb97d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes to `paper_trail_manager`
================================

* 0.7.0
* Add support for Rails 5 and 6
* Add support for paper_trail 5.x – 10.x
* Drop support for Rails < 4.1
* Drop support for Ruby < 2.5

* 0.6.0
* Add support for linking changes to user records via `PaperTrailManager.whodunnit_name_method` and `PaperTrailManager.user_path_method`
* Add new `PaperTrailManager.item_name_method` configuration option
Expand Down
6 changes: 3 additions & 3 deletions paper_trail_manager.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = 'paper_trail_manager'
spec.version = '0.6.0'
spec.version = '0.7.0'
spec.authors = ['Igal Koshevoy', 'Reid Beels']
spec.authors = ['[email protected]']
spec.summary = 'A user interface for `paper_trail` versioning data in Ruby on Rails 3 applications.'
spec.description = 'Browse, subscribe, view and revert changes to records when using Ruby on Rails 3 and the `paper_trail` gem.'
spec.summary = 'A user interface for `paper_trail` versioning data in Rails applications.'
spec.description = 'Browse, subscribe, view and revert changes to records when using Rails and the `paper_trail` gem.'
spec.homepage = 'https://github.com/fusion94/paper_trail_manager'
spec.license = 'MIT'

Expand Down

0 comments on commit 7bb97d0

Please sign in to comment.