Sha256: 6764202c180e374c58c57fcf08f70b84f48a7297815030e1c4f94ea780b36ab5

Contents?: true

Size: 1.1 KB

Versions: 2

Compression:

Stored size: 1.1 KB

Contents

lib = File.expand_path('lib', __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'oauth2_dingtalk/version'

Gem::Specification.new do |spec|
  spec.name          = 'oauth2_dingtalk'
  spec.version       = Oauth2Dingtalk::VERSION
  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.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) }
  spec.require_paths = ['lib']

  spec.add_development_dependency 'bundler', '~> 1.15'
  spec.add_development_dependency 'rake', '~> 10.0'
  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'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
oauth2_dingtalk-0.2.3 oauth2_dingtalk.gemspec
oauth2_dingtalk-0.2.2 oauth2_dingtalk.gemspec