1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00

Bump version to 0.3.0

This commit is contained in:
Michael Bleigh 2011-09-22 11:48:17 -05:00
parent cc3391b5cc
commit bf0222628f
7 changed files with 7 additions and 7 deletions

View file

@ -10,7 +10,7 @@ module OmniAuth
PATCH = 0
end
unless defined?(::OmniAuth::Version::PRE)
PRE = "rc1"
PRE = nil
end
unless defined?(::OmniAuth::Version::STRING)
STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')

View file

@ -10,7 +10,7 @@ module OmniAuth
PATCH = 0
end
unless defined?(::OmniAuth::Version::PRE)
PRE = "rc1"
PRE = nil
end
unless defined?(::OmniAuth::Version::STRING)
STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')

View file

@ -10,7 +10,7 @@ module OmniAuth
PATCH = 0
end
unless defined?(::OmniAuth::Version::PRE)
PRE = "rc1"
PRE = nil
end
unless defined?(::OmniAuth::Version::STRING)
STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')

View file

@ -10,7 +10,7 @@ module OmniAuth
PATCH = 0
end
unless defined?(::OmniAuth::Version::PRE)
PRE = "rc1"
PRE = nil
end
unless defined?(::OmniAuth::Version::STRING)
STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')

View file

@ -10,7 +10,7 @@ module OmniAuth
PATCH = 0
end
unless defined?(::OmniAuth::Version::PRE)
PRE = "rc1"
PRE = nil
end
unless defined?(::OmniAuth::Version::STRING)
STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')

View file

@ -10,7 +10,7 @@ module OmniAuth
PATCH = 0
end
unless defined?(::OmniAuth::Version::PRE)
PRE = "rc1"
PRE = nil
end
unless defined?(::OmniAuth::Version::STRING)
STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')

View file

@ -10,7 +10,7 @@ module OmniAuth
PATCH = 0
end
unless defined?(::OmniAuth::Version::PRE)
PRE = "rc1"
PRE = nil
end
unless defined?(::OmniAuth::Version::STRING)
STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')