Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
Deprecate public methods and create a deprecation version
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronAtDuo committed Jul 18, 2022
1 parent 3064d7a commit d4a9187
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
duo_web (1.0.2)
duo_web (1.0.3)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion duo_web.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'duo_web'
s.version = '1.0.2'
s.version = '1.0.3'
s.summary = 'Duo Web Ruby'
s.description = 'A Ruby implementation of the Duo Web SDK.'
s.email = '[email protected]'
Expand Down
5 changes: 5 additions & 0 deletions lib/duo_web.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,9 @@ def parse_vals(key, val, prefix, ikey)
end

extend self

extend Gem::Deprecate
deprecate :sign_request, :none, 2022, 7
deprecate :verify_response, :none, 2022, 7

end

0 comments on commit d4a9187

Please sign in to comment.