mirror of
https://github.com/samsonjs/simple_oauth.git
synced 2026-03-25 08:45:54 +00:00
Bump version to 0.1.3
This commit is contained in:
parent
3ddda07d91
commit
db07b63469
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
simple_oauth (0.1.2)
|
||||
simple_oauth (0.1.3)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ module SimpleOAuth
|
|||
module Version
|
||||
MAJOR = 0 unless defined? ::SimpleOAuth::Version::MAJOR
|
||||
MINOR = 1 unless defined? ::SimpleOAuth::Version::MINOR
|
||||
PATCH = 2 unless defined? ::SimpleOAuth::Version::PATCH
|
||||
PATCH = 3 unless defined? ::SimpleOAuth::Version::PATCH
|
||||
STRING = [MAJOR, MINOR, PATCH].join('.') unless defined? ::SimpleOAuth::Version::STRING
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue