Skip to content

Commit 8257b36

Browse files
authored
Merge pull request #717 from ruby-oauth/feat/cleanup
Feat/cleanup
2 parents 59f0d06 + 466c3d9 commit 8257b36

3 files changed

Lines changed: 3 additions & 118 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Please file a bug if you notice a violation of semantic versioning.
2020

2121
### Added
2222

23+
- OAuth2::VERSION (Traditional Constant Location)
24+
2325
### Changed
2426

2527
### Deprecated

bin/bundle

Lines changed: 0 additions & 118 deletions
This file was deleted.

lib/oauth2/version.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ module OAuth2
44
module Version
55
VERSION = "2.0.19"
66
end
7+
VERSION = Version::VERSION # Traditional Constant Location
78
end

0 commit comments

Comments
 (0)