show_for 0.8.1 → 0.9.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0c8de9d2240c250f8dd8846d1bc53c3b372eaeffb1710ec6b4b16fd23c9afe3a
4
- data.tar.gz: bdd646396d9c3dc0fa4cd553bc25c90e7e650277e2db944d35448ba4f8fec369
3
+ metadata.gz: e883ce1d943e46f8602bf79cab41bd9fdd89d605a93ae71c79534b9f939371ff
4
+ data.tar.gz: 5cd1a2d1784a5d3b897e9dc1a4ba1529dd4d23adbc90068238e542b6edda1e1b
5
5
  SHA512:
6
- metadata.gz: c1cef95848285f3d701b8f6cd7c91b472c8aae487fb5fa342909d07cd0366a42ce2af27ff4ea4261868339c8de91dfbadc2683f561a06d69448cbe086e9f8568
7
- data.tar.gz: 4a31e66d11690af071f8ddda98ce40cf7177a278e6b3a6d12d72f1f920c2ad81ade5f029c49f767eab147dde0cd43f54ab7d867781192d7d6f2819efe22024b6
6
+ metadata.gz: 6da05b7983076209666ef64537783de9809fd63fcaf419bcf93ad2fe0e47ffde66dcff4e9e3ca14ec5bdeb3672a6a5dcab2b2a3b391518f0c29e11045188b4bc
7
+ data.tar.gz: 80d65514537de8fbbce03d11b96b19bc3777e2b0c849255509df9109bd9e6a37dd6de1efd32fb2c0151f0ce254434a41e2ac4bda8a583f53baa1bf06f34cf2bc
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 0.9.0
2
+
3
+ * Add support for Ruby 3.3/3.4 and Rails 7.2/8.0/8.1. (no changes required)
4
+ * Drop support for Rails < 7 and Ruby < 2.7.
5
+
1
6
  ## 0.8.1
2
7
 
3
8
  * Add support for Rails 7.0/7.1 and Ruby 3.1/3.2 (no changes required)
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2020-2023 Rafael França, Carlos Antônio da Silva
1
+ Copyright (c) 2020-2024 Rafael França, Carlos Antônio da Silva
2
2
  Copyright (c) 2012-2019 Plataformatec
3
3
 
4
4
  Permission is hereby granted, free of charge, to any person obtaining
data/README.md CHANGED
@@ -38,7 +38,7 @@ Run the generator:
38
38
 
39
39
  And you are ready to go.
40
40
 
41
- Note: This branch aims Rails 5 and 6 support, so if you want to use it with
41
+ Note: This branch aims Rails 7 and 8 support, so if you want to use it with
42
42
  older versions of Rails, check out the available branches.
43
43
 
44
44
  ## Usage
@@ -205,15 +205,6 @@ Here are some other examples of the many possibilites to custom the output conte
205
205
  <% end %>
206
206
  ```
207
207
 
208
- ## Maintainers
209
-
210
- * José Valim (http://github.com/josevalim)
211
- * Carlos Antonio da Silva (https://github.com/carlosantoniodasilva)
212
-
213
- ## Contributors
214
-
215
- * Jonas Grimfelt (http://github.com/grimen)
216
-
217
208
  ## Supported Ruby / Rails versions
218
209
 
219
210
  We intend to maintain support for all Ruby / Rails versions that haven't reached end-of-life.
@@ -229,4 +220,6 @@ http://github.com/heartcombo/show_for/issues
229
220
 
230
221
  ## License
231
222
 
232
- MIT License. Copyright 2020-2023 Rafael França, Carlos Antônio da Silva. Copyright 2012-2019 Plataformatec.
223
+ MIT License.
224
+ Copyright 2012-2019 Plataformatec.
225
+ Copyright 2020-2025 Rafael França, Carlos Antonio da Silva.
@@ -1,3 +1,3 @@
1
1
  module ShowFor
2
- VERSION = "0.8.1".freeze
2
+ VERSION = "0.9.0".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: show_for
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - José Valim
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2023-10-11 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: activemodel
@@ -16,30 +15,30 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: '5.2'
18
+ version: '7.0'
20
19
  type: :runtime
21
20
  prerelease: false
22
21
  version_requirements: !ruby/object:Gem::Requirement
23
22
  requirements:
24
23
  - - ">="
25
24
  - !ruby/object:Gem::Version
26
- version: '5.2'
25
+ version: '7.0'
27
26
  - !ruby/object:Gem::Dependency
28
27
  name: actionpack
29
28
  requirement: !ruby/object:Gem::Requirement
30
29
  requirements:
31
30
  - - ">="
32
31
  - !ruby/object:Gem::Version
33
- version: '5.2'
32
+ version: '7.0'
34
33
  type: :runtime
35
34
  prerelease: false
36
35
  version_requirements: !ruby/object:Gem::Requirement
37
36
  requirements:
38
37
  - - ">="
39
38
  - !ruby/object:Gem::Version
40
- version: '5.2'
39
+ version: '7.0'
41
40
  description: Wrap your objects with a helper to easily show them
42
- email: contact@plataformatec.com.br
41
+ email: heartcombo.oss@gmail.com
43
42
  executables: []
44
43
  extensions: []
45
44
  extra_rdoc_files: []
@@ -62,7 +61,7 @@ files:
62
61
  - lib/show_for/helper.rb
63
62
  - lib/show_for/label.rb
64
63
  - lib/show_for/version.rb
65
- homepage: http://github.com/plataformatec/show_for
64
+ homepage: http://github.com/heartcombo/show_for
66
65
  licenses:
67
66
  - MIT
68
67
  metadata:
@@ -70,7 +69,6 @@ metadata:
70
69
  changelog_uri: https://github.com/heartcombo/show_for/blob/main/CHANGELOG.md
71
70
  source_code_uri: https://github.com/heartcombo/show_for
72
71
  bug_tracker_uri: https://github.com/heartcombo/show_for/issues
73
- post_install_message:
74
72
  rdoc_options: []
75
73
  require_paths:
76
74
  - lib
@@ -78,15 +76,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
78
76
  requirements:
79
77
  - - ">="
80
78
  - !ruby/object:Gem::Version
81
- version: 2.5.0
79
+ version: 2.7.0
82
80
  required_rubygems_version: !ruby/object:Gem::Requirement
83
81
  requirements:
84
82
  - - ">="
85
83
  - !ruby/object:Gem::Version
86
84
  version: '0'
87
85
  requirements: []
88
- rubygems_version: 3.4.10
89
- signing_key:
86
+ rubygems_version: 3.6.9
90
87
  specification_version: 4
91
88
  summary: Wrap your objects with a helper to easily show them
92
89
  test_files: []