Sha256: afb3a1bdbe1df05adc1b7d97be592e0df85504a995ac02865ab6e83a6823f9fc

Contents?: true

Size: 930 Bytes

Versions: 5

Compression:

Stored size: 930 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.add_dependency 'omniauth', '>= 1.0.0'

  gem.add_development_dependency 'rack-test'
  gem.add_development_dependency 'rake'
  gem.add_development_dependency 'rspec', '>= 2.8'

  gem.license = 'MIT'

  gem.authors       = ["Toyokazu Akiyama"]
  gem.email         = ["toyokazu@gmail.com"]
  gem.description   = %q{OmniAuth Shibboleth strategies for OmniAuth 1.x}
  gem.summary       = %q{OmniAuth Shibboleth strategies for OmniAuth 1.x}
  gem.homepage      = ""

  gem.files         = `find . -not \\( -regex ".*\\.git.*" -o -regex "\\./pkg.*" -o -regex "\\./spec.*" \\)`.split("\n").map{ |f| f.gsub(/^.\//, '') }
  gem.test_files    = `find spec/*`.split("\n")
  gem.name          = "omniauth-shibboleth"
  gem.require_paths = ["lib"]
  gem.version       = OmniAuth::Shibboleth::VERSION


end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
omniauth-shibboleth-1.3.0 omniauth-shibboleth.gemspec
omniauth-shibboleth-1.2.1 omniauth-shibboleth.gemspec
omniauth-shibboleth-1.2.0 omniauth-shibboleth.gemspec
omniauth-shibboleth-1.1.2 omniauth-shibboleth.gemspec
omniauth-shibboleth-1.1.1 omniauth-shibboleth.gemspec