Sha256: 3c2855c30676974a046f73897904ad026dfcffb215fac2856560451ebfd5ee39

Contents?: true

Size: 1.54 KB

Versions: 3

Compression:

Stored size: 1.54 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'soar_authentication_token/version'


Gem::Specification.new do |spec|
  spec.name          = "soar_authentication_token"
  spec.version       = SoarAuthenticationToken::VERSION
  spec.authors       = ["Barney de Villiers"]
  spec.email         = ["barney.de.villiers@hetzner.co.za"]
  spec.description   = %q{Interface to the authentication token service}
  spec.summary       = %q{Client library for Hetzner's authentication token service}
  spec.homepage      = "https://gitlab.host-h.net/hetznerZA/authentication-token-service"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_dependency 'soar_xt', '~> 0.0.3'
  spec.add_dependency 'jwt', '~> 1.5', '>= 1.5.6'
  spec.add_dependency "rack", '>= 1.6.4', '< 3.0.0'
  spec.add_dependency 'authenticated_client', '~> 0.0.2'

  spec.add_development_dependency 'auth_token_store_provider', "~> 1.0"
  spec.add_development_dependency 'pry', '~> 0'
  spec.add_development_dependency 'bundler', '~> 1.3'
  spec.add_development_dependency 'rake', '~> 10.0'
  spec.add_development_dependency 'rspec', '~> 2.13'
  spec.add_development_dependency "capybara", '~> 2.1', '>= 2.1.0'
  spec.add_development_dependency "simplecov", '~> 0'
  spec.add_development_dependency "simplecov-rcov", '~> 0'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
soar_authentication_token-6.1.1 soar_authentication_token.gemspec
soar_authentication_token-6.1.0 soar_authentication_token.gemspec
soar_authentication_token-6.0.9 soar_authentication_token.gemspec