authkeeper 0.1.20 → 0.1.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fb8ffad2850ed97ff7e667c418eea870bae800f9aaa4f638ffdc37237fcdd2f5
4
- data.tar.gz: bbba417d8b8b41f727932451cbea66ded2e74d8c877a0d59fc0f016f4275b364
3
+ metadata.gz: 24d6293f45e335b1b43b75e318d098165cafe7eba6b7214620a162a3f67586fb
4
+ data.tar.gz: 179280190ea3319f20b67bce39312a6ff524c393d3b149598ce87b932ce7ff16
5
5
  SHA512:
6
- metadata.gz: 0b5857d3c075178f258f12dc2ac0695d8793b56fb5ebf5b9f4a3a45048e89017bac2a73b0e7075a1363bf199344e7dc006f459b48c5252d8dae844f1c881ba32
7
- data.tar.gz: 0e1edcfeefaff87bbc8b39b63f584e60e4245773af0f9d436495b0225d58e39d36cc658f7f4586071d5f9185bd3c5d9c6286f311de41e7c8371b1f728679250c
6
+ metadata.gz: 261130eea96d7d19899417a382064ff83fe6933cbcc068106a1cd2f2ee4ee4e069516bc6986f97ff5f6c6f6f1d9a07a0f058f02ee3178c8265c4ae49316b4fc2
7
+ data.tar.gz: dfa742ba9004d7c8751e3dd3416cf515004a6d0cb3b63588d1dc29be579f42bb177c674d6c6d62cd68c70a4bb13ae827c6381086b9a4dcd06c9cf7944bab044c
@@ -10,7 +10,7 @@ module Authkeeper
10
10
  when :google then google_oauth_link
11
11
  when :yandex then yandex_oauth_link
12
12
  when :vk then vk_oauth_link(oauth_data)
13
- when :vk_ads then vk_oauth_link(oauth_data)
13
+ when :vk_ads then vk_ads_oauth_link(oauth_data)
14
14
  end
15
15
  end
16
16
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Authkeeper
4
- VERSION = '0.1.20'
4
+ VERSION = '0.1.21'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: authkeeper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.20
4
+ version: 0.1.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bogdanov Anton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-07-05 00:00:00.000000000 Z
11
+ date: 2026-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails