apache_log_report 1.1.9 → 1.1.10

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,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ffde49bcae6f56e31b5ef7cccd88d5391127ee330264c188132f9ccbec94f421
4
- data.tar.gz: 04c799c68ab676b176314b7ebe68cd3514faa48f853b9793e76d505d71342ae9
3
+ metadata.gz: c046afd634406fbeb8bd2384d8cb918b444c984f5c75c2b77ae61f87237429a4
4
+ data.tar.gz: 9b7aa0b18006c5e903504f6287cbf6470a6bbf99ee0aef500b73168695b624f1
5
5
  SHA512:
6
- metadata.gz: 1b5010ca3fa37d6dceb8ab48d0fc5f256713db19f63366602f7200219c9ec51656160e2e50901709179fac67633f5703eb137432c5cd289bc080f14dc675aebf
7
- data.tar.gz: 377a4a516fe144f6167c83850c0037cb9d0c216090ad197b2ca22b94d6ab156d1c696ceb31ab5c0be6f06227e7ef62dfd8a23667b26a9919e56eff431c9c977c
6
+ metadata.gz: ad5802eb53e71b2302cc50447c9e2b05478ab98be23b0d1db02227c81b58c707bc2900f69f5abd712d11f6f43d67312c765b404de913d7ed495bcc4de9fe5ea1
7
+ data.tar.gz: 041c31954502ae3f989e52f3dd6adfc0b465a431ee152797fa11e5cbb9c37d6ade95e1ccd4f7166d2eee9ca9a3d4f8d1f300b472c1d0b9a2cf0be1a0bfb4468f
@@ -6,8 +6,8 @@ Gem::Specification.new do |spec|
6
6
  spec.authors = ["Adolfo Villafiorita"]
7
7
  spec.email = ["adolfo.villafiorita@ict4g.net"]
8
8
 
9
- spec.summary = %q{Generate analytics from an Apache log file.}
10
- spec.description = %q{Generate requests reports in HTML, OrgMode, and SQLite format from an Apache log file.}
9
+ spec.summary = %q{Generate analytics from an Apache log file. Superseded by https://rubygems.org/gems/log_senseLog Sense.}
10
+ spec.description = %q{Generate requests reports in HTML, OrgMode, and SQLite format from an Apache log file. Superseded by https://rubygems.org/gems/log_senseLog Sense.}
11
11
  spec.homepage = "https://www.ict4g.net/gitea/adolfo/apache_log_report"
12
12
  spec.license = "MIT"
13
13
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
@@ -1,3 +1,3 @@
1
1
  module ApacheLogReport
2
- VERSION = "1.1.9"
2
+ VERSION = "1.1.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apache_log_report
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.9
4
+ version: 1.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adolfo Villafiorita
@@ -109,7 +109,7 @@ dependencies:
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
111
  description: Generate requests reports in HTML, OrgMode, and SQLite format from an
112
- Apache log file.
112
+ Apache log file. Superseded by https://rubygems.org/gems/log_senseLog Sense.
113
113
  email:
114
114
  - adolfo.villafiorita@ict4g.net
115
115
  executables:
@@ -168,5 +168,6 @@ requirements: []
168
168
  rubygems_version: 3.0.3.1
169
169
  signing_key:
170
170
  specification_version: 4
171
- summary: Generate analytics from an Apache log file.
171
+ summary: Generate analytics from an Apache log file. Superseded by https://rubygems.org/gems/log_senseLog
172
+ Sense.
172
173
  test_files: []