frontend-helpers 0.0.7 → 0.0.8

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.
@@ -18,7 +18,7 @@
18
18
  left: 0;
19
19
  width: 40px;
20
20
  height: 480px;
21
- background-image: url(asset_path('fancybox/fancybox.png', 'image'));
21
+ background-image: image_url("fancybox/fancybox.png"));
22
22
  }
23
23
 
24
24
  #fancybox-overlay {
@@ -82,7 +82,7 @@
82
82
  right: -15px;
83
83
  width: 30px;
84
84
  height: 30px;
85
- background: transparent url(asset_path('fancybox/fancybox.png', 'image')) -40px 0px;
85
+ background: transparent image_url("fancybox/fancybox.png")) -40px 0px;
86
86
  cursor: pointer;
87
87
  z-index: 1103;
88
88
  display: none;
@@ -120,7 +120,7 @@
120
120
  width: 35%;
121
121
  cursor: pointer;
122
122
  outline: none;
123
- background: transparent url(asset_path('fancybox/blank.gif', 'image'));
123
+ background: transparent image_url("fancybox/blank.gif"));
124
124
  z-index: 1102;
125
125
  display: none;
126
126
  }
@@ -146,12 +146,12 @@
146
146
  }
147
147
 
148
148
  #fancybox-left-ico {
149
- background-image: url(asset_path('fancybox/fancybox.png', 'image'));
149
+ background-image: image_url("fancybox/fancybox.png"));
150
150
  background-position: -40px -30px;
151
151
  }
152
152
 
153
153
  #fancybox-right-ico {
154
- background-image: url(asset_path('fancybox/fancybox.png', 'image'));
154
+ background-image: image_url("fancybox/fancybox.png"));
155
155
  background-position: -40px -60px;
156
156
  }
157
157
 
@@ -182,13 +182,13 @@
182
182
  top: -20px;
183
183
  left: 0;
184
184
  width: 100%;
185
- background-image: url(asset_path('fancybox/fancybox-x.png', 'image'));
185
+ background-image: image_url("fancybox/fancybox-x.png"));
186
186
  }
187
187
 
188
188
  #fancybox-bg-ne {
189
189
  top: -20px;
190
190
  right: -20px;
191
- background-image: url(asset_path('fancybox/fancybox.png', 'image'));
191
+ background-image: image_url("fancybox/fancybox.png"));
192
192
  background-position: -40px -162px;
193
193
  }
194
194
 
@@ -196,14 +196,14 @@
196
196
  top: 0;
197
197
  right: -20px;
198
198
  height: 100%;
199
- background-image: url(asset_path('fancybox/fancybox-y.png', 'image'));
199
+ background-image: image_url("fancybox/fancybox-y.png"));
200
200
  background-position: -20px 0px;
201
201
  }
202
202
 
203
203
  #fancybox-bg-se {
204
204
  bottom: -20px;
205
205
  right: -20px;
206
- background-image: url(asset_path('fancybox/fancybox.png', 'image'));
206
+ background-image: image_url("fancybox/fancybox.png"));
207
207
  background-position: -40px -182px;
208
208
  }
209
209
 
@@ -211,14 +211,14 @@
211
211
  bottom: -20px;
212
212
  left: 0;
213
213
  width: 100%;
214
- background-image: url(asset_path('fancybox/fancybox-x.png', 'image'));
214
+ background-image: image_url("fancybox/fancybox-x.png"));
215
215
  background-position: 0px -20px;
216
216
  }
217
217
 
218
218
  #fancybox-bg-sw {
219
219
  bottom: -20px;
220
220
  left: -20px;
221
- background-image: url(asset_path('fancybox/fancybox.png', 'image'));
221
+ background-image: image_url("fancybox/fancybox.png"));
222
222
  background-position: -40px -142px;
223
223
  }
224
224
 
@@ -226,13 +226,13 @@
226
226
  top: 0;
227
227
  left: -20px;
228
228
  height: 100%;
229
- background-image: url(asset_path('fancybox/fancybox-y.png', 'image'));
229
+ background-image: image_url("fancybox/fancybox-y.png"));
230
230
  }
231
231
 
232
232
  #fancybox-bg-nw {
233
233
  top: -20px;
234
234
  left: -20px;
235
- background-image: url(asset_path('fancybox/fancybox.png', 'image'));
235
+ background-image: image_url("fancybox/fancybox.png"));
236
236
  background-position: -40px -122px;
237
237
  }
238
238
 
@@ -265,7 +265,7 @@
265
265
 
266
266
  #fancybox-title-over {
267
267
  padding: 10px;
268
- background-image: url(asset_path('fancybox/fancy_title_over.png', 'image'));
268
+ background-image: image_url("fancybox/fancy_title_over.png"));
269
269
  display: block;
270
270
  }
271
271
 
@@ -289,7 +289,7 @@
289
289
 
290
290
  #fancybox-title-float-left {
291
291
  padding: 0 0 0 15px;
