Sha256: c81edc44faec094d3c5422aa28aa716128e416e426294ce280077f0e7b422371

Contents?: true

Size: 918 Bytes

Versions: 2

Compression:

Stored size: 918 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.name          = 'omniauth-tanmer'
  gem.version       = Omniauth::Tanmer::VERSION
  gem.authors       = ['xiaohui']
  gem.email         = ['xiaohui@tanmer.com']
  gem.description   = %q{This is the strategy for authenticating to your Tanmer service}
  gem.summary       = %q{This is the strategy for authenticating to your Tanmer service}
  gem.homepage      = 'https://github.com/tanmer/omniauth-tanmer'

  gem.files         = `git ls-files`.split($/)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ['lib']

  gem.add_dependency 'omniauth', '~> 1.0'
  gem.add_dependency 'omniauth-oauth2', '~> 1.0'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
omniauth-tanmer-1.0.5 omniauth-tanmer.gemspec
omniauth-tanmer-1.0.4 omniauth-tanmer.gemspec