twitter-bootswatch-rails 3.1.0.1 → 3.1.0.3

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: 43655ecfb6c6aa2b6a8c07b3d823ea7fd11932c7
4
- data.tar.gz: ae5891c9bfe1afc133037a11b33f255da1ab8383
3
+ metadata.gz: 70e5e67f519db60b72fa974cf68b9b958c124816
4
+ data.tar.gz: e6d4b3035d771bd178a96d4b4636cffbe3245100
5
5
  SHA512:
6
- metadata.gz: 8f47d03a13890c7ac34b10ba2f21384d4a34988e9200e4ea35e6b7728273f725645bf5a7645550ef8b47ac021c475aaa1d59133e31b56b32c496669cf475fedd
7
- data.tar.gz: 6367a2ed6fa82086ef194e7ff7f4d97c3d0adf368080269b3c2997dfc92d6acdb534eed4112e709dc36f6fde72377381ab9149a86f223e7c612c4a16a2fae204
6
+ metadata.gz: a2719f621820a4dd36808c1f76decd35789d64a1e9697e70f1ce07e8f456d18cdd4551589755f5b3c5ec1188c1a58ac1c3c342eac154c416072bc4e8dc97593d
7
+ data.tar.gz: aa7765ef38e02db1621814e687810b8a40e6ed3be255c91d0032c739f3a7f9f3c52cd2e517c12502c48ec9129bec69ea6887b5e0e44862a7ae9426466565852c
@@ -1,7 +1,7 @@
1
1
  module Twitter
2
2
  module Bootswatch
3
3
  module Rails
4
- VERSION = '3.1.0.1'
4
+ VERSION = '3.1.0.3'
5
5
  end
6
6
  end
7
7
  end
@@ -10,11 +10,11 @@
10
10
  // Import the fonts
11
11
  @font-face {
12
12
  font-family: 'Glyphicons Halflings';
13
- src: ~"url('@{icon-font-path}@{icon-font-name}.eot')";
14
- src: ~"url('@{icon-font-path}@{icon-font-name}.eot?#iefix') format('embedded-opentype')",
15
- ~"url('@{icon-font-path}@{icon-font-name}.woff') format('woff')",
16
- ~"url('@{icon-font-path}@{icon-font-name}.ttf') format('truetype')",
17
- ~"url('@{icon-font-path}@{icon-font-name}.svg#@{icon-font-svg-id}') format('svg')";
13
+ src: asset-url('@{icon-font-path}@{icon-font-name}.eot');
14
+ src: asset-url('@{icon-font-path}@{icon-font-name}.eot?#iefix') format('embedded-opentype'),
15
+ asset-url('@{icon-font-path}@{icon-font-name}.woff') format('woff'),
16
+ asset-url('@{icon-font-path}@{icon-font-name}.ttf') format('truetype'),
17
+ asset-url('@{icon-font-path}@{icon-font-name}.svg#@{icon-font-svg-id}') format('svg');
18
18
  }
19
19
 
20
20
  // Catchall baseclass
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twitter-bootswatch-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0.1
4
+ version: 3.1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott V. Rosenthal