authkeeper 0.1.19 → 0.1.20

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: d7346e853e67521c918e65be3551ea00ab7e1c0bafb02238c92b8ad2b17b4010
4
- data.tar.gz: c719c1bbbce2e0550dabe41dcd02c5e1d034e68b529064e6b03cca4831745e01
3
+ metadata.gz: fb8ffad2850ed97ff7e667c418eea870bae800f9aaa4f638ffdc37237fcdd2f5
4
+ data.tar.gz: bbba417d8b8b41f727932451cbea66ded2e74d8c877a0d59fc0f016f4275b364
5
5
  SHA512:
6
- metadata.gz: 4f4c55a3e6ec6422eb46e86f5d9d6e8aa0bc135c9e86266072cff21c169beab5cb67baefd89bd46dee795e21c53c361ad386860e469f27c266ce9f93006cedbf
7
- data.tar.gz: de8b3f18dd83a50c3a8b08b630f78337b94e7f054e61ccc88b82963a7a4b33b1a9f59f5ef3d8899ae88d73ad102f3c4821ff8e79c9ddaf2154871e69c61b7f34
6
+ metadata.gz: 0b5857d3c075178f258f12dc2ac0695d8793b56fb5ebf5b9f4a3a45048e89017bac2a73b0e7075a1363bf199344e7dc006f459b48c5252d8dae844f1c881ba32
7
+ data.tar.gz: 0e1edcfeefaff87bbc8b39b63f584e60e4245773af0f9d436495b0225d58e39d36cc658f7f4586071d5f9185bd3c5d9c6286f311de41e7c8371b1f728679250c
@@ -42,7 +42,7 @@ module Authkeeper
42
42
  end
43
43
 
44
44
  def vk_ads_oauth_link(oauth_data)
45
- "https://ads.vk.ru/hq/settings/access?action=oauth2&response_type=code&client_id=#{oauth_data[:client_id]}&redirect_uri=#{oauth_data[:redirect_uri]}&scope=#{oauth_data[:scope]}&state=#{oauth_data[:state]}"
45
+ "https://ads.vk.ru/hq/settings/access?action=oauth2&response_type=code&client_id=#{oauth_data[:client_id]}&redirect_uri=#{oauth_data[:redirect_url]}&scope=#{oauth_data[:scope]}&state=#{oauth_data[:state]}"
46
46
  end
47
47
  # rubocop: enable Layout/LineLength
48
48
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Authkeeper
4
- VERSION = '0.1.19'
4
+ VERSION = '0.1.20'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: authkeeper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.19
4
+ version: 0.1.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bogdanov Anton