Sha256: edcad73da3f64208bfdb8b7e1a5b5a94a4e8cc674186f0a0840e882a24b987e5

Contents?: true

Size: 892 Bytes

Versions: 2

Compression:

Stored size: 892 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'filegen/version'

Gem::Specification.new do |spec|
  spec.name          = 'filegen'
  spec.version       = Filegen::VERSION
  spec.authors       = ['Dennis Günnewig']
  spec.email         = ['dg1@vrnetze.de']
  spec.description   = %q{Evaluate erb templates}
  spec.summary       = %q{This helper takes an erb template and provides access to environment variables and a yaml file within that template}
  spec.homepage      = 'https://github.com/dg-vrnetze/filegen'
  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_runtime_dependency 'activesupport'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
filegen-0.4.3 filegen.gemspec
filegen-0.4.1 filegen.gemspec