Skip to content

Commit

Permalink
Set explicit deprecation horizon and gem name for Trestle.deprecator
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed May 27, 2024
1 parent de1e911 commit b77b421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/trestle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def self.i18n_fallbacks(locale=I18n.locale)
end

def self.deprecator
@deprecator ||= ActiveSupport::Deprecation.new
@deprecator ||= ActiveSupport::Deprecation.new('1.0', 'Trestle')
end
end

Expand Down

0 comments on commit b77b421

Please sign in to comment.