Sha256: ddf485fe1535c10748d248e9bd9f5946ba4c9475b785d02db493ae13b00ea1fd
Contents?: true
Size: 575 Bytes
Versions: 1
Compression:
Stored size: 575 Bytes
Contents
# -*- 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
depkit-0.0.0.pre1 | depkit.gemspec |