Sha256: 742d6a2731ce7e2a68412cc4bf4f30fe84e7022d3d27e3d8bfc999c2a95e0f31

Contents?: true

Size: 1.29 KB

Versions: 1

Compression:

Stored size: 1.29 KB

Contents

lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "typekit_client/version"

Gem::Specification.new do |spec|
  spec.name          = "typekit_client"
  spec.version       = TypekitClient::VERSION
  spec.authors       = ["Thirukonda Surendran,Koushic Babu"]
  spec.email         = ["koushicbabuts@gmail.com"]

  spec.summary       = %q{Typekit Ruby Client}
  spec.description   = %q{Ruby CLI client for typekit API}
  spec.homepage      = "https://github.com/koushic88/typekit_client"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split("\n")

  if spec.respond_to?(:metadata)
    spec.metadata['allowed_push_host'] = "https://rubygems.org"
  else
    raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
  end

  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_development_dependency 'bundler', '~> 1.16'
  spec.add_development_dependency 'rake', '~> 10.0'
  spec.add_development_dependency 'rspec', '~> 3.0'
  spec.add_development_dependency 'rack-test', '~> 0.8.2'
  spec.add_runtime_dependency 'thor', '0.20.0'
  spec.add_runtime_dependency 'colorize', '0.8.1'
  spec.add_runtime_dependency 'filecache', '1.0.2'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
typekit_client-0.1.0 typekit_client.gemspec