alblogs 0.1.7 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 562382389696a749623d650ff1fa57aca2fea204b5140118172302fc078335eb
4
- data.tar.gz: 1c4375cb342b53a396c42e09d500766fb308c57e334da6c62385b8d5595c02fa
3
+ metadata.gz: 1a658ef647b5f96f5e11125661c319ba8e87ae03515a8463adc81a548899b3a8
4
+ data.tar.gz: b230b6f5d10ca8a46909818b92648611c62791c8b407e3b417e6717b79b86633
5
5
  SHA512:
6
- metadata.gz: 16115dc87afaea53aa9edb4b7f0b4adeaa7245c671dfb62667ce2a9c098fb13c5d13144543ca66327ce5a60d74257f002a093bb88dbc6a44aa09d94c4be2f146
7
- data.tar.gz: a97e4761ade5678fb5b4333c87f88233a2924c02671f57c77700e5c09702814ed65be8b6325f6d7d5ba63f0dca61fffbc4e2e4770e711f78d8d420d0b24d6415
6
+ metadata.gz: e7bd5d5718ea8c25d0f6e1bd1d38f03422884984eb37716779df8b76b8e565425a0ff5ee50b32a1fcd0d1f9bb510ed14940c84977d45708bc7199df50b30a390
7
+ data.tar.gz: e558f849c66acf0fc1442f249c61053ec50da45c279d305a02de71eaa36526c46b8f2f761256a8492f49f6768feb546e43611b60c4c9ed322f66df8b27db2f4f
data/alblogs.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'alblogs'
5
- s.version = '0.1.7'
5
+ s.version = '0.2.0'
6
6
  s.summary = 'ALB access log processing'
7
7
  s.description = 'Utility script for processing ALB access logs over a given time range'
8
8
  s.authors = ['Doug Youch']
data/bin/alblogpp CHANGED
File without changes
@@ -70,8 +70,8 @@ module Alblogs
70
70
  end
71
71
 
72
72
  def delete_tmp_file
73
- File.unlink(tmp_file) if File.exists?(tmp_file)
74
- File.unlink("#{tmp_file}.gz") if File.exists?("#{tmp_file}.gz")
73
+ File.unlink(tmp_file) if File.exist?(tmp_file)
74
+ File.unlink("#{tmp_file}.gz") if File.exist?("#{tmp_file}.gz")
75
75
  end
76
76
 
77
77
  def init_stats
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alblogs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Doug Youch
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2023-09-01 00:00:00.000000000 Z
10
+ date: 2025-03-12 00:00:00.000000000 Z
12
11
  dependencies: []
13
12
  description: Utility script for processing ALB access logs over a given time range
14
13
  email: dougyouch@gmail.com
@@ -38,7 +37,6 @@ files:
38
37
  homepage: https://github.com/dougyouch/alblogs
39
38
  licenses: []
40
39
  metadata: {}
41
- post_install_message:
42
40
  rdoc_options: []
43
41
  require_paths:
44
42
  - lib
@@ -53,8 +51,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
53
51
  - !ruby/object:Gem::Version
54
52
  version: '0'
55
53
  requirements: []
56
- rubygems_version: 3.0.9
57
- signing_key:
54
+ rubygems_version: 3.6.3
58
55
  specification_version: 4
59
56
  summary: ALB access log processing
60
57
  test_files: []