# -*- encoding: utf-8 -*- Gem::Specification.new do |specification| specification.name = 'depkit' specification.version = '0.0.0.pre1' specification.platform = Gem::Platform::RUBY specification.summary = "Depkit" specification.description = "A deployment tool for Rails apps." specification.authors = ["Ethan Michaels"] specification.email = 'ethanmichaels@gmail.com' specification.files = `git ls-files`.split("\n") specification.homepage = 'https://github.com/EthanMichaels/depkit' specification.license = 'GPL' end