Sha256: 05b94899f205897e8d3cd29dae3b643a9ee0b1661fae4bd42c4f1cf43536401d
Contents?: true
Size: 894 Bytes
Versions: 2
Compression:
Stored size: 894 Bytes
Contents
$LOAD_PATH.unshift("#{__dir__}/lib") require 'manifestly/version' Gem::Specification.new do |spec| spec.name = 'manifestly-client' spec.version = Manifestly::VERSION spec.licenses = ['Apache-2.0'] spec.authors = ['Firespring'] spec.email = ['info.dev@firespring.com'] spec.homepage = 'https://github.com/firespring/manifestly-ruby' spec.summary = 'Manifest.ly client library for ruby' spec.description = 'A Ruby client that enables quick and easy interactions with the Manifest.ly api' 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_dependency 'faraday', '~> 0.15' spec.add_development_dependency 'bundler', '~> 2.0' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
manifestly-client-1.0.4 | manifestly-client.gemspec |
manifestly-client-1.0.3 | manifestly-client.gemspec |