Skip to content

Commit 6e8095e

Browse files
authored
Fix/rename omniuth entry point file (#9)
* Refactor file name * Update version
1 parent 247f93c commit 6e8095e

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [1.0.1]
4+
5+
- Rename the entry point file
6+
37
## [1.0.0]
48

59
- Initial Release

Gemfile.lock

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

lib/omni_auth/azure_devops/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module OmniAuth
44
module AzureDevops
5-
VERSION = '1.0.0'
5+
VERSION = '1.0.1'
66
end
77
end
File renamed without changes.

spec/spec_helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
1818
RSpec.configure do |config|
1919
require 'omniauth'
20-
require 'omniauth_azure_devops'
20+
require 'omniauth-azure-devops'
2121
config.extend OmniAuth::Test::StrategyMacros, type: :strategy
2222
OmniAuth.config.test_mode = true
2323

0 commit comments

Comments
 (0)