sb_internal_style 0.0.5 → 0.0.6

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: 34954f20b7fe187dbab922a3fa227f85de563381
4
- data.tar.gz: 6e9afda5b5ba6a2a68a634b5a18231bc940ceb3d
3
+ metadata.gz: 253180ca13bf028a015606c0cd10d88349fb66e0
4
+ data.tar.gz: ad610ec22668a09a592f5d9587e9b5dc2fa8c55e
5
5
  SHA512:
6
- metadata.gz: e682130fec126b08a64fd0c8d7a2c425f2d32062e4d15f837d260d58dfa561db138e0e442270774c02d9f0bc39634f64b380a9e173debbbcc883757aa056486a
7
- data.tar.gz: ef61674023b1d9740ea11132ccfc18e04b6969efe79db909d1e422fa85e9abe943124ac8e0c567641ed14bafc9781b544e8dd5b2aa77781fba7bdc0fed3624a3
6
+ metadata.gz: 65ef06ccbd6f59743e4f55a1745592d2e231e833b6432227ad7c9d30ab9da81ca46c99cb8fe83e8702c3af446900c7a7b53e30a9765a2fbf707b40849e86f344
7
+ data.tar.gz: 44aaffe8e56b2515c9695d53be84101e6df8fa2c9b5033133dd0d99729f4c97af47115e0293e11c0e68cf7a02cdf101ed5e0fa38904d644530545ac36dd9cb84
@@ -10,14 +10,13 @@
10
10
 
11
11
  @font-face {
12
12
  font-family: 'singlebrookRegular';
13
- // Using the second 'font' argument is deprecated, but we have to leave it here
14
- // for compatibility with sass-rails 3.x. Once the intranet is on Rails 4 we can
15
- // remove it.
16
- src: asset-url('singlebrookrounded-webfont.eot', 'font');
17
- src: asset-url('singlebrookrounded-webfont.eot?#iefix', 'font') format('embedded-opentype'),
18
- asset-url('singlebrookrounded-webfont.woff', 'font') format('woff'),
19
- asset-url('singlebrookrounded-webfont.ttf', 'font') format('truetype'),
20
- asset-url('singlebrookrounded-webfont.svg#singlebrookRegular', 'font') format('svg');
13
+ // Using font-url here gives us both Rails 3 and 4 compatibility.
14
+ // Don't change it to asset-url.
15
+ src: font-url('singlebrookrounded-webfont.eot');
16
+ src: font-url('singlebrookrounded-webfont.eot?#iefix') format('embedded-opentype'),
17
+ font-url('singlebrookrounded-webfont.woff') format('woff'),
18
+ font-url('singlebrookrounded-webfont.ttf') format('truetype'),
19
+ font-url('singlebrookrounded-webfont.svg#singlebrookRegular') format('svg');
21
20
  font-weight: normal;
22
21
  font-style: normal;
23
22
  }
@@ -1,3 +1,3 @@
1
1
  module SbInternalStyle
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sb_internal_style
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leon Miller-Out
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-04 00:00:00.000000000 Z
11
+ date: 2015-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler