attributes_for 0.7.11 → 0.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CHANGELOG.md +6 -2
- data/Gemfile.lock +76 -67
- data/app/helpers/attributes_for/rails/attributes_for_helper.rb +3 -1
- data/lib/attributes_for/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: d65a8ec9bf3d47d66770350a7a1a11b90a07518c62c044879cfd1b1af43787f9
|
4
|
+
data.tar.gz: d5d5cbf769d294b6e1b4abdacc3b66f27d8ceb93bafa6b7e02d4363d7a5d9f13
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94e30e9be942fa0c126a8f49c516f75cd696e3b5fc0ffcb641283b2f8ce18c2f574da88351a38d36c1876aaf4616e3a8dbd5d875ded2d71ae33ee55da12a2ba6
|
7
|
+
data.tar.gz: 689190053296f08ca8f3784acdb8749963332ee2e9e8338b77ec2495335e29324163f0ad8bab9a56b9dde1d87537b806ecf489d3a6a093d6a4f85db39f1aa2b4
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
attributes_for (0.
|
4
|
+
attributes_for (0.8.0)
|
5
5
|
chronic_duration (~> 0.10)
|
6
6
|
font-awesome-rails (~> 4.0)
|
7
7
|
phony (~> 2.0)
|
@@ -10,48 +10,52 @@ PATH
|
|
10
10
|
GEM
|
11
11
|
remote: https://rubygems.org/
|
12
12
|
specs:
|
13
|
-
actioncable (5.
|
14
|
-
actionpack (= 5.
|
13
|
+
actioncable (5.2.0)
|
14
|
+
actionpack (= 5.2.0)
|
15
15
|
nio4r (~> 2.0)
|
16
|
-
websocket-driver (
|
17
|
-
actionmailer (5.
|
18
|
-
actionpack (= 5.
|
19
|
-
actionview (= 5.
|
20
|
-
activejob (= 5.
|
16
|
+
websocket-driver (>= 0.6.1)
|
17
|
+
actionmailer (5.2.0)
|
18
|
+
actionpack (= 5.2.0)
|
19
|
+
actionview (= 5.2.0)
|
20
|
+
activejob (= 5.2.0)
|
21
21
|
mail (~> 2.5, >= 2.5.4)
|
22
22
|
rails-dom-testing (~> 2.0)
|
23
|
-
actionpack (5.
|
24
|
-
actionview (= 5.
|
25
|
-
activesupport (= 5.
|
23
|
+
actionpack (5.2.0)
|
24
|
+
actionview (= 5.2.0)
|
25
|
+
activesupport (= 5.2.0)
|
26
26
|
rack (~> 2.0)
|
27
|
-
rack-test (
|
27
|
+
rack-test (>= 0.6.3)
|
28
28
|
rails-dom-testing (~> 2.0)
|
29
29
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
30
|
-
actionview (5.
|
31
|
-
activesupport (= 5.
|
30
|
+
actionview (5.2.0)
|
31
|
+
activesupport (= 5.2.0)
|
32
32
|
builder (~> 3.1)
|
33
33
|
erubi (~> 1.4)
|
34
34
|
rails-dom-testing (~> 2.0)
|
35
35
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
36
|
-
activejob (5.
|
37
|
-
activesupport (= 5.
|
36
|
+
activejob (5.2.0)
|
37
|
+
activesupport (= 5.2.0)
|
38
38
|
globalid (>= 0.3.6)
|
39
|
-
activemodel (5.
|
40
|
-
activesupport (= 5.
|
41
|
-
activerecord (5.
|
42
|
-
activemodel (= 5.
|
43
|
-
activesupport (= 5.
|
44
|
-
arel (
|
45
|
-
|
39
|
+
activemodel (5.2.0)
|
40
|
+
activesupport (= 5.2.0)
|
41
|
+
activerecord (5.2.0)
|
42
|
+
activemodel (= 5.2.0)
|
43
|
+
activesupport (= 5.2.0)
|
44
|
+
arel (>= 9.0)
|
45
|
+
activestorage (5.2.0)
|
46
|
+
actionpack (= 5.2.0)
|
47
|
+
activerecord (= 5.2.0)
|
48
|
+
marcel (~> 0.3.1)
|
49
|
+
activesupport (5.2.0)
|
46
50
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
47
|
-
i18n (
|
51
|
+
i18n (>= 0.7, < 2)
|
48
52
|
minitest (~> 5.1)
|
49
53
|
tzinfo (~> 1.1)
|
50
54
|
appraisal (2.2.0)
|
51
55
|
bundler
|
52
56
|
rake
|
53
57
|
thor (>= 0.14.0)
|
54
|
-
arel (
|
58
|
+
arel (9.0.0)
|
55
59
|
builder (3.2.3)
|
56
60
|
chronic_duration (0.10.6)
|
57
61
|
numerizer (~> 0.1.1)
|
@@ -62,52 +66,57 @@ GEM
|
|
62
66
|
term-ansicolor (~> 1.3)
|
63
67
|
thor (~> 0.19.4)
|
64
68
|
tins (~> 1.6)
|
69
|
+
crass (1.0.4)
|
65
70
|
docile (1.1.5)
|
66
|
-
erubi (1.
|
67
|
-
font-awesome-rails (4.7.0.
|
68
|
-
railties (>= 3.2, <
|
69
|
-
globalid (0.4.
|
71
|
+
erubi (1.7.1)
|
72
|
+
font-awesome-rails (4.7.0.4)
|
73
|
+
railties (>= 3.2, < 6.0)
|
74
|
+
globalid (0.4.1)
|
70
75
|
activesupport (>= 4.2.0)
|
71
|
-
i18n (0.
|
76
|
+
i18n (1.0.1)
|
77
|
+
concurrent-ruby (~> 1.0)
|
72
78
|
json (2.1.0)
|
73
|
-
loofah (2.
|
79
|
+
loofah (2.2.2)
|
80
|
+
crass (~> 1.0.2)
|
74
81
|
nokogiri (>= 1.5.9)
|
75
|
-
mail (2.
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
82
|
+
mail (2.7.0)
|
83
|
+
mini_mime (>= 0.1.1)
|
84
|
+
marcel (0.3.2)
|
85
|
+
mimemagic (~> 0.3.2)
|
86
|
+
method_source (0.9.0)
|
87
|
+
mimemagic (0.3.2)
|
88
|
+
mini_mime (1.0.0)
|
89
|
+
mini_portile2 (2.3.0)
|
90
|
+
minitest (5.11.3)
|
91
|
+
nio4r (2.3.1)
|
92
|
+
nokogiri (1.8.2)
|
93
|
+
mini_portile2 (~> 2.3.0)
|
86
94
|
numerizer (0.1.1)
|
87
|
-
phony (2.
|
88
|
-
rack (2.0.
|
89
|
-
rack-test (0.
|
90
|
-
rack (>= 1.0)
|
91
|
-
rails (5.
|
92
|
-
actioncable (= 5.
|
93
|
-
actionmailer (= 5.
|
94
|
-
actionpack (= 5.
|
95
|
-
actionview (= 5.
|
96
|
-
activejob (= 5.
|
97
|
-
activemodel (= 5.
|
98
|
-
activerecord (= 5.
|
99
|
-
|
100
|
-
|
101
|
-
|
95
|
+
phony (2.16.4)
|
96
|
+
rack (2.0.5)
|
97
|
+
rack-test (1.0.0)
|
98
|
+
rack (>= 1.0, < 3)
|
99
|
+
rails (5.2.0)
|
100
|
+
actioncable (= 5.2.0)
|
101
|
+
actionmailer (= 5.2.0)
|
102
|
+
actionpack (= 5.2.0)
|
103
|
+
actionview (= 5.2.0)
|
104
|
+
activejob (= 5.2.0)
|
105
|
+
activemodel (= 5.2.0)
|
106
|
+
activerecord (= 5.2.0)
|
107
|
+
activestorage (= 5.2.0)
|
108
|
+
activesupport (= 5.2.0)
|
109
|
+
bundler (>= 1.3.0)
|
110
|
+
railties (= 5.2.0)
|
102
111
|
sprockets-rails (>= 2.0.0)
|
103
112
|
rails-dom-testing (2.0.3)
|
104
113
|
activesupport (>= 4.2.0)
|
105
114
|
nokogiri (>= 1.6)
|
106
|
-
rails-html-sanitizer (1.0.
|
107
|
-
loofah (~> 2.
|
108
|
-
railties (5.
|
109
|
-
actionpack (= 5.
|
110
|
-
activesupport (= 5.
|
115
|
+
rails-html-sanitizer (1.0.4)
|
116
|
+
loofah (~> 2.2, >= 2.2.2)
|
117
|
+
railties (5.2.0)
|
118
|
+
actionpack (= 5.2.0)
|
119
|
+
activesupport (= 5.2.0)
|
111
120
|
method_source
|
112
121
|
rake (>= 0.8.7)
|
113
122
|
thor (>= 0.18.1, < 2.0)
|
@@ -120,7 +129,7 @@ GEM
|
|
120
129
|
sprockets (3.7.1)
|
121
130
|
concurrent-ruby (~> 1.0)
|
122
131
|
rack (> 1, < 3)
|
123
|
-
sprockets-rails (3.2.
|
132
|
+
sprockets-rails (3.2.1)
|
124
133
|
actionpack (>= 4.0)
|
125
134
|
activesupport (>= 4.0)
|
126
135
|
sprockets (>= 3.0.0)
|
@@ -130,11 +139,11 @@ GEM
|
|
130
139
|
thor (0.19.4)
|
131
140
|
thread_safe (0.3.6)
|
132
141
|
tins (1.15.0)
|
133
|
-
tzinfo (1.2.
|
142
|
+
tzinfo (1.2.5)
|
134
143
|
thread_safe (~> 0.1)
|
135
|
-
websocket-driver (0.
|
144
|
+
websocket-driver (0.7.0)
|
136
145
|
websocket-extensions (>= 0.1.0)
|
137
|
-
websocket-extensions (0.1.
|
146
|
+
websocket-extensions (0.1.3)
|
138
147
|
|
139
148
|
PLATFORMS
|
140
149
|
ruby
|
@@ -146,4 +155,4 @@ DEPENDENCIES
|
|
146
155
|
sqlite3
|
147
156
|
|
148
157
|
BUNDLED WITH
|
149
|
-
1.
|
158
|
+
1.16.1
|
@@ -102,9 +102,11 @@ module AttributesFor
|
|
102
102
|
)
|
103
103
|
|
104
104
|
unless options[:label] === false
|
105
|
+
text = default_options[:no_colon] === true ? label : "#{label}:"
|
106
|
+
|
105
107
|
content = content_tag(
|
106
108
|
wrappers[:label],
|
107
|
-
|
109
|
+
text,
|
108
110
|
apply_default_options(:label_html, label_html_options)
|
109
111
|
) + ' ' + content
|
110
112
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: attributes_for
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ole J. Rosendahl
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-06-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -172,7 +172,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
172
172
|
version: '0'
|
173
173
|
requirements: []
|
174
174
|
rubyforge_project:
|
175
|
-
rubygems_version: 2.6
|
175
|
+
rubygems_version: 2.7.6
|
176
176
|
signing_key:
|
177
177
|
specification_version: 4
|
178
178
|
summary: ActiveView Helper to present formatted ActiveModel attributes with icons.
|