Sha256: 51541f8ac32371634174b550760cd6caf5bff2b9984a690eec8d6e03f8c62b70
Contents?: true
Size: 919 Bytes
Versions: 2
Compression:
Stored size: 919 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'g5_authenticatable_api/version' Gem::Specification.new do |spec| spec.name = 'g5_authenticatable_api' spec.version = G5AuthenticatableApi::VERSION spec.authors = ['Maeve Revels'] spec.email = ['maeve.revels@getg5.com'] spec.summary = 'Helpers for securing APIs with G5' spec.description = 'Helpers for securing APIs with G5' spec.homepage = 'https://github.com/G5/g5_authenticatable_api' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0") 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 'rack' spec.add_dependency 'g5_authentication_client', '~> 0.2' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
g5_authenticatable_api-0.3.0 | g5_authenticatable_api.gemspec |
g5_authenticatable_api-0.2.0 | g5_authenticatable_api.gemspec |