Sha256: c366ab88d2fddecf3d73373eac14c36ebe7219293c096542a1c814740c4248ae
Contents?: true
Size: 823 Bytes
Versions: 3
Compression:
Stored size: 823 Bytes
Contents
lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'log_sanity/version' Gem::Specification.new do |s| s.name = "log_sanity" s.version = LogSanity::VERSION s.authors = ["thomas morgan"] s.email = ["tm@iprog.com"] s.homepage = 'https://github.com/zarqman/log_sanity' s.summary = 'LogSanity - Bring sanity to Rails logs' s.description = 'LogSanity - Bring sanity to Rails logs by reducing verbosity, using json output, and more.' s.license = 'MIT' s.files = `git ls-files`.split($/) s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) } s.test_files = s.files.grep(%r{^(test|spec|features)/}) s.require_paths = ["lib"] s.add_dependency 'rails', '>= 7.1.2', '< 7.2' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
log_sanity-2.1.2 | log_sanity.gemspec |
log_sanity-2.1.1 | log_sanity.gemspec |
log_sanity-2.1.0 | log_sanity.gemspec |