bookends 3.1.3 → 3.1.4

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: 1f880edbc86fd3749adf594978a4af9da6c90676
4
- data.tar.gz: b1d216616c5fbc7879cce1ea83a9308c35a098c7
3
+ metadata.gz: 7dedc069e06effee143240e048f93476bf61727f
4
+ data.tar.gz: 59d9d93a7ebbac44eb8e06e4a33de40c9cc752a9
5
5
  SHA512:
6
- metadata.gz: 3114f0320676af3063d3a982563dc83f3d26c3f9beb6f84a485782f0af33fdd3ac0d2f7f4bea19e4ed516b29c1952e83a4d44f8518f17c98e79b9ee8de3e6061
7
- data.tar.gz: 684c998a05e1d02af3c4b0ef53d6998b89a1a80c42e13cad79b4cd946a186ab380a6519132b1ff1e2b1fbd7bb583602c658cb425dc6c0ca255d935c38e885655
6
+ metadata.gz: c7f2e955de617c52fa5e3dc6a3f04f24bd8c3ac2d0455870cad93ecd7cc13bfaa83bbd98d1f4f9a8d4887f581f4b31edb21de5f03c83c1b29cc3b20b049cbd25
7
+ data.tar.gz: fe28942f50ef74248c1e7601d5881d03deca0ba7d794f464d712c14cf0394ec58a5371480a274bd19adbb62b6ba8d22eeb17915634905f7cd34ecb6c4d9577c5
@@ -3,10 +3,10 @@
3
3
  // ==========================================================================
4
4
 
5
5
  //- Primary font
6
- @include font-face(BentonSans, 'bentonsans-book', 200, $file-formats: eot woff ttf svg);
7
- @include font-face(BentonSans, 'bentonsans-regular', normal, $file-formats: eot woff ttf svg);
8
- @include font-face(BentonSans, 'bentonsans-medium', bold, $file-formats: eot woff ttf svg);
6
+ @include font-face(BentonSans, 'bentonsans-book', 200, $asset-pipeline: true, $file-formats: eot woff ttf svg);
7
+ @include font-face(BentonSans, 'bentonsans-regular', normal, $asset-pipeline: true, $file-formats: eot woff ttf svg);
8
+ @include font-face(BentonSans, 'bentonsans-medium', bold, $asset-pipeline: true, $file-formats: eot woff ttf svg);
9
9
 
10
10
  //- Monospace font
11
- @include font-face(Inconsolata, 'inconsolata-bold', bold, $file-formats: eot woff ttf svg);
12
- @include font-face(Inconsolata, 'inconsolata-regular', normal, $file-formats: eot woff ttf svg);
11
+ @include font-face(Inconsolata, 'inconsolata-bold', bold, $asset-pipeline: true, $file-formats: eot woff ttf svg);
12
+ @include font-face(Inconsolata, 'inconsolata-regular', normal, $asset-pipeline: true, $file-formats: eot woff ttf svg);
@@ -1,3 +1,3 @@
1
1
  module Bookends
2
- VERSION = "3.1.3"
2
+ VERSION = "3.1.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bookends
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.3
4
+ version: 3.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marketing Web Ops at heroku
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-11 00:00:00.000000000 Z
11
+ date: 2016-10-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -299,7 +299,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
299
299
  version: '0'
300
300
  requirements: []
301
301
  rubyforge_project:
302
- rubygems_version: 2.4.5
302
+ rubygems_version: 2.4.8
303
303
  signing_key:
304
304
  specification_version: 4
305
305
  summary: an engine to abstract common html/css elements across Heroku properties