auto_decorator 0.1.1 → 0.1.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 +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/auto_decorator/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8454b685b8289efbc6009cdec5d6741b6308459ff5c7d3888ee2cd05f0c9dae7
|
|
4
|
+
data.tar.gz: 917d971cc275f38e569bec6e6fefbbe2f461df651d64c5b700d04269af2b12f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 29a62aeb865a2a6f07f0c01657c9561e079cc77a6ee8226f70e6cf3ec77a00fb58a10812dddc912a8b9d25510012cdfcdc2b41d4a01e8c9c88c04c8d859da655
|
|
7
|
+
data.tar.gz: 5b870a71c5800655b698b189a405a9ba9e5bf3bcc9bd3168729bbf8b1b23683825294d73bdce6016ae99583051c3bd06ecbc24ea3d395089d523b970c0bfd457
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
## [Unreleased]
|
|
2
2
|
|
|
3
|
+
## [0.1.2] - 2026-07-15
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
|
|
7
|
+
- Update development and test dependencies, including security releases of actionpack/activesupport (8.1.2.1), nokogiri (1.19.4), rack (3.2.6) and loofah (2.25.1)
|
|
8
|
+
|
|
3
9
|
## [0.1.1] - 2026-03-16
|
|
4
10
|
|
|
5
11
|
### Changed
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: auto_decorator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexey Poimtsev
|
|
@@ -119,7 +119,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
119
119
|
- !ruby/object:Gem::Version
|
|
120
120
|
version: '0'
|
|
121
121
|
requirements: []
|
|
122
|
-
rubygems_version: 4.0.
|
|
122
|
+
rubygems_version: 4.0.16
|
|
123
123
|
specification_version: 4
|
|
124
124
|
summary: Convention-based decorator autoloading for Rails models
|
|
125
125
|
test_files: []
|