Sha256: 011998028ccb2abf373a78525477fd4f03d4d57309c6d5b6add60d9714ec779e
Contents?: true
Size: 1.1 KB
Versions: 3
Compression:
Stored size: 1.1 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'digitalfilmtree/version' Gem::Specification.new do |spec| spec.name = "digitalfilmtree" spec.version = Digitalfilmtree::VERSION spec.authors = ["Keyvan Fatehi"] spec.email = ["keyvan@digitalfilmtree.com"] spec.description = %q{Assorted libraries for DigitalFilm Tree post workflow} spec.summary = %q{Assorted libraries for DigitalFilm Tree post workflow} spec.homepage = "https://github.com/DFTi/digitalfilmtree" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" spec.add_development_dependency "pry" spec.add_development_dependency "guard-rspec" spec.add_development_dependency "simplecov" spec.add_runtime_dependency "edl", "~> 0.1.3" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
digitalfilmtree-0.0.5 | digitalfilmtree.gemspec |
digitalfilmtree-0.0.4 | digitalfilmtree.gemspec |
digitalfilmtree-0.0.3 | digitalfilmtree.gemspec |