lato-rails 1.0.3 → 1.0.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 190bc3fd69d07ef91d851f24ab04a82736e4ace5
4
- data.tar.gz: fd9acf14c7c0254c925107340eb641ddcd380673
3
+ metadata.gz: 0a98fafef25dafa45354d0e0fbe71ee8bb85e6ff
4
+ data.tar.gz: 57e31484955a8e6197170949ea63a2d94173a9d7
5
5
  SHA512:
6
- metadata.gz: 765b20855009e9bbcdf9a4a046590ef5f4bf681d73cd9cb39c295ad8e32c9d7f406df87dad30b3650c076abbd0ad6ca604e638c976c13ce2448c54a54b8cecb0
7
- data.tar.gz: 8eba57b281f529ffeac056be6b8d27b737b71f88cae2a4e14250fc6fe511efb01c7efbd9cc6ae3066ffb5d8c199af22f8324becafb18deb38be0339802d9f32f
6
+ metadata.gz: bef7490d7e8083d944d9ce9a474ad3b0abb8c1ba102197750cc093dfac60e3bab1a1f3d2487627b1da96a7f8a07a2a0067cb0965d8f2d2a9acb0f4da6b11d2be
7
+ data.tar.gz: ed4fa0838dad57c02674e062de6848c335d56d2e90b2eb29913a7519b831ec0aa0f1465ba37e064104e238752595998e773ee0505cc048b6eafaf80382f5bb17
data/Rakefile CHANGED
@@ -7,4 +7,4 @@ Rake::TestTask.new(:test) do |t|
7
7
  t.test_files = FileList['test/**/*_test.rb']
8
8
  end
9
9
 
10
- task :default => :spec
10
+ task :default => :test
@@ -1,14 +1,14 @@
1
1
  @mixin fontdef($FontPath, $FontName, $FontVersion, $FontType:"Regular") {
2
- src: url('#{$FontPath}/#{$FontType}/#{$FontName}-#{$FontType}.eot?v=#{$FontVersion}');
3
- src: url('#{$FontPath}/#{$FontType}/#{$FontName}-#{$FontType}.eot?#iefix&v=#{$FontVersion}') format('embedded-opentype'),
4
- url('#{$FontPath}/#{$FontType}/#{$FontName}-#{$FontType}.woff2?v=#{$FontVersion}') format('woff2'),
5
- url('#{$FontPath}/#{$FontType}/#{$FontName}-#{$FontType}.woff?v=#{$FontVersion}') format('woff'),
6
- url('#{$FontPath}/#{$FontType}/#{$FontName}-#{$FontType}.ttf?v=#{$FontVersion}') format('truetype'),
7
- url('#{$FontPath}/#{$FontType}/#{$FontName}-#{$FontType}.svg?v=#{$FontVersion}##{$FontName}#{$FontType}') format('svg');
2
+ src: font-url('#{$FontPath}/#{$FontType}/#{$FontName}-#{$FontType}.eot?v=#{$FontVersion}');
3
+ src: font-url('#{$FontPath}/#{$FontType}/#{$FontName}-#{$FontType}.eot?#iefix&v=#{$FontVersion}') format('embedded-opentype'),
4
+ font-url('#{$FontPath}/#{$FontType}/#{$FontName}-#{$FontType}.woff2?v=#{$FontVersion}') format('woff2'),
5
+ font-url('#{$FontPath}/#{$FontType}/#{$FontName}-#{$FontType}.woff?v=#{$FontVersion}') format('woff'),
6
+ font-url('#{$FontPath}/#{$FontType}/#{$FontName}-#{$FontType}.ttf?v=#{$FontVersion}') format('truetype'),
7
+ font-url('#{$FontPath}/#{$FontType}/#{$FontName}-#{$FontType}.svg?v=#{$FontVersion}##{$FontName}#{$FontType}') format('svg');
8
8
  }
9
9
 
10
10
  @mixin fontdef-woff($FontPath, $FontName, $FontVersion:"1.0.0", $FontType:"Regular") {
11
- src: url('#{$FontPath}/#{$FontType}/#{$FontName}-#{$FontType}.woff2?v=#{$FontVersion}') format('woff2'),
12
- url('#{$FontPath}/#{$FontType}/#{$FontName}-#{$FontType}.woff?v=#{$FontVersion}') format('woff'),
13
- url('#{$FontPath}/#{$FontType}/#{$FontName}-#{$FontType}.ttf?v=#{$FontVersion}') format('truetype');
11
+ src: asset-url('#{$FontPath}/#{$FontType}/#{$FontName}-#{$FontType}.woff2?v=#{$FontVersion}') format('woff2'),
12
+ font-url('#{$FontPath}/#{$FontType}/#{$FontName}-#{$FontType}.woff?v=#{$FontVersion}') format('woff'),
13
+ font-url('#{$FontPath}/#{$FontType}/#{$FontName}-#{$FontType}.ttf?v=#{$FontVersion}') format('truetype');
14
14
  }
@@ -1,6 +1,6 @@
1
1
  module Lato
2
2
  module Rails
3
3
  FONT_VERSION = "1.0.0"
4
- VERSION = "1.0.3"
4
+ VERSION = "1.0.4"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lato-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen Fesslmeier
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-03-24 00:00:00.000000000 Z
11
+ date: 2017-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -204,7 +204,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
204
204
  version: '0'
205
205
  requirements: []
206
206
  rubyforge_project:
207
- rubygems_version: 2.4.8
207
+ rubygems_version: 2.6.10
208
208
  signing_key:
209
209
  specification_version: 4
210
210
  summary: An asset gemification of the lato font.