Sha256: 1c0e9aa603701418b27ec95daa44ccae57ddd45a61cf3c55e85319a36bee044c
Contents?: true
Size: 881 Bytes
Versions: 3
Compression:
Stored size: 881 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'salemove/process_handler/version' Gem::Specification.new do |spec| spec.name = 'process_handler' spec.version = Salemove::ProcessHandler::VERSION spec.authors = ['Indrek Juhkam'] spec.email = ['indrek@salemove.com'] spec.description = %q{This gem helps to monitor and manage processes} spec.summary = %q{} spec.homepage = '' spec.license = 'Private' spec.files = `git ls-files`.split($/) 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_dependency 'airbrake' spec.add_dependency 'sucker_punch', '~> 1.1' # for async airbrake notifications end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
process_handler-0.1.3 | process_handler.gemspec |
process_handler-0.1.1 | process_handler.gemspec |
process_handler-0.1.0 | process_handler.gemspec |