omniauth-tanmer.gemspec in omniauth-tanmer-1.0.2 vs omniauth-tanmer.gemspec in omniauth-tanmer-1.0.3

- old
+ new

@@ -8,10 +8,10 @@ gem.version = Omniauth::Tanmer::VERSION gem.authors = ['xiaohui'] gem.email = ['xiaohui@tanmer.com'] gem.description = %q{This is the strategy for authenticating to your Tanmer service} gem.summary = %q{This is the strategy for authenticating to your Tanmer service} - gem.homepage = 'https://gitlab.tanmer.com/tanmer/omniauth-tanmer' + gem.homepage = 'https://github.com/tanmer/omniauth-tanmer' gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ['lib']