Sha256: 0bcbdbbeeaf55b73985de5ede995d05b68ad9a1f7fb4dec1c54cdeef19992022
Contents?: true
Size: 840 Bytes
Versions: 2
Compression:
Stored size: 840 Bytes
Contents
# coding: utf-8 lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "metacrunch/file/version" Gem::Specification.new do |spec| spec.name = "metacrunch-file" spec.version = Metacrunch::File::VERSION spec.authors = ["René Sprotte"] spec.summary = %q{File package for the metacrunch ETL toolkit.} spec.homepage = "http://github.com/ubpb/metacrunch-file" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_dependency "activesupport", ">= 5.1.0" spec.add_dependency "axlsx", ">= 3.0.0.pre" spec.add_dependency "smarter_csv", "~> 1.2.6" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
metacrunch-file-1.3.1 | metacrunch-file.gemspec |
metacrunch-file-1.3.0 | metacrunch-file.gemspec |