292
- background: url(asset_path('fancybox/fancybox.png', 'image')) -40px -90px no-repeat;
292
+ background: image_url("fancybox/fancybox.png")) -40px -90px no-repeat;
293
293
  }
294
294
 
295
295
  #fancybox-title-float-main {
@@ -297,12 +297,12 @@
297
297
  line-height: 29px;
298
298
  font-weight: bold;
299
299
  padding: 0 0 3px 0;
300
- background: url(asset_path('fancybox/fancybox-x.png', 'image')) 0px -40px;
300
+ background: image_url("fancybox/fancybox-x.png")) 0px -40px;
301
301
  }
302
302
 
303
303
  #fancybox-title-float-right {
304
304
  padding: 0 0 0 15px;
305
- background: url(asset_path('fancybox/fancybox.png', 'image')) -55px -90px no-repeat;
305
+ background: image_url("fancybox/fancybox.png")) -55px -90px no-repeat;
306
306
  }
307
307
 
308
308
  /* IE6 */
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: frontend-helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,63 +9,63 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-08-22 00:00:00.000000000Z
12
+ date: 2011-09-20 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
16
- requirement: &2156849120 !ruby/object:Gem::Requirement
16
+ requirement: &2152981420 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 3.1.0.rc4
21
+ version: 3.1.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2156849120
24
+ version_requirements: *2152981420
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: haml-rails
27
- requirement: &2156848460 !ruby/object:Gem::Requirement
27
+ requirement: &2152980940 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
- - - ~>
30
+ - - ! '>='
31
31
  - !ruby/object:Gem::Version
32
- version: 0.3.4
32
+ version: '0'
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *2156848460
35
+ version_requirements: *2152980940
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: sass-rails
38
- requirement: &2156847560 !ruby/object:Gem::Requirement
38
+ requirement: &2152980460 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
- - - ~>
41
+ - - ! '>='
42
42
  - !ruby/object:Gem::Version
43
- version: 3.1.0.rc
43
+ version: '0'
44
44
  type: :runtime
45
45
  prerelease: false
46
- version_requirements: *2156847560
46
+ version_requirements: *2152980460
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: sprockets
49
- requirement: &2156846840 !ruby/object:Gem::Requirement
49
+ requirement: &2152997100 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
- - - ~>
52
+ - - ! '>='
53
53
  - !ruby/object:Gem::Version
54
- version: 2.0.0.beta.10
54
+ version: '0'
55
55
  type: :runtime
56
56
  prerelease: false
57
- version_requirements: *2156846840
57
+ version_requirements: *2152997100
58
58
  - !ruby/object:Gem::Dependency
59
59
  name: jeweler
60
- requirement: &2156843240 !ruby/object:Gem::Requirement
60
+ requirement: &2152996620 !ruby/object:Gem::Requirement
61
61
  none: false
62
62
  requirements:
63
- - - ~>
63
+ - - ! '>='
64
64
  - !ruby/object:Gem::Version
65
- version: 1.6.4
65
+ version: '0'
66
66
  type: :development
67
67
  prerelease: false
68
- version_requirements: *2156843240
68
+ version_requirements: *2152996620
69
69
  description: Large collection of useful Rails 3.1 helpers for SEO, Metatags, Facebook
70
70
  OG tags, integration for analytics services like google, woopra, olark, mixpanel
71
71
  and much much more...
@@ -76,12 +76,14 @@ extra_rdoc_files:
76
76
  - LICENSE.txt
77
77
  - README.md
78
78
  files:
79
+ - .rvmrc
79
80
  - Gemfile
80
81
  - Gemfile.lock
81
82
  - LICENSE.txt
82
83
  - MIT-LICENSE
83
84
  - README.md
84
85
  - Rakefile
86
+ - app/views/layouts/mail.html.haml
85
87
  - config/services.yml
86
88
  - config/settings.yml
87
89
  - frontend-helpers.gemspec
@@ -146,6 +148,7 @@ files:
146
148
  - vendor/assets/images/fancybox/fancybox-x.png
147
149
  - vendor/assets/images/fancybox/fancybox-y.png
148
150
  - vendor/assets/images/fancybox/fancybox.png
151
+ - vendor/assets/javascripts/backbone/authtoken.js
149
152
  - vendor/assets/javascripts/backbone/backbone.js
150
153
  - vendor/assets/javascripts/backbone/index.js
151
154
  - vendor/assets/javascripts/backbone/underscore.js
@@ -186,7 +189,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
186
189
  version: '0'
187
190
  segments:
188
191
  - 0
189
- hash: 3740730751557170288
192
+ hash: -1233233586140994348
190
193
  required_rubygems_version: !ruby/object:Gem::Requirement
191
194
  none: false
192
195
  requirements:
@@ -195,7 +198,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
195
198
  version: '0'
196
199
  requirements: []
197
200
  rubyforge_project:
198
- rubygems_version: 1.8.6
201
+ rubygems_version: 1.8.10
199
202
  signing_key:
200
203
  specification_version: 3
201
204
  summary: Collection of useful frontend helpers for Rails 3.1 applications.