Sha256: bc0931ca133c321ce4c6e971e5f67b74fa009ac9c59a3be908f03ec944d3c5f5

Contents?: true

Size: 1.05 KB

Versions: 1

Compression:

Stored size: 1.05 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "omniauth-microsoft_graph"
  spec.version       = Omniauth::Office365::VERSION
  spec.authors       = ["Peter Philips"]
  spec.email         = ["pete@p373.net"]
  spec.summary       = %q{omniauth provider for Microsoft Graph}
  spec.description   = %q{omniauth provider for new Microsoft Graph API}
  spec.homepage      = "https://github.com/synth/omniauth-microsoft_graph"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_runtime_dependency "omniauth-oauth2"

  spec.add_development_dependency "sinatra"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "minitest"
  spec.add_development_dependency "mocha"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omniauth-microsoft_graph-0.1.0 omniauth-microsoft_graph.gemspec