spina-template 0.2.11 → 0.2.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 37a9dc61e724729f75310878135c2c4b50917499
4
- data.tar.gz: 2bcc231c2f2d76fa497dfd809f5e0e1c0e8d1cbc
3
+ metadata.gz: ef61d3cfdba7b1da90c316151ff3cdd2f0c618ea
4
+ data.tar.gz: 3cfe1c4c5897ed9634e671e565ac4df0531651a6
5
5
  SHA512:
6
- metadata.gz: a7cb0a1d129048bd3bd09ea33178e77b2c54b7ddd22666bbd49372cafc88789e707a187123d8d99460622b03b0b06bddde68aabb9f9e1b7f92c5990936623a59
7
- data.tar.gz: 54cec3df70ec4f67220a7ddcbea086e6de350ca47adc0d0541b24f007081354e6fb7772afa4b1fb1af31becdb2306dbf6602915b9e8eae80385cb270bdfb5839
6
+ metadata.gz: 5c7a69bf4eacaec3b95cf42710396fb69b808acc5273d56ba4331737e4eb67fc7319830c22678eb8959853052175deba57ff0f6fcc44a817a4f434aca06af663
7
+ data.tar.gz: 8413fc3f99a962bb79e1c1d1af4d95565d15106265425103394ed4e7ed18630a3963e08129ffb529b87df0705047b88d37fe7514e1209b17e3d0325d6c52aa4d
@@ -17,15 +17,15 @@
17
17
  width: 101px
18
18
 
19
19
  .wheel
20
- background: url(asset_path('spina/wheel.png', 'image'))
20
+ background: url(asset-path('spina/wheel.png'))
21
21
  height: 195px
22
22
  width: 195px
23
23
 
24
24
  .overlay
25
- background: url(asset_path('spina/mask.png', 'image'))
25
+ background: url(asset-path('spina/mask.png'))
26
26
 
27
27
  .marker
28
- background: url(asset_path('spina/marker.png', 'image'))
28
+ background: url(asset-path('spina/marker.png'))
29
29
  height: 17px
30
30
  margin: -8px 0 0 -8px
31
31
  overflow: hidden
@@ -171,7 +171,7 @@ fieldset
171
171
  color: #999
172
172
 
173
173
  input.datepicker
174
- background: url(asset_path("spina/datepicker.png", "image")) no-repeat center right
174
+ background: url(asset-path('spina/datepicker.png')) no-repeat center right
175
175
 
176
176
  // Switch
177
177
 
@@ -1,5 +1,5 @@
1
1
  #login_container
2
- background: url(asset_path('spina/bg.jpg'))
2
+ background: url(asset-path('spina/bg.jpg'))
3
3
  background-size: cover
4
4
  background-position: center
5
5
  display: block
@@ -364,12 +364,12 @@ nav.tabs
364
364
  opacity: 1
365
365
 
366
366
  a.ui-datepicker-prev span
367
- background: url(asset_path("spina/arrow-left.png", "image")) no-repeat center
367
+ background: url(asset-path('spina/arrow-left.png')) no-repeat center
368
368
  background-size: 10px 13px
369
369
  display: block
370
370
 
371
371
  a.ui-datepicker-next span
372
- background: url(asset_path("spina/arrow-right.png", "image")) no-repeat center
372
+ background: url(asset-path('spina/arrow-right.png')) no-repeat center
373
373
  background-size: 10px 13px
374
374
  display: block
375
375
 
@@ -434,7 +434,7 @@ section#main
434
434
 
435
435
  // Danger zone
436
436
  .danger-zone
437
- background: url(asset_path('spina/danger-zone-ribbon.png', 'image')) repeat-x #fcfcfc
437
+ background: url(asset-path('spina/danger-zone-ribbon.png')) repeat-x #fcfcfc
438
438
  margin: 60px -40px 0 -40px
439
439
  padding: 26px 40px
440
440
 
@@ -473,7 +473,7 @@ section#main
473
473
  display: none
474
474
 
475
475
  .divider
476
- background: url(asset_path('spina/divider.png', 'image'))
476
+ background: url(asset-path('spina/divider.png'))
477
477
  color: #999
478
478
  display: inline-block
479
479
  height: 17px
@@ -1,5 +1,5 @@
1
1
  module Spina
2
2
  module Template
3
- VERSION = "0.2.11"
3
+ VERSION = "0.2.12"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spina-template
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.11
4
+ version: 0.2.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bram Jetten
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-30 00:00:00.000000000 Z
11
+ date: 2015-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler