Sha256: 363d803e3ff4b76dd2e1d81432e8ad9397937449d41c8f4f278e24e09d8c15c9

Contents?: true

Size: 821 Bytes

Versions: 3

Compression:

Stored size: 821 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', '>= 5.2', '< 7.2'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
log_sanity-1.3.2 log_sanity.gemspec
log_sanity-1.3.1 log_sanity.gemspec
log_sanity-1.3.0 log_sanity.gemspec