Sha256: 2972b68af8e22fb318f33fded6bbae6ebb2e43b9a4c18d364ce35c4d9a8a4c27
Contents?: true
Size: 1.18 KB
Versions: 4
Compression:
Stored size: 1.18 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_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" end
Version data entries
4 entries across 4 versions & 1 rubygems