Sha256: 9b96b41f7362957454248e1f269ea467f23c9fa8b01681cb4710238cdf1e0eb7
Contents?: true
Size: 1022 Bytes
Versions: 1
Compression:
Stored size: 1022 Bytes
Contents
lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'vhx/version' Gem::Specification.new do |spec| spec.name = 'vhx-ruby' spec.version = Vhx::VERSION spec.authors = ['Vimeo OTT Developers'] spec.date = '2020-01-27' spec.description = 'A Ruby wrapper for the VHX developer API.' spec.summary = 'A Ruby wrapper for the VHX developer API.' spec.email = ['dev@vhx.tv'] spec.homepage = 'http://dev.vhx.tv/docs/api/' spec.license = 'MIT' spec.files = `git ls-files`.split("\n") spec.executables = spec.files.grep(%r{^bin/}).map{ |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ['lib'] # Gems that must be installed spec.add_dependency 'faraday', '~> 0.9' spec.add_dependency 'faraday_middleware', '~> 0.9' spec.add_development_dependency 'rspec' spec.add_development_dependency 'webmock' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vhx-ruby-0.0.12 | vhx.gemspec |