Sha256: c554e8c435fabd061115ec5553413a72ea58460bd288f75932c2088d0db6d8f5

Contents?: true

Size: 844 Bytes

Versions: 3

Compression:

Stored size: 844 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name     = 'omniauth-threads'
  s.version  = OmniAuth::Threads::VERSION
  s.summary  = 'Threads OAuth2 Strategy for OmniAuth'
  s.homepage = 'https://github.com/bborn/omniauth-threads'
  s.authors  = ['Bruno Bornsztein']
  s.license  = 'MIT'

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
  s.require_paths = ['lib']

  s.add_runtime_dependency 'omniauth-oauth2', '>= 1.2', '< 3'
  s.add_runtime_dependency 'bigdecimal'

  s.add_development_dependency 'minitest'
  s.add_development_dependency 'mocha'
  s.add_development_dependency 'rake'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
omniauth-threads-0.1.2 omniauth-threads.gemspec
omniauth-threads-0.1.1 omniauth-threads.gemspec
omniauth-threads-0.1.0 omniauth-threads.gemspec