api_log 0.1.0

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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/api_log.rb +7 -0
  3. metadata +45 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 298dab1b88ef86d117b36a4c851e27af7d0614fbcefa6d67fa6c32fa11e301ab
4
+ data.tar.gz: f4191ef9db6874fafeaa5119f054946e239ef23da4583556333b35816f62b37f
5
+ SHA512:
6
+ metadata.gz: 53fea5ea2ff9b5bfb80a381cc04e51202de2c0737aa3260ba75c00b468e784e9bbb6715a0e6122d2f90ec665749dac85df8ee4abbee4f0733afce6b00935b60a
7
+ data.tar.gz: e90a6301f103eb37b80b43fd2d49e097879dc1eb09090c0a8be43f6995f702869f16b7874e3e7ad5e3c64aec88b849400d543899d94bbbc757771ec82208ff9d
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ class ApiLog
4
+ def self.description
5
+ ' Log Request details in Database'
6
+ end
7
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: api_log
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Shilesh Kumar
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: " Store API requests in Database "
14
+ email: 'shilesh.kumar@gmail.com '
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/api_log.rb
20
+ homepage: https://rubygems.org/gems/api_log
21
+ licenses:
22
+ - MIT
23
+ metadata:
24
+ source_code_uri: https://github.com/shilesh/api_log
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubyforge_project:
41
+ rubygems_version: 2.7.6
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Store API requests in Database
45
+ test_files: []