ecm_lightbox 0.0.1.pre → 0.0.2.pre

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,7 @@
6
6
  </div>
7
7
  <div class="modal-body"><div class="modal-image"></div></div>
8
8
  <div class="modal-footer">
9
- <a class="btn btn-info modal-prev"><i class="icon-arrow-left icon-white"></i> <%= I18n.t('ecm.lightbox.actions.previous') %></a>
9
+ <a class="btn btn-primary modal-prev"><i class="icon-arrow-left icon-white"></i> <%= I18n.t('ecm.lightbox.actions.previous') %></a>
10
10
  <a class="btn btn-success modal-play modal-slideshow" data-slideshow="5000"><i class="icon-play icon-white"></i> <%= I18n.t('ecm.lightbox.actions.slideshow') %></a>
11
11
  <a class="btn modal-download" target="_blank"><i class="icon-download"></i> <%= I18n.t('ecm.lightbox.actions.download') %></a>
12
12
  <a class="btn btn-primary modal-next"><%= I18n.t('ecm.lightbox.actions.next') %> <i class="icon-arrow-right icon-white"></i></a>
@@ -1,5 +1,5 @@
1
1
  module Ecm
2
2
  module Lightbox
3
- VERSION = "0.0.1.pre"
3
+ VERSION = "0.0.2.pre"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ecm_lightbox
3
3
  version: !ruby/object:Gem::Version
4
- hash: 961915968
4
+ hash: 961915980
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
9
+ - 2
10
10
  - pre
11
- version: 0.0.1.pre
11
+ version: 0.0.2.pre
12
12
  platform: ruby
13
13
  authors:
14
14
  - Roberto Vasquez Angel
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2013-03-24 00:00:00 Z
19
+ date: 2013-03-26 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: rails