Sha256: 7e5b5589d8c5cdaf2de53ce0eec60f2c081b12e5a5f7264c8a9948c0918a7984
Contents?: true
Size: 995 Bytes
Versions: 4
Compression:
Stored size: 995 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'mini_check/version' Gem::Specification.new do |spec| spec.name = 'mini_check' spec.version = MiniCheck::VERSION spec.authors = ['Manuel Morales'] spec.email = ['manuelmorales@gmail.com'] spec.description = %q{MiniCheck provides a simple Rack application for adding simple health checks to your app.} spec.summary = %q{MiniCheck provides a simple Rack application for adding simple health checks to your app.} spec.homepage = 'https://github.com/workshare/mini-check' 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_runtime_dependency 'json' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
mini_check-0.3.0 | mini_check.gemspec |
mini_check-0.2.0 | mini_check.gemspec |
mini_check-0.1.1 | mini_check.gemspec |
mini_check-0.1.0 | mini_check.gemspec |