Skip to content

Commit

Permalink
feat: update Gemfile and README
Browse files Browse the repository at this point in the history
  • Loading branch information
kalelc committed Apr 20, 2020
1 parent ed55c42 commit 0057dc1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
es_logger (1.0.0)
es_logger (1.0.2)
connection_pool (~> 2.2.2, >= 2.2.2)
elasticsearch (~> 7.4)
elasticsearch-persistence (~> 7.0.0, >= 7.0.0)
Expand Down Expand Up @@ -64,7 +64,7 @@ GEM
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
rack (2.2.2)
rack (2.0.9)
rack-protection (2.0.8.1)
rack
rainbow (3.0.0)
Expand All @@ -91,9 +91,9 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.10.1)
sidekiq (5.1.3)
concurrent-ruby (~> 1.0)
connection_pool (~> 2.2, >= 2.2.0)
sidekiq (5.2.8)
connection_pool (~> 2.2, >= 2.2.2)
rack (< 2.1.0)
rack-protection (>= 1.5.0)
redis (>= 3.3.5, < 5)
simplecov (0.17.1)
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ Include middleware in `config/application.rb` or `config/environments/<environme

`config.middleware.use EsLogger::Rack`

### Asyncronous Process

if Sidekiq is enabled without queue, it will use `es_logger` queue, remember that this should be created in sidekiq configuration.

## Development

After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
Expand Down
2 changes: 1 addition & 1 deletion lib/es_logger/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module EsLogger
VERSION = '1.0.1'
VERSION = '1.0.2'
end

0 comments on commit 0057dc1

Please sign in to comment.