acts_as_trackable 0.4.0 → 0.4.2

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: 4a975a42cae75ef062b666c6c5aaf7ecad600fabf7b57120c2b92dc56cd2b54b
4
- data.tar.gz: 42b577c33c5c3222e3052d0707b917ef58fae55332b942c1fde481a4d1e29eea
3
+ metadata.gz: ba1f9f6e084d46878fcc2c2a9449c44599571ded79f960778109215bd2e6e974
4
+ data.tar.gz: d5e4eb2b78cd9b4e72887e71cc074e6ebcf7864a1650c409aef1545c3c5fa2cf
5
5
  SHA512:
6
- metadata.gz: d67973495783cff8a3ea0822e6897bc7cbfed2f01000aca90322fc56a28417677a562517f24c04584d0c352f10eaf2527aeabcc0734595796347d975c27659d3
7
- data.tar.gz: dcf39756dea90601213e8528b86450eb77833b979f9392c02d57bcc10d2e04d53eba7a1d329926caaa52dd7b105d4167038f6aee2edf6e1ce4d9d719c27b03e8
6
+ metadata.gz: '08711912e524e757253b670f3dc7f47c412c8df79f01339b3a7c7b91e47b89a92226134a9d88a1e5fd35e15b5a38a63fbb67511532a348358682327348dcf3e5'
7
+ data.tar.gz: ee9f1b3365713c4eadd7fdc7c4fd690e18c7a3a79f8398fc4dd84a0a046a646a9246f6fd6abc035e27771795554783e18dd5ba3c8efd7e74a9def988dd430397
data/.gitignore CHANGED
@@ -9,3 +9,4 @@
9
9
 
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
+ acts_as_trackable-*.gem
data/Gemfile CHANGED
@@ -3,8 +3,6 @@ source 'https://rubygems.org'
3
3
  gemspec
4
4
  gem 'activerecord', '~> 7.2', '>= 7.2.2'
5
5
  gem 'activesupport', '~> 7.2', '>= 7.2.2'
6
- gem 'nokogiri', '~> 1.16', '>= 1.16.7'
7
- gem 'rake', '~> 13.2', '>= 13.2.1'
8
6
 
9
7
  group :test do
