Sha256: c623125fedd6214b40537c4bf7e99f8371d9e2533d98a1e437098c3d038cf633

Contents?: true

Size: 788 Bytes

Versions: 3

Compression:

Stored size: 788 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", "~> 2.0.1"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
metacrunch-file-1.2.1 metacrunch-file.gemspec
metacrunch-file-1.2.0 metacrunch-file.gemspec
metacrunch-file-1.1.0 metacrunch-file.gemspec