Sha256: 99da106e17ebb3f5e1d15ab402dfa42d9ca66747ab04fd0a02d5c70811720726
Contents?: true
Size: 881 Bytes
Versions: 1
Compression:
Stored size: 881 Bytes
Contents
# coding: utf-8 lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = "brightcove-cmsapi" spec.version = "0.2.0" spec.authors = ["Daniel King"] spec.email = ["daniel.king5@nhs.net"] spec.summary = %q{A simple wrapper around Brightcove's CMS API} spec.homepage = "https://github.com/nhsuk/brightcove-cmsapi" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.required_ruby_version = '~> 2.3.1' spec.add_development_dependency "bundler", "~> 1.15" spec.add_runtime_dependency "http", "~> 2.2.2" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
brightcove-cmsapi-0.2.0 | brightcove-cmsapi.gemspec |