omniauth-azure-devops 1.0.1 → 1.0.2
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/lib/omni_auth/azure_devops/version.rb +1 -1
- data/omniauth-azure-devops.gemspec +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a5bdd41191aebe0a6c836d4d7d53291b12f0767322edb511689c23bf5d1764d3
|
|
4
|
+
data.tar.gz: 0ba26ae4833adc73282560574524d293e918703e5870d277b30b105e7677fa1c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2264da0c0e3160e9ba26c2b5e48e4beff26c809d731f2d3e6118ff2f3e55f972f1c3c9978785ddd170c1827ddc0bacedbdb32046403f3bfb3899f02257566262
|
|
7
|
+
data.tar.gz: 07201307f17c660983273fcbb0487562950467d54816929318b9f3e3be6206f14ac7b356cb43bb491fc8849e4bddf0437a731818341f49671facb4919bb5302e
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
|
|
|
10
10
|
|
|
11
11
|
gem.summary = 'An Azure Devops OAuth strategy for OmniAuth 2.0'
|
|
12
12
|
gem.description = 'An Azure Devops OAuth strategy for OmniAuth 2.0'
|
|
13
|
-
gem.homepage = 'https://github.com/
|
|
13
|
+
gem.homepage = 'https://github.com/rewindio/omniauth-azure-devops'
|
|
14
14
|
gem.license = 'MIT'
|
|
15
15
|
gem.metadata = {
|
|
16
16
|
'rubygems_mfa_required' => 'false',
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-azure-devops
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rewind Software Inc. | Parth Chandgadhiya
|
|
@@ -67,16 +67,16 @@ files:
|
|
|
67
67
|
- lib/omni_auth/strategies/azure_devops.rb
|
|
68
68
|
- lib/omniauth-azure-devops.rb
|
|
69
69
|
- omniauth-azure-devops.gemspec
|
|
70
|
-
homepage: https://github.com/
|
|
70
|
+
homepage: https://github.com/rewindio/omniauth-azure-devops
|
|
71
71
|
licenses:
|
|
72
72
|
- MIT
|
|
73
73
|
metadata:
|
|
74
74
|
rubygems_mfa_required: 'false'
|
|
75
|
-
bug_tracker_uri: https://github.com/
|
|
76
|
-
changelog_uri: https://github.com/
|
|
77
|
-
documentation_uri: https://github.com/
|
|
78
|
-
homepage_uri: https://github.com/
|
|
79
|
-
source_code_uri: https://github.com/
|
|
75
|
+
bug_tracker_uri: https://github.com/rewindio/omniauth-azure-devops/issues
|
|
76
|
+
changelog_uri: https://github.com/rewindio/omniauth-azure-devops/blob/main/CHANGELOG.md
|
|
77
|
+
documentation_uri: https://github.com/rewindio/omniauth-azure-devops
|
|
78
|
+
homepage_uri: https://github.com/rewindio/omniauth-azure-devops
|
|
79
|
+
source_code_uri: https://github.com/rewindio/omniauth-azure-devops
|
|
80
80
|
post_install_message:
|
|
81
81
|
rdoc_options: []
|
|
82
82
|
require_paths:
|