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 +4 -4
- data/CHANGELOG.md +5 -0
- data/MIT-LICENSE +1 -1
- data/README.md +4 -11
- data/lib/show_for/version.rb +1 -1
- metadata +10 -13
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e883ce1d943e46f8602bf79cab41bd9fdd89d605a93ae71c79534b9f939371ff
|
4
|
+
data.tar.gz: 5cd1a2d1784a5d3b897e9dc1a4ba1529dd4d23adbc90068238e542b6edda1e1b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6da05b7983076209666ef64537783de9809fd63fcaf419bcf93ad2fe0e47ffde66dcff4e9e3ca14ec5bdeb3672a6a5dcab2b2a3b391518f0c29e11045188b4bc
|
7
|
+
data.tar.gz: 80d65514537de8fbbce03d11b96b19bc3777e2b0c849255509df9109bd9e6a37dd6de1efd32fb2c0151f0ce254434a41e2ac4bda8a583f53baa1bf06f34cf2bc
|
data/CHANGELOG.md
CHANGED
data/MIT-LICENSE
CHANGED
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
|
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.
|
223
|
+
MIT License.
|
224
|
+
Copyright 2012-2019 Plataformatec.
|
225
|
+
Copyright 2020-2025 Rafael França, Carlos Antonio da Silva.
|
data/lib/show_for/version.rb
CHANGED
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.
|
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:
|
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: '
|
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: '
|
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: '
|
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: '
|
39
|
+
version: '7.0'
|
41
40
|
description: Wrap your objects with a helper to easily show them
|
42
|
-
email:
|
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/
|
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.
|
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.
|
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: []
|