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.rc1

This commit is contained in:
Erik Michaels-Ober 2011-06-27 13:29:56 -07:00
parent 2ea4639167
commit fe63cbb731
7 changed files with 21 additions and 21 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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