Sha256: fbfb6a7453e43a9ca0cd97d8d8ab222fd4113b5f800386d64b7dadaa8616e8fb
Contents?: true
Size: 946 Bytes
Versions: 1
Compression:
Stored size: 946 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'epiphyte/version' Gem::Specification.new do |spec| spec.name = "epiphyte" spec.version = Epiphyte::VERSION spec.authors = ["Tony Arcieri"] spec.email = ["tonyarcieri@squareup.com"] spec.description = "Immutable configuration management for disposable infrastructures" spec.summary = "Configuration management for virtual machines intended to be thrown away" spec.homepage = "https://github.com/tarcieri/epiphyte/" 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_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
epiphyte-0.0.0 | epiphyte.gemspec |