omniauth-vkontakte 1.7.0 → 1.7.1

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: c31336de0c0d1630c1b24a9970d46503353a3d31a81be62dc9b0e5d3b910d9e8
4
- data.tar.gz: 4d0e103aef7cd9593cf8e37e69c54c35a64a94a0b3f6c999d39d11d5a11cfcfa
3
+ metadata.gz: f5e77d3608f8ffe151363232409686cd04951f3ad82892d5452e82e649976e96
4
+ data.tar.gz: ac475f089c5aeaa54a010f80342cb540182a9aa08303a4aa99b12e6665c1d07a
5
5
  SHA512:
6
- metadata.gz: 375f8caec707839dabce173adb21c63c7d9fee36852bf9e6412f1b463d1c0e520bc10810f9f0384799992abe8ffce007399001b22328a98cf8e1fb3ee211aa9f
7
- data.tar.gz: 0daa0d710c5a061bdf7019aa6224e0cf718f9473e8f1f2397bfa068efd9208dd296ab726242b4722f2d1d11168c3a0a85096a50fea098807c284e745c983ced2
6
+ metadata.gz: e5fddd2cc46e35fb4b26e711ed95b629bdb68aef390f9c6c4eb83d541321496afd8fe8951613ab666a4ac827a58855f64354293edee6936c465b4e0e68f3f4ba
7
+ data.tar.gz: 9f1a3be96a75531a5c2d854bd5b88d99142783a23d6e06eab06fa0ab9ddf3ff3d4288ce7d1af64da9bee05159339593d05c6ee7c2710e4e2a06e12fe151f820c
@@ -0,0 +1,11 @@
1
+ # To get started with Dependabot version updates, you'll need to specify which
2
+ # package ecosystems to update and where the package manifests are located.
3
+ # Please see the documentation for all configuration options:
4
+ # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5
+
6
+ version: 2
7
+ updates:
8
+ - package-ecosystem: "bundler" # See documentation for possible values
9
+ directory: "/" # Location of package manifests
10
+ schedule:
11
+ interval: "daily"
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module Vkontakte
5
- VERSION = '1.7.0'
5
+ VERSION = '1.7.1'
6
6
  end
7
7
  end
@@ -16,5 +16,5 @@ Gem::Specification.new do |gem|
16
16
  gem.require_paths = ['lib']
17
17
  gem.version = OmniAuth::Vkontakte::VERSION
18
18
  gem.required_ruby_version = '>= 2.5.0'
19
- gem.add_runtime_dependency 'omniauth-oauth2', ['>= 1.5', '<= 1.7.1']
19
+ gem.add_runtime_dependency 'omniauth-oauth2', '>= 1.5', '<= 1.7.3'
20
20
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-vkontakte
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anton Maminov
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-12 00:00:00.000000000 Z
11
+ date: 2021-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth2
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '1.5'
20
20
  - - "<="
21
21
  - !ruby/object:Gem::Version
22
- version: 1.7.1
22
+ version: 1.7.3
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,14 +29,15 @@ dependencies:
29
29
  version: '1.5'
30
30
  - - "<="
31
31
  - !ruby/object:Gem::Version
32
- version: 1.7.1
33
- description:
32
+ version: 1.7.3
33
+ description:
34
34
  email:
35
35
  - anton.maminov@gmail.com
36
36
  executables: []
37
37
  extensions: []
38
38
  extra_rdoc_files: []
39
39
  files:
40
+ - ".github/dependabot.yml"
40
41
  - ".github/workflows/ruby.yml"
41
42
  - ".gitignore"
42
43
  - ".rspec"
@@ -59,7 +60,7 @@ homepage: https://github.com/mamantoha/omniauth-vkontakte
59
60
  licenses:
60
61
  - MIT
61
62
  metadata: {}
62
- post_install_message:
63
+ post_install_message:
63
64
  rdoc_options: []
64
65
  require_paths:
65
66
  - lib
@@ -74,8 +75,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
75
  - !ruby/object:Gem::Version
75
76
  version: '0'
76
77
  requirements: []
77
- rubygems_version: 3.2.3
78
- signing_key:
78
+ rubygems_version: 3.2.32
79
+ signing_key:
79
80
  specification_version: 4
80
81
  summary: Vkontakte OAuth2 Strategy for OmniAuth
81
- test_files: []
82
+ test_files:
83
+ - spec/omniauth/strategies/vkontakte_spec.rb
84
+ - spec/spec_helper.rb