Sha256: 4380719e41d0a2134c7ca59cd5e3dfbd82063334b933205a179e79009af415d6

Contents?: true

Size: 883 Bytes

Versions: 2

Compression:

Stored size: 883 Bytes

Contents

require_relative 'lib/omniauth/feishu/version'

Gem::Specification.new do |spec|
  spec.name          = "omniauth-feishu"
  spec.version       = Omniauth::Feishu::VERSION
  spec.authors       = ["Renny"]
  spec.email         = ["rennyallen@hotmail.com"]

  spec.summary       = "Lark(Feishu) OAuth2 Strategy for OmniAuth"
  spec.homepage      = "https://github.com/renny-ren/omniauth-feishu"
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
  spec.license       = "MIT"

  spec.add_dependency "omniauth-oauth2", ">= 1.6.0", "< 2"

  # spec.add_development_dependency "rake"
  # spec.add_development_dependency "rspec"

  spec.files         = `git ls-files`.split("\n")
  spec.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  spec.executables   = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
  spec.require_paths = ["lib"]
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
omniauth-feishu-0.1.8 omniauth-feishu.gemspec
omniauth-feishu-0.1.7 omniauth-feishu.gemspec