Sha256: deca7e0c0168dd5ce60282f5577cb39f2a547d8edc5b08031dbf3bda54f309ba
Contents?: true
Size: 611 Bytes
Versions: 1
Compression:
Stored size: 611 Bytes
Contents
Gem::Specification.new do |spec| spec.name = "taperole" spec.version = '1.5.2' spec.authors = ['Jack Forrest', 'Smashing Boxes', 'Brandon Mathis'] spec.description = "General purpose server provisioning and application deployment toolkit" spec.email = ['jack@smashingboxes.com', 'brandon@sbox.es'] spec.summary = 'A tool for provisioning and deploying boxes for hosting Rails apps' spec.license = 'MIT' spec.homepage = 'https://github.com/smashingboxes/taperole' spec.files = `git ls-files`.split("\n") spec.executables = 'tape' spec.add_runtime_dependency 'slack-notifier', '~> 1.5' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
taperole-1.5.2 | taperole.gemspec |