rails_loki_exporter 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rails_loki_exporter/version.rb +1 -1
- data/rails_loki_exporter.gemspec +5 -5
- metadata +12 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f11bbef4b6c0211c1df8c50080abc4b9854cad8cc25cc8f50d475ae00e38241a
|
4
|
+
data.tar.gz: 6543c6c82ea8c379aabef263cd19ce18e74b3ad1751dd9c5932a12292334f43a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dcde3cc9ce2aa6f8ae02bbdabfd28626a5b95e6be56009223051c72755aa8dd8c53b7cf0cac8103c00bf5f1faa6c373842398d993f15ec4655a36b6312ba13ac
|
7
|
+
data.tar.gz: b41d24af30d8eb94e8c7fc16c93f410ae49e3db638e915748315e3eda5628424e9edfa405a57e00c5371910d17b0528361faff0c92d681aa47cea51b5a663a01
|
data/rails_loki_exporter.gemspec
CHANGED
@@ -3,11 +3,11 @@ require File.expand_path('lib/rails_loki_exporter/version', __dir__)
|
|
3
3
|
Gem::Specification.new do |spec|
|
4
4
|
spec.name = 'rails_loki_exporter'
|
5
5
|
spec.version = RailsLokiExporter::VERSION
|
6
|
-
spec.authors = ['Oleg Ten', 'Assiya Kalykova']
|
7
|
-
spec.email = ['
|
8
|
-
spec.summary = '
|
9
|
-
spec.description = '
|
10
|
-
spec.homepage = 'https://
|
6
|
+
spec.authors = ['planning.how', 'Oleg Ten', 'Assiya Kalykova']
|
7
|
+
spec.email = ['info@planning.how']
|
8
|
+
spec.summary = 'Rails Loki exporter'
|
9
|
+
spec.description = 'Export logs for your Rails application to Loki instance and access them through Grafana dashboard.'
|
10
|
+
spec.homepage = 'https://github.com/planninghow/rails-loki-exporter'
|
11
11
|
spec.license = 'MIT'
|
12
12
|
spec.platform = Gem::Platform::RUBY
|
13
13
|
spec.required_ruby_version = '>= 2.7.0'
|
metadata
CHANGED
@@ -1,15 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_loki_exporter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
+
- planning.how
|
7
8
|
- Oleg Ten
|
8
9
|
- Assiya Kalykova
|
9
|
-
autorequire:
|
10
|
+
autorequire:
|
10
11
|
bindir: bin
|
11
12
|
cert_chain: []
|
12
|
-
date: 2024-02-
|
13
|
+
date: 2024-02-03 00:00:00.000000000 Z
|
13
14
|
dependencies:
|
14
15
|
- !ruby/object:Gem::Dependency
|
15
16
|
name: zeitwerk
|
@@ -39,9 +40,10 @@ dependencies:
|
|
39
40
|
- - ">="
|
40
41
|
- !ruby/object:Gem::Version
|
41
42
|
version: '0'
|
42
|
-
description:
|
43
|
+
description: Export logs for your Rails application to Loki instance and access them
|
44
|
+
through Grafana dashboard.
|
43
45
|
email:
|
44
|
-
-
|
46
|
+
- info@planning.how
|
45
47
|
executables: []
|
46
48
|
extensions: []
|
47
49
|
extra_rdoc_files:
|
@@ -58,11 +60,11 @@ files:
|
|
58
60
|
- lib/rails_loki_exporter/query.rb
|
59
61
|
- lib/rails_loki_exporter/version.rb
|
60
62
|
- rails_loki_exporter.gemspec
|
61
|
-
homepage: https://
|
63
|
+
homepage: https://github.com/planninghow/rails-loki-exporter
|
62
64
|
licenses:
|
63
65
|
- MIT
|
64
66
|
metadata: {}
|
65
|
-
post_install_message:
|
67
|
+
post_install_message:
|
66
68
|
rdoc_options: []
|
67
69
|
require_paths:
|
68
70
|
- lib
|
@@ -77,8 +79,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
77
79
|
- !ruby/object:Gem::Version
|
78
80
|
version: '0'
|
79
81
|
requirements: []
|
80
|
-
rubygems_version: 3.
|
81
|
-
signing_key:
|
82
|
+
rubygems_version: 3.4.22
|
83
|
+
signing_key:
|
82
84
|
specification_version: 4
|
83
|
-
summary:
|
85
|
+
summary: Rails Loki exporter
|
84
86
|
test_files: []
|