Sha256: 29d4be21ca71630e72019cd9483c2758001906483a83f40bf0ff4e55609b37ae

Contents?: true

Size: 1.29 KB

Versions: 4

Compression:

Stored size: 1.29 KB

Contents

lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "omniauth/idcat_mobil/version"

Gem::Specification.new do |spec|
  spec.name          = "omniauth-idcat_mobil"
  spec.version       = Omniauth::IdCatMobil::VERSION
  spec.authors       = ["Oliver Valls"]
  spec.email         = ["oliver.vh@coditramuntana.com"]

  spec.summary       = %q{User registration and login through IdCat mòbil.}
  spec.description   = %q{Authentication method that uses OAuth 2.0 protocol.}
  spec.homepage      = "https://github.com/gencat/omniauth-idcat_mobil"
  spec.license       = "MIT"

  # Specify which files should be added to the gem when it is released.
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
  spec.files         = Dir.chdir(File.expand_path('..', __FILE__)) do
    `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  end
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_dependency "omniauth", "~> 1.5"
  spec.add_dependency "omniauth-oauth2", ">= 1.4.0", "< 2.0"
  spec.add_development_dependency "bundler", "~> 2.2", ">= 2.2.10"
  spec.add_development_dependency "rake", "~> 12.3", ">= 12.3.3"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
omniauth-idcat_mobil-0.2.4 omniauth-idcat_mobil.gemspec
omniauth-idcat_mobil-0.2.3 omniauth-idcat_mobil.gemspec
omniauth-idcat_mobil-0.2.2 omniauth-idcat_mobil.gemspec
omniauth-idcat_mobil-0.2.1 omniauth-idcat_mobil.gemspec