Sha256: 0b8e3c2eaeaf7c2cbb014e0cda321f39fdc9d440d26685e34a128be6bd9f0eb2
Contents?: true
Size: 810 Bytes
Versions: 1
Compression:
Stored size: 810 Bytes
Contents
lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "capistrano/nginx-unit/version" Gem::Specification.new do |spec| spec.name = "capistrano-nginx-unit" spec.version = Capistrano::NGINX_UNIT_VERSION spec.authors = ["murakmii"] spec.email = ["bonono.jp@gmail.com"] spec.summary = "The Capistrano 3.x task to run rack application on NGINX Unit" spec.description = "The Capistrano 3.x task to run rack application on NGINX Unit" spec.homepage = "https://github.com/murakmii/capistrano-nginx-unit" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.add_runtime_dependency "capistrano", "~> 3.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capistrano-nginx-unit-0.1 | capistrano-nginx-unit.gemspec |