omniauth-auth0.gemspec in omniauth-auth0-1.4.0 vs omniauth-auth0.gemspec in omniauth-auth0-1.4.1

- old
+ new

@@ -2,11 +2,11 @@ $:.push File.expand_path("../lib", __FILE__) require "omniauth-auth0/version" Gem::Specification.new do |s| s.name = "omniauth-auth0" - s.version = Auth0::VERSION + s.version = OmniAuth::Auth0::VERSION s.authors = ["Auth0", "Ezequiel Morito", "Jose Romaniello"] s.email = ["support@auth0.com"] s.homepage = "https://github.com/auth0/omniauth-auth0" s.summary = %q{Omniauth OAuth2 strategy for the Auth0 platform.} s.description = %q{Auth0 is an authentication broker that supports social identity providers as well as enterprise identity providers such as Active Directory, LDAP, Google Apps, Salesforce. @@ -31,6 +31,6 @@ s.add_development_dependency 'webmock', '~> 1.20', '>= 1.20.4' s.add_development_dependency 'rake', '~> 10.3', '>= 10.3.2' s.add_development_dependency 'gem-release', '~> 0.7' s.license = 'MIT' -end \ No newline at end of file +end