refinerycms-image_rotators 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -29,7 +29,7 @@
|
|
29
29
|
<pre style="overflow-x: auto;"><code>
|
30
30
|
<div class="image-rotator" style="height:<%= @image_rotator.height %>;width:<%= @image_rotator.width %>;">
|
31
31
|
<% @image_rotator.images.each do |image| %>
|
32
|
-
<a href="<%= image.url %>"><img src="<%= image.image.url %>" alt="<%= image.image.title %>" /></a>
|
32
|
+
<a href="<%= image.url %>"><img src="<%= image.image.url %>" alt="<%= image.image.title %>" title="<%= image.caption %>" /></a>
|
33
33
|
<% end %>
|
34
34
|
</div>
|
35
35
|
</code></pre>
|
data/lib/image_rotators.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: refinerycms-image_rotators
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
|
-
-
|
8
|
+
- 3
|
9
9
|
- 0
|
10
|
-
version: 0.
|
10
|
+
version: 0.3.0
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Jacob Swanner
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-04-
|
18
|
+
date: 2011-04-13 00:00:00 -04:00
|
19
19
|
default_executable:
|
20
20
|
dependencies: []
|
21
21
|
|