Sha256: fb32282235b7658aad99d138b1a25f8c03975106dfb674d489c35908d8fda1dd
Contents?: true
Size: 490 Bytes
Versions: 1
Compression:
Stored size: 490 Bytes
Contents
Gem::Specification.new do |gem| gem.name = 'cognito' gem.version = '0.0.0' gem.authors = ['John Backus'] gem.email = ['john@blockscore.com'] gem.description = 'API Client for Cognito' gem.summary = gem.description gem.homepage = 'https://blockscore.com/' gem.license = 'MIT' gem.require_paths = %w[lib] gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- spec/{unit,integration}`.split("\n") end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cognito-0.0.0 | cognito.gemspec |