Sha256: 9bff7778b8aff9327f4ee9229680e5ea40433d3e8defa9c88bedd0dc213d7e2d

Contents?: true

Size: 947 Bytes

Versions: 4

Compression:

Stored size: 947 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/omniauth-mindvalley/version', __FILE__)

Gem::Specification.new do |gem|
  gem.add_dependency 'hashie', '~> 1.2'
  gem.add_dependency 'omniauth', '~> 1.1.0'
  gem.add_dependency 'omniauth-oauth2', '~> 1.1.0'

  gem.authors = ["Tristan Gomez"]
  gem.email = ["tristan@mindvalley.com"]
  gem.description = %q{An OmniAuth strategy for a Mindvalley account (shamelessly stolen from https://github.com/ZenCocoon/omniauth-testoauth2strategy).}
  gem.summary = %q{n An OmniAuth strategy for a Mindvalley account.}
  gem.homepage = "https://github.com/mindvalley/omniauth-mindvalley"

  gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  gem.files = `git ls-files`.split("\n")
  gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
  gem.name = "omniauth-mindvalley"
  gem.require_paths = ["lib"]
  gem.version = OmniAuth::Mindvalley::VERSION
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
omniauth-mindvalley-0.0.4 omniauth-mindvalley.gemspec
omniauth-mindvalley-0.0.3 omniauth-mindvalley.gemspec
omniauth-mindvalley-0.0.2 omniauth-mindvalley.gemspec
omniauth-mindvalley-0.0.1 omniauth-mindvalley.gemspec