Sha256: bc230c5e91a8afbaad3f00f4360a9285f235d4b99b8d0e09ff7b5f8c09e26ebb
Contents?: true
Size: 894 Bytes
Versions: 2
Compression:
Stored size: 894 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/capistrano-custom-maintenance/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Yamashita Yuu"] gem.email = ["yamashita@geishatokyo.com"] gem.description = %q{a customizable capistrano maintenance recipe.} gem.summary = %q{a customizable capistrano maintenance recipe.} gem.homepage = "https://github.com/yyuu/capistrano-custom-maintenance" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "capistrano-custom-maintenance" gem.require_paths = ["lib"] gem.version = Capistrano::CustomMaintenance::VERSION gem.add_dependency("capistrano") gem.add_dependency("json") gem.add_dependency("mime-types") end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
capistrano-custom-maintenance-0.0.2 | capistrano-custom-maintenance.gemspec |
capistrano-custom-maintenance-0.0.1 | capistrano-custom-maintenance.gemspec |