refinerycms-image_rotators 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -11,12 +11,12 @@
|
|
11
11
|
|
12
12
|
<div class='field'>
|
13
13
|
<%= f.label :height, 'Height of all images' -%>
|
14
|
-
<%= f.text_field :height
|
14
|
+
<%= f.text_field :height -%> (ex: 240px)
|
15
15
|
</div>
|
16
16
|
|
17
17
|
<div class='field'>
|
18
18
|
<%= f.label :width, 'Width of all images' -%>
|
19
|
-
<%= f.text_field :width
|
19
|
+
<%= f.text_field :width -%> (ex: 725px)
|
20
20
|
</div>
|
21
21
|
|
22
22
|
<%= render :partial => "/shared/admin/form_actions",
|
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: 25
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 1
|
10
|
+
version: 0.1.1
|
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: 2010-
|
18
|
+
date: 2010-12-07 00:00:00 -05:00
|
19
19
|
default_executable:
|
20
20
|
dependencies: []
|
21
21
|
|