oauth2_dingtalk.gemspec in oauth2_dingtalk-0.2.3 vs oauth2_dingtalk.gemspec in oauth2_dingtalk-0.2.4

- old
+ new

@@ -8,12 +8,12 @@ spec.authors = %w[liukun] spec.email = %w[fee1mix@163.com] spec.homepage = 'https://github.com/liukun-lk/oauth2_dingtalk' spec.license = 'MIT' - spec.summary = 'Omniauth strategy for DingTalk(alibaba)' - spec.description = 'Omniauth strategy for DingTalk(alibaba)' + spec.summary = 'Omniauth strategy for DingTalk(Alibaba)' + spec.description = 'Wrapper the DingTalk Oauth2 API' spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } @@ -24,7 +24,9 @@ spec.add_development_dependency 'rspec', '~> 3.0' spec.add_development_dependency 'rubocop', '~> 0.55' spec.add_dependency 'omniauth', '~> 1.0' spec.add_dependency 'omniauth-oauth2', '~> 1.0' - spec.add_dependency 'useragent' + spec.add_dependency 'useragent', '~> 0.16' + + spec.add_runtime_dependency 'zeitwerk', '~> 1.3' end