center_image_tag 0.0.13 → 0.0.14
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 +8 -8
- data/lib/center_image_tag/version.rb +1 -1
- data/lib/center_image_tag/view_helper.rb +2 -1
- data/spec/view_helper_spec.rb +6 -6
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NGQ1ZWNjZDQ4MWE4MDc2MDBlNzZlNGE4MDQ4OTYyYTlkYzk4NjBkOA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZTMyNWE3NGQ4ZThiMDBmNzllYzk5MDA1ZWY5NDBkM2I4ZjU3MzUwNA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YmE1NzI1NzdmZjM1MzkyNzYzN2U4MzljZWJkZjQyNWFlNWFmNDE2MmRhMTBm
|
|
10
|
+
NWM4MDZhZTJiZWMzN2U4YzhmMTA2Njc4OTk4ZTEzYzZkMTVhZGFiNjgyNDQy
|
|
11
|
+
NGZlMzIyN2ViYjlmZGE3Nzk3OGM3ZmE1ZDNlMWQ2NjQ4Njc5NGI=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
OWZmNjA5OGUxMTIxOTkwMzQ5M2M5MGYxNzI3NmM1NGE4OTlhNGUzZmY4NWZj
|
|
14
|
+
M2Q2YjdjOTZkNGY5NTQyOTdlMWFhYWE5NjZhMGMzNjhmNDA1NGFhNDZiYjQ2
|
|
15
|
+
MjE0MGRmODRlNTc3OGU3OWQ1ZTBjNWJmNjhjMGQ5MzZjMTIyMDQ=
|
data/spec/view_helper_spec.rb
CHANGED
|
@@ -54,7 +54,7 @@ module CenterImageTag
|
|
|
54
54
|
"<div class=\"cit-thumb-default\" style=\"padding-bottom: 100px\">" +
|
|
55
55
|
"<div class=\"cit-thumb-clip\">" +
|
|
56
56
|
"<div class=\"cit-thumb-clip-inner\">" +
|
|
57
|
-
"<img alt=\"Image\" src=\"/images/image.png\"
|
|
57
|
+
"<img alt=\"Image\" src=\"/images/image.png\" style=\"width: 200px\" />" +
|
|
58
58
|
"<span class=\"vertical-align\" />" +
|
|
59
59
|
"</div>" +
|
|
60
60
|
"</div>" +
|
|
@@ -69,7 +69,7 @@ module CenterImageTag
|
|
|
69
69
|
"<div class=\"cit-thumb-default\" style=\"padding-bottom: 100px\">" +
|
|
70
70
|
"<div class=\"cit-thumb-clip\">" +
|
|
71
71
|
"<div class=\"cit-thumb-clip-inner\">" +
|
|
72
|
-
"<img alt=\"Image\" src=\"/images/image.png\"
|
|
72
|
+
"<img alt=\"Image\" src=\"/images/image.png\" style=\"width: 200px\" />" +
|
|
73
73
|
"<span class=\"vertical-align\" />" +
|
|
74
74
|
"</div>" +
|
|
75
75
|
"</div>" +
|
|
@@ -84,7 +84,7 @@ module CenterImageTag
|
|
|
84
84
|
"<div class=\"cit-thumb-default\" style=\"padding-bottom: 200px\">" +
|
|
85
85
|
"<div class=\"cit-thumb-clip\">" +
|
|
86
86
|
"<div class=\"cit-thumb-clip-inner\">" +
|
|
87
|
-
"<img alt=\"Image\" src=\"/images/image.png\"
|
|
87
|
+
"<img alt=\"Image\" src=\"/images/image.png\" style=\"width: 200px\" />" +
|
|
88
88
|
"<span class=\"vertical-align\" />" +
|
|
89
89
|
"</div>" +
|
|
90
90
|
"</div>" +
|
|
@@ -99,7 +99,7 @@ module CenterImageTag
|
|
|
99
99
|
"<div class=\"cit-thumb-default\" style=\"padding-bottom: 200px\">" +
|
|
100
100
|
"<div class=\"cit-thumb-clip\">" +
|
|
101
101
|
"<div class=\"cit-thumb-clip-inner\">" +
|
|
102
|
-
"<img alt=\"Image\" src=\"/images/image.png\"
|
|
102
|
+
"<img alt=\"Image\" src=\"/images/image.png\" style=\"width: 200px\" />" +
|
|
103
103
|
"<span class=\"vertical-align\" />" +
|
|
104
104
|
"</div>" +
|
|
105
105
|
"</div>" +
|
|
@@ -115,7 +115,7 @@ module CenterImageTag
|
|
|
115
115
|
"<div class=\"cit-thumb-default\" style=\"padding-bottom: 100px\">" +
|
|
116
116
|
"<div class=\"cit-thumb-clip\">" +
|
|
117
117
|
"<div class=\"cit-thumb-clip-inner\">" +
|
|
118
|
-
"<img alt=\"Image\" src=\"/images/image.png\"
|
|
118
|
+
"<img alt=\"Image\" src=\"/images/image.png\" style=\"width: 200px\" />" +
|
|
119
119
|
"<span class=\"vertical-align\" />" +
|
|
120
120
|
"</div>" +
|
|
121
121
|
"</div>" +
|
|
@@ -130,7 +130,7 @@ module CenterImageTag
|
|
|
130
130
|
"<div class=\"cit-thumb-default\" style=\"padding-bottom: 100px\">" +
|
|
131
131
|
"<div class=\"cit-thumb-clip\">" +
|
|
132
132
|
"<div class=\"cit-thumb-clip-inner\">" +
|
|
133
|
-
"<img alt=\"Image\" src=\"/images/image.png\"
|
|
133
|
+
"<img alt=\"Image\" src=\"/images/image.png\" style=\"width: 200px\" />" +
|
|
134
134
|
"<span class=\"vertical-align\" />" +
|
|
135
135
|
"</div>" +
|
|
136
136
|
"</div>" +
|