Sha256: 9c7bc98569caac004aeb0d8345875c97c9af3a8552755f1e4750b95fcd9addf6
Contents?: true
Size: 945 Bytes
Versions: 2
Compression:
Stored size: 945 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'daemonic/version' Gem::Specification.new do |spec| spec.name = "daemonic" spec.version = Daemonic::VERSION spec.authors = ["iain"] spec.email = ["iain@iain.nl"] spec.description = %q{Manages daemonizing your workers with basic monitoring and restart behavior.} spec.summary = %q{Manages daemonizing your workers with basic monitoring and restart behavior.} spec.homepage = "https://github.com/yourkarma/daemonic" spec.license = "MIT" 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_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
daemonic-0.0.2 | daemonic.gemspec |
daemonic-0.0.1 | daemonic.gemspec |