# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'omniauth/streamelements/version' Gem::Specification.new do |spec| spec.name = "omniauth-streamelements" spec.version = OmniAuth::Streamelements::VERSION spec.authors = ["Tim Kretschmer"] spec.email = ["tim@krtschmr.de"] spec.summary = %q{Streamelements OAuth2 strategy for OmniAuth} spec.homepage = "https://github.com/krtschmr/omniauth-streamelements" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_runtime_dependency 'omniauth-oauth2', '~> 1.6' end