fancybox 0.0.16 → 0.0.17

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.
@@ -1,3 +1,3 @@
1
1
  module Fancybox
2
- VERSION = "0.0.16"
2
+ VERSION = "0.0.17"
3
3
  end
@@ -23,5 +23,5 @@
23
23
  }
24
24
 
25
25
  .fancybox-close {
26
- background:url(asset-path('fancybox/2.1.3/x.png'));
26
+ background:url(<%= asset_path('fancybox/2.1.3/x.png') %>);
27
27
  }
@@ -76,7 +76,7 @@
76
76
  }
77
77
 
78
78
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
79
- background-image: url(asset-path('fancybox/2.1.3/fancybox_sprite.png'));
79
+ background-image: url(<%= asset_path('fancybox/2.1.3/fancybox_sprite.png') %>);
80
80
  }
81
81
 
82
82
  #fancybox-loading {
@@ -94,7 +94,7 @@
94
94
  #fancybox-loading div {
95
95
  width: 44px;
96
96
  height: 44px;
97
- background: url(asset-path('fancybox/2.1.3/fancybox_loading.gif')) center center no-repeat;
97
+ background: url(<%= asset_path('fancybox/2.1.3/fancybox_loading.gif') %>) center center no-repeat;
98
98
  }
99
99
 
100
100
  .fancybox-close {
@@ -114,7 +114,7 @@
114
114
  height: 100%;
115
115
  cursor: pointer;
116
116
  text-decoration: none;
117
- background: transparent url(asset-path('fancybox/2.1.3/blank.gif')); /* helps IE */
117
+ background: transparent url(<%= asset_path('fancybox/2.1.3/blank.gif') %>); /* helps IE */
118
118
  -webkit-tap-highlight-color: rgba(0,0,0,0);
119
119
  z-index: 8040;
120
120
  }
@@ -175,7 +175,7 @@
175
175
  overflow: hidden;
176
176
  display: none;
177
177
  z-index: 8010;
178
- background: url(asset-path('fancybox/2.1.3/fancybox_overlay.png'));
178
+ background: url(<%= asset_path('fancybox/2.1.3/fancybox_overlay.png') %>);
179
179
  }
180
180
 
181
181
  .fancybox-overlay-fixed {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fancybox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.16
4
+ version: 0.0.17
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-25 00:00:00.000000000 Z
12
+ date: 2013-07-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass-rails
@@ -55,8 +55,8 @@ files:
55
55
  - vendor/assets/javascripts/fancybox/2.1.3/fancybox.js
56
56
  - vendor/assets/javascripts/fancybox/2.1.3/init.js
57
57
  - vendor/assets/stylesheets/fancybox.css
58
- - vendor/assets/stylesheets/fancybox/2.1.3/changes.css.scss
59
- - vendor/assets/stylesheets/fancybox/2.1.3/fancybox.css.scss
58
+ - vendor/assets/stylesheets/fancybox/2.1.3/changes.css.erb
59
+ - vendor/assets/stylesheets/fancybox/2.1.3/fancybox.css.erb
60
60
  homepage: https://github.com/vav/fancybox
61
61
  licenses:
62
62
  - MIT
@@ -78,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
78
  version: '0'
79
79
  requirements: []
80
80
  rubyforge_project:
81
- rubygems_version: 1.8.19
81
+ rubygems_version: 1.8.23
82
82
  signing_key:
83
83
  specification_version: 3
84
84
  summary: Fancybox 2 for Rails