show_for 0.6.1 → 0.7.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 +2 -2
- data/lib/show_for/version.rb +1 -1
- metadata +8 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 60c699fec9f8fae0e09975d5f1d329325e7d8fb225080a1f8da8407d65476df5
|
|
4
|
+
data.tar.gz: 41bccff001a0eecd28e76917636eb85d3764f5d90bae5851eea0d429503edc70
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 161c44eba652b0afc85e2431e4ed547f1131b6c235cee40b50a746ddf3e43317fe8ce2bc2d578be969e27987a803dae872dae9e55f773ba0e52da753a51e92bb
|
|
7
|
+
data.tar.gz: c0e9a1b1b1bbbb251f26af8a5c58808baea3f633aa2a4865085d447f11e6335976219a7c23eccf890a56cc22801a3adb11535ab05a03b2615a33cbebffe6150f
|
data/CHANGELOG.md
CHANGED
data/MIT-LICENSE
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright (c) 2012-
|
|
1
|
+
Copyright (c) 2012-2019 Plataformatec http://plataformatec.com.br/
|
|
2
2
|
|
|
3
3
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
4
4
|
a copy of this software and associated documentation files (the
|
data/README.md
CHANGED
|
@@ -40,7 +40,7 @@ Run the generator:
|
|
|
40
40
|
|
|
41
41
|
And you are ready to go.
|
|
42
42
|
|
|
43
|
-
Note: This branch aims Rails
|
|
43
|
+
Note: This branch aims Rails 5 and 6 support, so if you want to use it with
|
|
44
44
|
older versions of Rails, check out the available branches.
|
|
45
45
|
|
|
46
46
|
## Usage
|
|
@@ -222,4 +222,4 @@ If you discover any bugs or want to drop a line, feel free to create an issue on
|
|
|
222
222
|
|
|
223
223
|
http://github.com/plataformatec/show_for/issues
|
|
224
224
|
|
|
225
|
-
MIT License. Copyright 2012-
|
|
225
|
+
MIT License. Copyright 2012-2019 Plataformatec. http://plataformatec.com.br
|
data/lib/show_for/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: show_for
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- José Valim
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-08-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activemodel
|
|
@@ -16,28 +16,28 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
19
|
+
version: '5.0'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '
|
|
26
|
+
version: '5.0'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: actionpack
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - ">="
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '
|
|
33
|
+
version: '5.0'
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '
|
|
40
|
+
version: '5.0'
|
|
41
41
|
description: Wrap your objects with a helper to easily show them
|
|
42
42
|
email: contact@plataformatec.com.br
|
|
43
43
|
executables: []
|
|
@@ -85,15 +85,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
85
85
|
requirements:
|
|
86
86
|
- - ">="
|
|
87
87
|
- !ruby/object:Gem::Version
|
|
88
|
-
version: 2.
|
|
88
|
+
version: 2.4.0
|
|
89
89
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
90
90
|
requirements:
|
|
91
91
|
- - ">="
|
|
92
92
|
- !ruby/object:Gem::Version
|
|
93
93
|
version: '0'
|
|
94
94
|
requirements: []
|
|
95
|
-
|
|
96
|
-
rubygems_version: 2.7.4
|
|
95
|
+
rubygems_version: 3.0.6
|
|
97
96
|
signing_key:
|
|
98
97
|
specification_version: 4
|
|
99
98
|
summary: Wrap your objects with a helper to easily show them
|