Sha256: 96974261f4e698830d808c6a9865b35fc7cc10a63089447e513f4b2b6809f1ed

Contents?: true

Size: 804 Bytes

Versions: 1

Compression:

Stored size: 804 Bytes

Contents

# coding: utf-8
require File.expand_path('../lib/dry/importer/version', __FILE__)

Gem::Specification.new do |spec|
  spec.name          = 'dry-importer'
  spec.version       = Dry::Importer::VERSION
  spec.authors       = ['Andy Holland']
  spec.email         = ['andyholland1991@aol.com']
  spec.summary       = 'Import a constant tree into another'
  spec.homepage      = 'https://github.com/dryrb/dry-importer'
  spec.license       = 'MIT'

  spec.files         = `git ls-files -z`.split("\x0")
  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'
  spec.add_development_dependency 'rake'
  spec.add_development_dependency 'rspec'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dry-importer-0.0.1 dry-importer.gemspec