loggable_activity 0.1.42 → 0.1.44

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: 42b76545474fbe06dcc7d0dcfd30cc19f7cbce60fc4770b77d4c8ed9d827097f
4
- data.tar.gz: 7e1e82484d74a8894c3d9d10f09f48353ec0cbec4e5153b0e552cbd45ec0da85
3
+ metadata.gz: 9a330bd74cf201e9fd69458fc217f85e888fb902ee751422f49c5f4ae6d062a8
4
+ data.tar.gz: '0185b543f2d4016112c98bf4eafd7c24b9bf0cc2ebb720f0794f67743cb7f0d2'
5
5
  SHA512:
6
- metadata.gz: 28b69ec18d1086bed64e00fcc608b0d77b24df4f7546c9a287cf41e80ab76ebff04e2c016874a138bc4160aa21a742e7c6b7ed5d707392ececae32d6c5b2e0bb
7
- data.tar.gz: 46601be1c142e942b77d5e8d8a5b567e96ef6c6e8ad7d777bee07ffb5578b8825ac8f8f49293b50537e05dadbbe94104f63516276807e2bfff850c2d959a3a25
6
+ metadata.gz: 9c42169b43536aff1807bd13ab716e85d43015189949e839427060cf5cf8bb63b41ae549667c25ec209ef33f21b20f64cc26db687722af998a86bfdc2eed5e15
7
+ data.tar.gz: 89fe9c85210cf0920b96ad7f60be4701e7595356b78371f9c7bf34af8419c03ccc3a43988bd9ed9bdd9a2b1d9536b5d2222893298abc96cd7859d0a11519b7af
data/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  ## [Unreleased]
2
2
  - nothing so far
3
+ ## [0.1.43] - 2024-02-15
4
+ - Updated README.md and GETTING-STARTED.md
3
5
  ## [0.1.39] - 2024-02-12
4
6
  - Updated README.md and GETTING-STARTED.md
5
7
  ## [0.1.38] - 2024-02-12
@@ -41,7 +41,7 @@ module LoggableActivity
41
41
  # "my secret data"
42
42
  #
43
43
  def self.decrypt(data, encryption_key)
44
- return nil if data.nil?
44
+ return "" if data.nil?
45
45
  return I18n.t('loggable.activity.deleted') if encryption_key.nil?
46
46
 
47
47
  cipher = OpenSSL::Cipher.new('AES-128-CBC').decrypt
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module LoggableActivity
4
- VERSION = '0.1.42'
4
+ VERSION = '0.1.44'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: loggable_activity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.42
4
+ version: 0.1.44
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Max \nGroenlund"
@@ -153,7 +153,7 @@ homepage: https://loggableactivity-efe7b931c886.herokuapp.com/
153
153
  licenses:
154
154
  - MIT
155
155
  metadata:
156
- demo_uri: https://loggableactivity-efe7b931c886.herokuapp.com/
156
+ documentation_uri: https://maxgronlund.github.io/LoggableActivity/
157
157
  rubygems_mfa_required: 'true'
158
158
  post_install_message:
159
159
  rdoc_options: []
@@ -173,5 +173,5 @@ requirements: []
173
173
  rubygems_version: 3.5.6
174
174
  signing_key:
175
175
  specification_version: 4
176
- summary: Activity Logger with GDPR Compliance and Relation Support.
176
+ summary: Activity Logger with relations, prepared for GDPR Compliance and .
177
177
  test_files: []