Sha256: a043ebb902dc1d9db16da305e81eac0a8cddfc6acd67562ff248b48efec3a63b
Contents?: true
Size: 570 Bytes
Versions: 1
Compression:
Stored size: 570 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |specification| specification.name = 'depkit' specification.version = '0.0.0' 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
depkit-0.0.0 | depkit.gemspec |