Skip to content

Commit

Permalink
Merge bc230c7 into 94765eb
Browse files Browse the repository at this point in the history
  • Loading branch information
jebentier committed Nov 16, 2018
2 parents 94765eb + bc230c7 commit 2b8c91e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# ContextualLogger [![Build Status](https://travis-ci.org/Invoca/contextual_logger.svg?branch=master)](https://travis-ci.org/Invoca/contextual_logger) [![Coverage Status](https://coveralls.io/repos/github/Invoca/contextual_logger/badge.svg?branch=master)](https://coveralls.io/github/Invoca/contextual_logger?branch=master)
# ContextualLogger [![Build Status](https://travis-ci.org/Invoca/contextual_logger.svg?branch=master)](https://travis-ci.org/Invoca/contextual_logger) [![Coverage Status](https://coveralls.io/repos/github/Invoca/contextual_logger/badge.svg?branch=master)](https://coveralls.io/github/Invoca/contextual_logger?branch=master) [![Gem Version](https://badge.fury.io/rb/contextual_logger.svg)](https://badge.fury.io/rb/contextual_logger)
This gem adds the ability to your ruby logger, to accept conditional context, and utilize it when formatting your log entry.

## Installation
Expand Down
14 changes: 8 additions & 6 deletions contextual_logger.gemspec
Expand Up @@ -3,13 +3,15 @@
Gem::Specification.new do |spec|
spec.name = 'contextual_logger'
spec.version = '0.1.0'
spec.license = 'MIT'
spec.date = '2018-10-12'
spec.summary = "Add context to your logger"
spec.description = "A way to add context to the logs you have"
spec.authors = ["James Ebentier"]
spec.summary = 'Add context to your logger'
spec.description = 'A way to add context to the logs you have'
spec.authors = ['James Ebentier']
spec.email = 'jebentier@invoca.com'
spec.files = ["lib/contextual_logger.rb"]
spec.homepage = 'https://github.com/Invoca/contextual_logger'
spec.files = ['lib/contextual_logger.rb']
spec.homepage = 'https://rubygems.org/gems/contextual_logger'
spec.metadata = { 'source_code_uri' => 'https://github.com/Invoca/contextual_logger' }

spec.add_dependency 'json'
spec.add_runtime_dependency 'json'
end

0 comments on commit 2b8c91e

Please sign in to comment.