mirror of
https://github.com/samsonjs/simple_oauth.git
synced 2026-04-27 14:57:45 +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
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
simple_oauth (0.1.2)
|
simple_oauth (0.1.3)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ module SimpleOAuth
|
||||||
module Version
|
module Version
|
||||||
MAJOR = 0 unless defined? ::SimpleOAuth::Version::MAJOR
|
MAJOR = 0 unless defined? ::SimpleOAuth::Version::MAJOR
|
||||||
MINOR = 1 unless defined? ::SimpleOAuth::Version::MINOR
|
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
|
STRING = [MAJOR, MINOR, PATCH].join('.') unless defined? ::SimpleOAuth::Version::STRING
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue