Bump version to 0.1.3

This commit is contained in:
Erik Michaels-Ober 2010-11-30 08:56:37 -08:00
parent 3ddda07d91
commit db07b63469
2 changed files with 2 additions and 2 deletions

View file

@ -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/

View file

@ -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