# -*- encoding: utf-8 -*- # stub: indieauth-token-verification 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "indieauth-token-verification".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org/" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Stephen Rushe".freeze] s.bindir = "exe".freeze s.date = "2019-02-15" s.description = "Perform the access token verification portion of the IndieAuth process by communicationg with a token endpoint.".freeze s.email = ["steve+gemspec@deeden.co.uk".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "indieauth-token-verification.gemspec".freeze, "lib/indie_auth/token_verification.rb".freeze, "lib/indie_auth/token_verification/version.rb".freeze] s.homepage = "https://github.com/srushe/indieauth-token-verification".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Perform the access token verification portion of the IndieAuth process.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 12.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) end