Sha256: 964a03ce3d597049313623bf379e4b2bb808249f9c7201764e35a7b31b70fb86
Contents?: true
Size: 724 Bytes
Versions: 1
Compression:
Stored size: 724 Bytes
Contents
lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |gem| gem.name = "capistrano-auth-subscriber" gem.version = '0.0.1' gem.authors = ["OpenTeam"] gem.email = ["developers@openteam.ru"] gem.description = "Capistrano auth-subscriber tasks" gem.summary = "Capistrano auth-subscriber tasks" gem.homepage = "https://github.com/openteam-tusur/capistrano-auth-subscriber" gem.license = "MIT" gem.files = `git ls-files`.split($/) gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] gem.add_runtime_dependency 'capistrano', '~> 3.1' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capistrano-auth-subscriber-0.0.1 | capistrano-auth-subscriber.gemspec |