Sha256: 7b096b7fac31877a0b7f6decd74d118c1de69ecaf7a263c45edb19e7c33eda1a
Contents?: true
Size: 927 Bytes
Versions: 3
Compression:
Stored size: 927 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'attender/version' Gem::Specification.new do |spec| spec.name = "attender" spec.version = Attender::VERSION spec.authors = ["foostan"] spec.email = ["ks@fstn.jp"] spec.summary = %q{Orchestration tool for server provisioning.} spec.description = %q{Orchestration tool for server provisioning with Capistrano, running on Consul networks} spec.homepage = "https://github.com/foostan/attender" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.6" spec.add_development_dependency "rake" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
attender-0.0.3 | attender.gemspec |
attender-0.0.2 | attender.gemspec |
attender-0.0.1 | attender.gemspec |