Sha256: 70abe2d7054a770cad42d2559b2c14047f40bebb779759d86c5bb106a8052c48

Contents?: true

Size: 1 KB

Versions: 1

Compression:

Stored size: 1 KB

Contents

# coding: utf-8
lib = File.expand_path("../lib", __FILE__)
$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.summary       = 'Omniauth strategy for Dingding(alibaba)'
  spec.description   = 'Using OAuth2 to authenticate dingding user when web resources being viewed within dingding(alibaba) client.'

  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_dependency 'omniauth', '~> 1.0'
  spec.add_dependency 'omniauth-oauth2', '~> 1.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
oauth2_dingtalk-0.1.0 oauth2_dingtalk.gemspec