Sha256: f263b2f16b5001e165c29c5a2727237a6fc8001219aaa9fd7b92d463676df323
Contents?: true
Size: 1.11 KB
Versions: 4
Compression:
Stored size: 1.11 KB
Contents
require_relative "lib/log_method/version" Gem::Specification.new do |spec| spec.name = "log_method" spec.version = LogMethod::VERSION spec.authors = ["Dave Copeland"] spec.email = ["davec@naildrivin5.com"] spec.summary = %q{A nice log method for your Rails app that provides a ton of useful context in each message!} spec.homepage = "https://github.com/sustainable-rails/log_method" spec.license = "Hippocratic" spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0") spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = "https://github.com/sustainable-rails/log_method" spec.metadata["changelog_uri"] = "https://github.com/sustainable-rails/log_method/releases" spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency("rspec") spec.add_development_dependency("rspec_junit_formatter") end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
log_method-1.2.0 | log_method.gemspec |
log_method-1.1.0 | log_method.gemspec |
log_method-1.0.0 | log_method.gemspec |
log_method-1.0.0.pre.beta1 | log_method.gemspec |