Skip to content

Commit dac553d

Browse files
authored
Fix/gem metadata (#10)
* Update gem metadata * Update gem version
1 parent 6e8095e commit dac553d

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [1.0.2]
4+
5+
- Update Gem Metadata
6+
37
## [1.0.1]
48

59
- Rename the entry point file

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
omniauth-azure-devops (1.0.1)
4+
omniauth-azure-devops (1.0.2)
55
omniauth (>= 1, < 3)
66
omniauth-oauth2 (~> 1.1)
77

lib/omni_auth/azure_devops/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module OmniAuth
44
module AzureDevops
5-
VERSION = '1.0.1'
5+
VERSION = '1.0.2'
66
end
77
end

omniauth-azure-devops.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
1010

1111
gem.summary = 'An Azure Devops OAuth strategy for OmniAuth 2.0'
1212
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'
1414
gem.license = 'MIT'
1515
gem.metadata = {
1616
'rubygems_mfa_required' => 'false',

0 commit comments

Comments
 (0)