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 +4 -4
- data/lib/generators/securial/install/install_generator.rb +1 -1
- data/lib/securial/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b559e8adfa838b61902e36d479c277de84381819bf7da35b8c557fbea5625069
|
4
|
+
data.tar.gz: 45b285b66a2289757ebda6d6f36e7816e891e58fbf08001c87ebca217ea60586
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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)
|
data/lib/securial/version.rb
CHANGED
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
|
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-
|
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-
|
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
|