lib/oauth2/version.rb in oauth2-client-1.1.0 vs lib/oauth2/version.rb in oauth2-client-1.1.1

- old
+ new

@@ -1,9 +1,9 @@ module OAuth2 class Version MAJOR = 1 unless defined? OAuth2::Version::MAJOR MINOR = 1 unless defined? OAuth2::Version::MINOR - PATCH = 0 unless defined? OAuth2::Version::PATCH + PATCH = 1 unless defined? OAuth2::Version::PATCH def self.to_s [MAJOR, MINOR, PATCH].compact.join('.') end end \ No newline at end of file