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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9f4b5ecfd369e393eed0a02f850ed0dfa6271cb7c59853b2626bf45b0e930693
4
- data.tar.gz: 49bee9e03d1ce2b2b665ceadbe19ace23a90f8fcbdb83dce0bccdf705ee218cf
3
+ metadata.gz: a5bdd41191aebe0a6c836d4d7d53291b12f0767322edb511689c23bf5d1764d3
4
+ data.tar.gz: 0ba26ae4833adc73282560574524d293e918703e5870d277b30b105e7677fa1c
5
5
  SHA512:
6
- metadata.gz: 72df81396dbeb751f6fd2083d78d5ec1040f18aefd5dc3c811249f109111648c04fbf84279366aa87cf466d619480b4deb2f3fa6095d825914133754c053be68
7
- data.tar.gz: ac07c764bf778c7c14acef78c46aa9ebc66d3958b531e80c6810d72bd06a53edc8e650d6fa110a8fd590fc1e4e1d28f08204dfec95e6ba5a3d3cf2dfb60daf58
6
+ metadata.gz: 2264da0c0e3160e9ba26c2b5e48e4beff26c809d731f2d3e6118ff2f3e55f972f1c3c9978785ddd170c1827ddc0bacedbdb32046403f3bfb3899f02257566262
7
+ data.tar.gz: 07201307f17c660983273fcbb0487562950467d54816929318b9f3e3be6206f14ac7b356cb43bb491fc8849e4bddf0437a731818341f49671facb4919bb5302e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.2]
4
+
5
+ - Update Gem Metadata
6
+
3
7
  ## [1.0.1]
4
8
 
5
9
  - Rename the entry point file
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-azure-devops (1.0.1)
4
+ omniauth-azure-devops (1.0.2)
5
5
  omniauth (>= 1, < 3)
6
6
  omniauth-oauth2 (~> 1.1)
7
7
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module AzureDevops
5
- VERSION = '1.0.1'
5
+ VERSION = '1.0.2'
6
6
  end
7
7
  end
@@ -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/rewind/omniauth-azure-devops'
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.1
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/rewind/omniauth-azure-devops
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/rewind/omniauth-azure-devops/issues
76
- changelog_uri: https://github.com/rewind/omniauth-azure-devops/blob/main/CHANGELOG.md
77
- documentation_uri: https://github.com/rewind/omniauth-azure-devops
78
- homepage_uri: https://github.com/rewind/omniauth-azure-devops
79
- source_code_uri: https://github.com/rewind/omniauth-azure-devops
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: