securial 1.0.3 → 1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9d961941c8221da3b247295215f1103d8321ae910dc7b0e3d5c1bff743e5bc3b
4
- data.tar.gz: ffa192fdfc0060e769a635063a4f326ebcf1a720fb94d8304784328675dc6338
3
+ metadata.gz: b559e8adfa838b61902e36d479c277de84381819bf7da35b8c557fbea5625069
4
+ data.tar.gz: 45b285b66a2289757ebda6d6f36e7816e891e58fbf08001c87ebca217ea60586
5
5
  SHA512:
6
- metadata.gz: 84646cb2e5ed9a96f4f46baa4971086e62b7d8628e436c04e1a7ec30d6f772e74563d76163b933bd1c9d760620f763b9d96cf0bdfe1a1c43337155a8a85b1410
7
- data.tar.gz: 4103a16e922ca508481402fd9492587ab71aed2604abea521b0f6a1ab8a6d42b576258540d02ec5a080e2f0becc60b8cf6229be19a203604e22984ec70bd30eb
6
+ metadata.gz: c2c65f564e8c80c6703f515281c5879adc2adf0b1fcc7df4893a5c61c57943b22095064d61c081beb7bf40b780d2c066ca2f793076a1e7e0fc6779f0ef5845d9
7
+ data.tar.gz: f7fe02fee4e0a7857ecaf2a6cfa52018bd044bddfa4297c4eb7107882ebe1e0955cc2a5b6504f781baefcd48a245f2d2aaf5025c356b10980f49eae7dfab91d7
@@ -16,7 +16,7 @@ module Securial
16
16
  def create_log_file
17
17
  say_status("creating", "Securial Log file", :green)
18
18
  log_dir = Rails.root.join("log")
19
- securial_log = log_dir.join("securial.log")
19
+ securial_log = log_dir.join("securial-#{Rails.env}.log")
20
20
 
21
21
  FileUtils.mkdir_p(log_dir) unless File.directory?(log_dir)
22
22
  FileUtils.touch(securial_log) unless File.exist?(securial_log)
@@ -6,5 +6,5 @@ module Securial
6
6
  #
7
7
  # @see https://semver.org/ Semantic Versioning 2.0.0
8
8
  # @return [String] the current version in the format "major.minor.patch"
9
- VERSION = "1.0.3".freeze
9
+ VERSION = "1.1.0".freeze
10
10
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: securial
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aly Badawy
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-06-27 00:00:00.000000000 Z
10
+ date: 2025-07-08 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: rails
@@ -207,7 +207,7 @@ licenses:
207
207
  - MIT
208
208
  metadata:
209
209
  homepage_uri: https://github.com/AlyBadawy/Securial/wiki
210
- release_date: '2025-06-27'
210
+ release_date: '2025-07-08'
211
211
  allowed_push_host: https://rubygems.org
212
212
  source_code_uri: https://github.com/AlyBadawy/Securial
213
213
  documentation_uri: https://alybadawy.github.io/Securial/_index.html