Sha256: cabd9acc924684d7f670258f5c60b819f2fb61e7942a9c54b3f4082090e6cbde
Contents?: true
Size: 993 Bytes
Versions: 1
Compression:
Stored size: 993 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'exogenesis/version' Gem::Specification.new do |spec| spec.name = "exogenesis" spec.version = Exogenesis::VERSION spec.authors = ["moonglum"] spec.email = ["moonglum@moonbeamlabs.com"] spec.description = %q{Build your dotfile installer, updater and teardown} spec.summary = %q{A collection of classes that help you install, update and teardown package managers and other things useful for your dotfiles.} spec.homepage = "https://github.com/moonglum/exogenesis" 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 |
---|---|
exogenesis-0.0.1 | exogenesis.gemspec |