lib/rodauth/features/oauth_http_mac.rb in rodauth-oauth-0.5.1 vs lib/rodauth/features/oauth_http_mac.rb in rodauth-oauth-0.6.0
- old
+ new
@@ -1,8 +1,8 @@
# frozen-string-literal: true
module Rodauth
- Feature.define(:oauth_http_mac) do
+ Feature.define(:oauth_http_mac, :OauthHttpMac) do
unless String.method_defined?(:delete_prefix)
module PrefixExtensions
refine(String) do
def delete_suffix(suffix)
suffix = suffix.to_s