context_logger 0.0.47 → 0.0.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ZmYzZWFiMTVmMDRkNjEyNTA1YWZiN2Y3MjkwZTQ1MDc3MTM1ZjM0Ng==
5
- data.tar.gz: !binary |-
6
- MmVjNTQ4NmQ1YmVkZDk1ZmFlNzJkNWM3NDIzODhlNmE3ZDdhNjU5Ng==
2
+ SHA1:
3
+ metadata.gz: 903117350b0a00c579fc3226eb1ecfa6f08efb14
4
+ data.tar.gz: 3698c3571dca9252decccc4a4fb535278fedc062
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- ZWI3YzAxYmJjODE3NDQxMmQ2ZTdkZDBkMTM3YzBjYWJhN2I0YTcxM2YwYmRi
10
- YjQ4NjZlYzVlMjkyNWE1ODY0YmJkZGU2MWNhODFlMGI5MjdjZGJmYWI2ODAz
11
- MmY5NTdiMDI0ZDZmNWZkNDI4MDc4N2Q0MDhkODQ1NTQ4MTMyNzE=
12
- data.tar.gz: !binary |-
13
- MWZhM2JlYWI2ZTU3YzFmOTk5NGNmNjVkMWVmODRhN2RiMzEwNDA3OGRmZDA4
14
- YWY2Y2ZiYjEzMmFhMjkxYTQzZWYyOGQ3MjBlNGM3YzhiNDNiNDRmMWMxMzky
15
- ODZjOTVlYzBkN2VjODQ1ZjIxNjBjNjU3ODM0MjAyY2I1YmNkOTY=
6
+ metadata.gz: 54d5d07b6321bed01f4937dc20cb429831dd40dd677f41cf1e76d14d12b1c7ed963289cfd0972c6c8e41c06c23f55ca171fc5a5e9789ffdf4de6b92f61f87a12
7
+ data.tar.gz: 2984ce376d0a55987b81a6b4d94fa1e976c245cea8c16bc9cc3eb30fa1c4a8e47e84a585476bc7e242767cf5d0deeb0ca484c17a115b0076e8a712af311e9596
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- context_logger (0.0.37)
4
+ context_logger (0.0.51)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -12,3 +12,6 @@ PLATFORMS
12
12
 
13
13
  DEPENDENCIES
14
14
  context_logger!
15
+
16
+ BUNDLED WITH
17
+ 1.14.6
data/README.md CHANGED
@@ -56,4 +56,4 @@ write_db_log: true,
56
56
  ```
57
57
  The log entries from the DB are available via HTTP API:
58
58
 
59
- http://server_name/api/v1/resources/context_logger
59
+ http://server_name/api/v1/resources/context_loggers?action_id=xxx
@@ -1,7 +1,7 @@
1
- module Api
1
+ module API
2
2
  module V1
3
3
  module Resources
4
- class ContextLoggersController < ::ActionController::Base
4
+ class ContextLoggersController < ::ApplicationController
5
5
  def index
6
6
  if params[:action_id].nil?
7
7
  render json: {error: 'Missing mandatory parameter action_id'}, :status => 400, layout: false
@@ -1,11 +1,11 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'context_logger'
3
- s.version = '0.0.47'
4
- s.date = '2015-11-11'
3
+ s.version = '0.0.51'
4
+ s.date = '2017-03-27'
5
5
  s.summary = 'Writes log by context'
6
6
  s.description = 'Writes log to db and log files (configurable destinations) according the context and exposes the log entries via http'
7
- s.authors = ['Alexander Libster']
8
- s.email = '012alex012@gmail.com'
7
+ s.authors = ['Alexander Libster','Simon Levin']
8
+ s.email = 'simon@naturalint.com'
9
9
  s.files = `git ls-files`.split($/)
10
10
  s.homepage = 'https://github.com/Natural-Intelligence/context_logger'
11
11
  s.license = 'MIT'
metadata CHANGED
@@ -1,18 +1,19 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: context_logger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.47
4
+ version: 0.0.51
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Libster
8
+ - Simon Levin
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2015-11-11 00:00:00.000000000 Z
12
+ date: 2017-03-27 00:00:00.000000000 Z
12
13
  dependencies: []
13
14
  description: Writes log to db and log files (configurable destinations) according
14
15
  the context and exposes the log entries via http
15
- email: 012alex012@gmail.com
16
+ email: simon@naturalint.com
16
17
  executables: []
17
18
  extensions: []
18
19
  extra_rdoc_files: []
@@ -43,17 +44,17 @@ require_paths:
43
44
  - lib
44
45
  required_ruby_version: !ruby/object:Gem::Requirement
45
46
  requirements:
46
- - - ! '>='
47
+ - - ">="
47
48
  - !ruby/object:Gem::Version
48
49
  version: '0'
49
50
  required_rubygems_version: !ruby/object:Gem::Requirement
50
51
  requirements:
51
- - - ! '>='
52
+ - - ">="
52
53
  - !ruby/object:Gem::Version
53
54
  version: '0'
54
55
  requirements: []
55
56
  rubyforge_project:
56
- rubygems_version: 2.4.6
57
+ rubygems_version: 2.6.10
57
58
  signing_key:
58
59
  specification_version: 4
59
60
  summary: Writes log by context