magic-decorator 1.0.1 → 1.0.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: c39be12629f5b9ec85cdd45ab16d09816dbb5ff3ea7f52c56b6dbf237009ec42
4
- data.tar.gz: 34244c6e8bea2cc79d9405ecd74093c563bc74af001b041e17caefa41831834e
3
+ metadata.gz: 8b1dd7fd849ef15afaf23f15e523e2d175abc6d22907eb0e066c81322f81fc47
4
+ data.tar.gz: 843136aa33a27f4210a108978c2e6c3e9a662e84401d25467d8fb3cf5015b61d
5
5
  SHA512:
6
- metadata.gz: cd24960b368a753b1137933a06a350dde8f6cb86adcd717cf1d8a064127ddde66d97d1f806ae9d68befa37898b2ad8d557780629412c40886f26ab03aa146176
7
- data.tar.gz: e28df69e1bc1d3ad2354db3b20cd89c583ca5f45ea67954c362573eda0140e874c9e1963b7b9126a72d3764096fbbfe0d3d41ad1376cdb41c02d1bcf84c25630
6
+ metadata.gz: 4b5b5ed21b73626718b412f45dbc366f3783b69a67e406f2dfb4dbf833263dd3cce7b5b4336ad2171fda3d93027afe0920fa437334f26a94991e374f8c3ddb36
7
+ data.tar.gz: '0418f73fc089f5b58bc159d0950cf3448946fa4bbde9f0eb0b0779cbe9f4fb8f29eecc01f7ed2359d1fb8637e7551a0c973801ef3d5d2e5fbff8d4bfd099eaca'
data/.rubocop.yml CHANGED
@@ -1,5 +1,7 @@
1
- inherit_from: https://github.com/Alexander-Senko/Alexander-Senko/raw/refs/heads/main/.rubocop.yml
1
+ inherit_from:
2
+ - https://github.com/Alexander-Senko/Alexander-Senko/raw/refs/heads/main/.rubocop.yml
3
+ - https://github.com/Alexander-Senko/Alexander-Senko/raw/refs/heads/main/.rubocop-rspec.yml
2
4
 
3
- require:
5
+ plugins:
4
6
  - rubocop-rspec
5
7
  - rubocop-rake
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## [1.0.2] — 2026-05-05
2
+
3
+ Works with Ruby 4+.
4
+
5
+
1
6
  ## [1.0.1] — 2025-05-13
2
7
 
3
8
  ### Fixed
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Magic
4
4
  module Decorator
5
- VERSION = '1.0.1'
5
+ VERSION = '1.0.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magic-decorator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Senko
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-05-13 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: magic-lookup
@@ -69,13 +69,13 @@ licenses:
69
69
  metadata:
70
70
  homepage_uri: https://github.com/Alexander-Senko/magic-decorator
71
71
  source_code_uri: https://github.com/Alexander-Senko/magic-decorator
72
- changelog_uri: https://github.com/Alexander-Senko/magic-decorator/blob/v1.0.1/CHANGELOG.md
72
+ changelog_uri: https://github.com/Alexander-Senko/magic-decorator/blob/v1.0.2/CHANGELOG.md
73
73
  rdoc_options: []
74
74
  require_paths:
75
75
  - lib
76
76
  required_ruby_version: !ruby/object:Gem::Requirement
77
77
  requirements:
78
- - - "~>"
78
+ - - ">="
79
79
  - !ruby/object:Gem::Version
80
80
  version: '3.2'
81
81
  required_rubygems_version: !ruby/object:Gem::Requirement
@@ -84,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
84
  - !ruby/object:Gem::Version
85
85
  version: '0'
86
86
  requirements: []
87
- rubygems_version: 3.6.5
87
+ rubygems_version: 3.7.0.dev
88
88
  specification_version: 4
89
89
  summary: Decorators with some internal magic
90
90
  test_files: []