# -*- encoding: utf-8 -*- require_relative "lib/omniauth/playstation/version" Gem::Specification.new do |gem| gem.authors = ["Rob Cataneo", "Yves Siegrist"] gem.email = ["robcataneo@gmail.com", "Elektron1c97@gmail.com"] gem.summary = %q{A PSN (PlayStation Network) OAuth2 strategy for OmniAuth 1.x} gem.homepage = "https://github.com/siegy22/omniauth-playstation" 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 -- {spec}/*`.split("\n") gem.name = "omniauth-playstation" gem.require_paths = ["lib"] gem.version = OmniAuth::Playstation::VERSION gem.add_dependency 'omniauth', '> 1.0' gem.add_runtime_dependency 'omniauth-oauth2', '~> 1.1' gem.add_development_dependency 'rspec', '>= 2.14.0' gem.add_development_dependency 'rake' end