Sha256: b9745b0f4d091a6f8e82b819553dca584b2361e6eb25ac788c08a5bce0f46caf
Contents?: true
Size: 1 KB
Versions: 3
Compression:
Stored size: 1 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'where_to/version' Gem::Specification.new do |spec| spec.name = "where_to" spec.version = WhereTo::VERSION spec.authors = ["Justin Toniazzo"] spec.email = ["jutonz42@gmail.com"] spec.license = 'MIT' spec.summary = "Helps preserve a folder structure for mediafiles" spec.homepage = "https://github.com/jutonz/where_to" 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_development_dependency "bundler", "~> 1.9" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "simplecov", "~> 0.10.0" spec.add_development_dependency "coveralls", "~> 0.8.1" spec.add_development_dependency "rspec", "~> 3.2" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
where_to-0.9.0 | where_to.gemspec |
where_to-0.8.1 | where_to.gemspec |
where_to-0.8.0 | where_to.gemspec |