Sha256: a8d9a232ef0a6b35dee61eba255452ef9fd901c8c6030c2c6f6cb75e9f45579d
Contents?: true
Size: 924 Bytes
Versions: 9
Compression:
Stored size: 924 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'tito/version' Gem::Specification.new do |spec| spec.name = "tito" spec.version = Tito::VERSION spec.authors = ["Paul Campbell"] spec.email = ["paul@rslw.com"] spec.summary = %q{Consumer library for Tito API} spec.description = %q{Allows interaction with the Tito API} spec.homepage = "http://api.tito.io" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_runtime_dependency 'json_api_client', '<2' spec.add_development_dependency "bundler", "~> 1.10" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
9 entries across 9 versions & 1 rubygems