10
8
  gem 'sqlite3', '~> 2.2'
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- acts_as_trackable (0.3.5)
4
+ acts_as_trackable (0.4.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- actionpack (7.2.2.1)
10
- actionview (= 7.2.2.1)
11
- activesupport (= 7.2.2.1)
9
+ actionpack (7.2.2.2)
10
+ actionview (= 7.2.2.2)
11
+ activesupport (= 7.2.2.2)
12
12
  nokogiri (>= 1.8.5)
13
13
  racc
14
14
  rack (>= 2.2.4, < 3.2)
@@ -17,19 +17,19 @@ GEM
17
17
  rails-dom-testing (~> 2.2)
18
18
  rails-html-sanitizer (~> 1.6)
19
19
  useragent (~> 0.16)
20
- actionview (7.2.2.1)
21
- activesupport (= 7.2.2.1)
20
+ actionview (7.2.2.2)
21
+ activesupport (= 7.2.2.2)
22
22
  builder (~> 3.1)
23
23
  erubi (~> 1.11)
24
24
  rails-dom-testing (~> 2.2)
25
25
  rails-html-sanitizer (~> 1.6)
26
- activemodel (7.2.2.1)
27
- activesupport (= 7.2.2.1)
28
- activerecord (7.2.2.1)
29
- activemodel (= 7.2.2.1)
30
- activesupport (= 7.2.2.1)
26
+ activemodel (7.2.2.2)
27
+ activesupport (= 7.2.2.2)
28
+ activerecord (7.2.2.2)
29
+ activemodel (= 7.2.2.2)
30
+ activesupport (= 7.2.2.2)
31
31
  timeout (>= 0.4.0)
32
- activesupport (7.2.2.1)
32
+ activesupport (7.2.2.2)
33
33
  base64
34
34
  benchmark (>= 0.3)
35
35
  bigdecimal
@@ -41,15 +41,15 @@ GEM
41
41
  minitest (>= 5.1)
42
42
  securerandom (>= 0.3)
43
43
  tzinfo (~> 2.0, >= 2.0.5)
44
- base64 (0.2.0)
45
- benchmark (0.4.0)
46
- bigdecimal (3.1.9)
44
+ base64 (0.3.0)
45
+ benchmark (0.4.1)
46
+ bigdecimal (3.2.2)
47
47
  builder (3.3.0)
48
48
  concurrent-ruby (1.3.5)
49
- connection_pool (2.5.0)
49
+ connection_pool (2.5.3)
50
50
  crass (1.0.6)
51
51
  date (3.4.1)
52
- drb (2.2.1)
52
+ drb (2.2.3)
53
53
  erubi (1.13.1)
54
54
  generator_spec (0.10.0)
55
55
  activesupport (>= 3.0.0)
@@ -61,14 +61,14 @@ GEM
61
61
  pp (>= 0.6.0)
62
62
  rdoc (>= 4.0.0)
63
63
  reline (>= 0.4.2)
64
- logger (1.6.6)
64
+ logger (1.7.0)
65
65
  loofah (2.24.0)
66
66
  crass (~> 1.0.2)
67
67
  nokogiri (>= 1.12.0)
68
68
  minitest (5.25.5)
69
- nokogiri (1.18.8-arm64-darwin)
69
+ nokogiri (1.18.9-arm64-darwin)
70
70
  racc (~> 1.4)
71
- nokogiri (1.18.8-x86_64-darwin)
71
+ nokogiri (1.18.9-x86_64-darwin)
72
72
  racc (~> 1.4)
73
73
  pp (0.6.2)
74
74
  prettyprint
@@ -92,9 +92,9 @@ GEM
92
92
  rails-html-sanitizer (1.6.2)
93
93
  loofah (~> 2.21)
94
94
  nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
95
- railties (7.2.2.1)
96
- actionpack (= 7.2.2.1)
97
- activesupport (= 7.2.2.1)
95
+ railties (7.2.2.2)
96
+ actionpack (= 7.2.2.2)
97
+ activesupport (= 7.2.2.2)
98
98
  irb (~> 1.13)
99
99
  rackup (>= 1.0.0)
100
100
  rake (>= 12.2)
@@ -109,7 +109,7 @@ GEM
109
109
  sqlite3 (2.6.0-arm64-darwin)
110
110
  sqlite3 (2.6.0-x86_64-darwin)
111
111
  stringio (3.1.5)
112
- thor (1.3.2)
112
+ thor (1.4.0)
113
113
  timeout (0.4.3)
114
114
  tzinfo (2.0.6)
115
115
  concurrent-ruby (~> 1.0)
@@ -125,8 +125,6 @@ DEPENDENCIES
125
125
  activesupport (~> 7.2, >= 7.2.2)
126
126
  acts_as_trackable!
127
127
  generator_spec
128
- nokogiri (~> 1.16, >= 1.16.7)
129
- rake (~> 13.2, >= 13.2.1)
130
128
  sqlite3 (~> 2.2)
131
129
 
132
130
  BUNDLED WITH
data/changelog.md CHANGED
@@ -1,4 +1,10 @@
1
1
  # acts_as_trackable Changelog
2
+ ## Version: 0.4.2
3
+ ### Patch
4
+ - Upgraded dependencies to patch CVE-2025-55193.
5
+ ## Version: 0.4.1
6
+ ### Patch
7
+ - Upgraded dependencies to patch CVE-2025-6021, CVE-2025-6170, CVE-2025-49794, CVE-2025-49795, CVE-2025-49796, and CVE-2025-54314.
2
8
  ## Version: 0.4.0
3
9
  ### Minor
4
10
  - Performance Improvement: The `object_activity` method now memoizes results.
@@ -1,3 +1,3 @@
1
1
  module ActsAsTrackable
2
- VERSION = '0.4.0'.freeze
2
+ VERSION = '0.4.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acts_as_trackable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ahmad Keewan
8
8
  - ZenHR Engineering
9
+ autorequire:
9
10
  bindir: exe
10
11
  cert_chain: []
11
- date: 1980-01-02 00:00:00.000000000 Z
12
+ date: 2025-08-25 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: generator_spec
@@ -65,6 +66,7 @@ metadata:
65
66
  homepage_uri: https://www.zenhr.com
66
67
  source_code_uri: https://github.com/a-keewan/acts_as_trackable
67
68
  changelog_uri: https://github.com/a-keewan/acts_as_trackable/blob/master/changelog.md
69
+ post_install_message:
68
70
  rdoc_options: []
69
71
  require_paths:
70
72
  - lib
@@ -79,7 +81,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
81
  - !ruby/object:Gem::Version
80
82
  version: '0'
81
83
  requirements: []
82
- rubygems_version: 3.6.9
84
+ rubygems_version: 3.3.7
85
+ signing_key:
83
86
  specification_version: 4
84
87
  summary: ActsAsTrackable is a RoR gem that simplifies tracking the creation and modification
85
88
  of database objects. It provides easy-to-use methods to make any ActiveRecord model