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, :value => '240px' -%>
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, :value => '725px' -%>
19
+ <%= f.text_field :width -%> (ex: 725px)
20
20
  </div>
21
21
 
22
22
  <%= render :partial => "/shared/admin/form_actions",
@@ -1,7 +1,7 @@
1
1
  module Refinery
2
2
  module ImageRotators
3
3
  def self.version
4
- %{0.1.0}
4
+ %{0.1.1}
5
5
  end
6
6
  end
7
7
  end
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: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
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-11-18 00:00:00 -05:00
18
+ date: 2010-12-07 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies: []
21
21