Sha256: 16836759865334615164a3bd61506824488bfeffaa810282de88fe7c5ba0c8ae

Contents?: true

Size: 1021 Bytes

Versions: 1

Compression:

Stored size: 1021 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
puts lib
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'omniauth/webex/version'

Gem::Specification.new do |spec|
  spec.name          = 'omniauth-webex-oauth2'
  spec.version       = OmniAuth::Webex::VERSION
  spec.authors       = ['Suhas Nehete']
  spec.email         = ['suhas0284@gmail.com']

  spec.summary       = %q{A Cisco WebEx Teams (Cisco Spark) OAuth2 strategy.}
  spec.description   = %q{A Cisco WebEx Teams (Cisco Spark) OAuth2 strategy. Create account and generate client_id and client_secret.}
  spec.homepage      = 'https://github.com/suhaspan/omniauth-webex-oauth2'
  spec.license       = 'MIT'

  spec.files         = `git ls-files -z`.split("\x0")
  spec.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  spec.require_paths = ['lib']

  spec.add_runtime_dependency 'omniauth-oauth2', '~> 1.2'

  spec.add_development_dependency 'rake', '~> 10.0'
  spec.add_development_dependency 'rspec', '~> 3.4'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omniauth-webex-oauth2-0.0.1 omniauth-webex-oauth2.gemspec