Sha256: 5133decb61b0dd536fe0365ec52c98883ea7d771157c566c448a18eb24567895

Contents?: true

Size: 873 Bytes

Versions: 1

Compression:

Stored size: 873 Bytes

Contents

# 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omniauth-streamelements-0.1.1 omniauth-streamelements.gemspec