source-sans-pro-rails 0.6.1 → 0.7.1

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.
Files changed (82) hide show
  1. checksums.yaml +7 -0
  2. data/.travis.yml +2 -2
  3. data/CODEOWNERS +1 -0
  4. data/README.md +9 -1
  5. data/Rakefile +6 -6
  6. data/app/assets/fonts/sourcesanspro-black.eot +0 -0
  7. data/app/assets/fonts/sourcesanspro-black.ttf +0 -0
  8. data/app/assets/fonts/sourcesanspro-black.woff +0 -0
  9. data/app/assets/fonts/sourcesanspro-black.woff2 +0 -0
  10. data/app/assets/fonts/sourcesanspro-bold.eot +0 -0
  11. data/app/assets/fonts/sourcesanspro-bold.ttf +0 -0
  12. data/app/assets/fonts/sourcesanspro-bold.woff +0 -0
  13. data/app/assets/fonts/sourcesanspro-bold.woff2 +0 -0
  14. data/app/assets/fonts/sourcesanspro-extralight.eot +0 -0
  15. data/app/assets/fonts/sourcesanspro-extralight.ttf +0 -0
  16. data/app/assets/fonts/sourcesanspro-extralight.woff +0 -0
  17. data/app/assets/fonts/sourcesanspro-extralight.woff2 +0 -0
  18. data/app/assets/fonts/sourcesanspro-it.eot +0 -0
  19. data/app/assets/fonts/sourcesanspro-it.ttf +0 -0
  20. data/app/assets/fonts/sourcesanspro-it.woff +0 -0
  21. data/app/assets/fonts/sourcesanspro-it.woff2 +0 -0
  22. data/app/assets/fonts/sourcesanspro-light.eot +0 -0
  23. data/app/assets/fonts/sourcesanspro-light.ttf +0 -0
  24. data/app/assets/fonts/sourcesanspro-light.woff +0 -0
  25. data/app/assets/fonts/sourcesanspro-light.woff2 +0 -0
  26. data/app/assets/fonts/sourcesanspro-regular.eot +0 -0
  27. data/app/assets/fonts/sourcesanspro-regular.ttf +0 -0
  28. data/app/assets/fonts/sourcesanspro-regular.woff +0 -0
  29. data/app/assets/fonts/sourcesanspro-regular.woff2 +0 -0
  30. data/app/assets/fonts/sourcesanspro-semibold.eot +0 -0
  31. data/app/assets/fonts/sourcesanspro-semibold.ttf +0 -0
  32. data/app/assets/fonts/sourcesanspro-semibold.woff +0 -0
  33. data/app/assets/fonts/sourcesanspro-semibold.woff2 +0 -0
  34. data/app/assets/stylesheets/source-sans-pro/black.scss +2 -0
  35. data/app/assets/stylesheets/source-sans-pro/bold.scss +2 -0
  36. data/app/assets/stylesheets/source-sans-pro/extralight.scss +2 -0
  37. data/app/assets/stylesheets/source-sans-pro/font-helper.scss +1 -0
  38. data/app/assets/stylesheets/source-sans-pro/italic.scss +2 -0
  39. data/app/assets/stylesheets/source-sans-pro/light.scss +2 -0
  40. data/app/assets/stylesheets/source-sans-pro/regular.scss +2 -0
  41. data/app/assets/stylesheets/source-sans-pro/semibold.scss +2 -0
  42. data/lib/source-sans-pro/rails/version.rb +1 -1
  43. data/source-sans-pro-rails.gemspec +14 -14
  44. data/test/source_sans_pro_test.rb +23 -19
  45. data/test/test_helper.rb +3 -3
  46. metadata +71 -80
  47. data/app/assets/fonts/sourcesanspro-black-webfont.eot +0 -0
  48. data/app/assets/fonts/sourcesanspro-black-webfont.ttf +0 -0
  49. data/app/assets/fonts/sourcesanspro-black-webfont.woff +0 -0
  50. data/app/assets/fonts/sourcesanspro-bold-webfont.eot +0 -0
  51. data/app/assets/fonts/sourcesanspro-bold-webfont.ttf +0 -0
  52. data/app/assets/fonts/sourcesanspro-bold-webfont.woff +0 -0
  53. data/app/assets/fonts/sourcesanspro-extralight-webfont.eot +0 -0
  54. data/app/assets/fonts/sourcesanspro-extralight-webfont.ttf +0 -0
  55. data/app/assets/fonts/sourcesanspro-extralight-webfont.woff +0 -0
  56. data/app/assets/fonts/sourcesanspro-it-webfont.eot +0 -0
  57. data/app/assets/fonts/sourcesanspro-it-webfont.ttf +0 -0
  58. data/app/assets/fonts/sourcesanspro-it-webfont.woff +0 -0
  59. data/app/assets/fonts/sourcesanspro-light-webfont.eot +0 -0
  60. data/app/assets/fonts/sourcesanspro-light-webfont.ttf +0 -0
  61. data/app/assets/fonts/sourcesanspro-light-webfont.woff +0 -0
  62. data/app/assets/fonts/sourcesanspro-regular-webfont.eot +0 -0
  63. data/app/assets/fonts/sourcesanspro-regular-webfont.ttf +0 -0
  64. data/app/assets/fonts/sourcesanspro-regular-webfont.woff +0 -0
  65. data/app/assets/fonts/sourcesanspro-semibold-webfont.eot +0 -0
  66. data/app/assets/fonts/sourcesanspro-semibold-webfont.ttf +0 -0
  67. data/app/assets/fonts/sourcesanspro-semibold-webfont.woff +0 -0
  68. data/app/assets/stylesheets/source-sans-pro/black.css.scss +0 -2
  69. data/app/assets/stylesheets/source-sans-pro/bold.css.scss +0 -2
  70. data/app/assets/stylesheets/source-sans-pro/extralight.css.scss +0 -2
  71. data/app/assets/stylesheets/source-sans-pro/italic.css.scss +0 -2
  72. data/app/assets/stylesheets/source-sans-pro/light.css.scss +0 -2
  73. data/app/assets/stylesheets/source-sans-pro/regular.css.scss +0 -2
  74. data/app/assets/stylesheets/source-sans-pro/semibold.css.scss +0 -2
  75. /data/app/assets/fonts/{sourcesanspro-black-webfont.svg → sourcesanspro-black.svg} +0 -0
  76. /data/app/assets/fonts/{sourcesanspro-bold-webfont.svg → sourcesanspro-bold.svg} +0 -0
  77. /data/app/assets/fonts/{sourcesanspro-extralight-webfont.svg → sourcesanspro-extralight.svg} +0 -0
  78. /data/app/assets/fonts/{sourcesanspro-it-webfont.svg → sourcesanspro-it.svg} +0 -0
  79. /data/app/assets/fonts/{sourcesanspro-light-webfont.svg → sourcesanspro-light.svg} +0 -0
  80. /data/app/assets/fonts/{sourcesanspro-regular-webfont.svg → sourcesanspro-regular.svg} +0 -0
  81. /data/app/assets/fonts/{sourcesanspro-semibold-webfont.svg → sourcesanspro-semibold.svg} +0 -0
  82. /data/app/assets/stylesheets/source-sans-pro/{index.css.scss → index.scss} +0 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 5650a2718deb02394e92e9f712036ad8fdd7e3b0325dd32c976ea46c2f7732be
4
+ data.tar.gz: 4eff572fe6c3b4932813de8e28ac118b6993f4f3cdddefefc6c85e4bb0645343
5
+ SHA512:
6
+ metadata.gz: 35af828d1db7e2b1a9f037725e75f48ca7f4474a396f0205486b56a3c4c37a6f6b0d11f995b50a4b39b4c03ff485246709287e7967ec82019f8e37368f3e58c2
7
+ data.tar.gz: ac0432d669497b5f620f379a267e915838bf79c6b993bdd2ba7924edc3f6fc1b02b8262a31e4d9b71b4925a3e99e9fa19c2cce91357e19c07eacddae98083b15
data/.travis.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 1.9.3
4
- - 2.0.0
3
+ - 2.3.3
4
+ - 2.4.0
5
5
  gemfile:
6
6
  - Gemfile
data/CODEOWNERS ADDED
@@ -0,0 +1 @@
1
+ * @veracross/product-tech-leads
data/README.md CHANGED
@@ -37,9 +37,17 @@ And so forth. Currently, the supported font variants are:
37
37
  * Bold (`bold`)
38
38
  * Black (`black` - font weight 800)
39
39
 
40
+ Add it to your CSS styles:
41
+
42
+ font-family: 'SourceSansPro';
43
+
44
+ And adjust the weight in the same way as with any other font:
45
+
46
+ font-weight: 400;
47
+
40
48
  ## Building
41
49
 
42
- TTF font files were downloaded from Adobe and converted to `woff`, `eot`, and `svg` with [Font Squirrel's web font generator](http://www.fontsquirrel.com/tools/webfont-generator).
50
+ Font files were downloaded directly from the latest release of [https://github.com/adobe-fonts/source-sans-pro](https://github.com/adobe-fonts/source-sans-pro).
43
51
 
44
52
  ## License
45
53
 
data/Rakefile CHANGED
@@ -1,11 +1,11 @@
1
- require "bundler/gem_tasks"
2
- require "rake/testtask"
1
+ require 'bundler/gem_tasks'
2
+ require 'rake/testtask'
3
3
 
4
4
  Rake::TestTask.new(:test) do |t|
5
- t.libs << "lib"
6
- t.libs << "test"
7
- t.pattern = "test/**/*_test.rb"
5
+ t.libs << 'lib'
6
+ t.libs << 'test'
7
+ t.pattern = 'test/**/*_test.rb'
8
8
  t.verbose = false
9
9
  end
10
10
 
11
- task :default => :test
11
+ task default: :test
@@ -0,0 +1,2 @@
1
+ @import 'font-helper';
2
+ @include font('sourcesanspro-black', 800, normal);
@@ -0,0 +1,2 @@
1
+ @import 'font-helper';
2
+ @include font('sourcesanspro-bold', bold, normal);
@@ -0,0 +1,2 @@
1
+ @import 'font-helper';
2
+ @include font('sourcesanspro-extralight', 100, normal);
@@ -3,6 +3,7 @@
3
3
  font-family: 'SourceSansPro';
4
4
  src: url(font-path("#{$name}.eot"));
5
5
  src: url(font-path("#{$name}.eot?#iefix")) format("embedded-opentype"),
6
+ url(font-path("#{$name}.woff2")) format("woff2"),
6
7
  url(font-path("#{$name}.woff")) format("woff"),
7
8
  url(font-path("#{$name}.ttf")) format("truetype"),
8
9
  url(font-path("#{$name}.svg##{$name}")) format("svg");
@@ -0,0 +1,2 @@
1
+ @import 'font-helper';
2
+ @include font('sourcesanspro-it', normal, italic);
@@ -0,0 +1,2 @@
1
+ @import 'font-helper';
2
+ @include font('sourcesanspro-light', 300, normal);
@@ -0,0 +1,2 @@
1
+ @import 'font-helper';
2
+ @include font('sourcesanspro-regular', normal, normal);
@@ -0,0 +1,2 @@
1
+ @import 'font-helper';
2
+ @include font('sourcesanspro-semibold', 600, normal);
@@ -1,5 +1,5 @@
1
1
  module SourceSansPro
2
2
  module Rails
3
- VERSION = "0.6.1"
3
+ VERSION = '0.7.1'.freeze
4
4
  end
5
5
  end
@@ -4,23 +4,23 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
  require 'source-sans-pro/rails/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
- spec.name = "source-sans-pro-rails"
7
+ spec.name = 'source-sans-pro-rails'
8
8
  spec.version = SourceSansPro::Rails::VERSION
9
- spec.authors = ["Jeff Fraser"]
10
- spec.email = ["jfraser@breuer.com"]
11
- spec.description = %q{Add Adobe's Source Sans Pro Font to your Rails app through the asset pipeline}
12
- spec.summary = %q{The Adobe Source Sans Pro font in the asset pipeline}
13
- spec.homepage = "https://github.com/veracross/source-sans-pro-rails"
14
- spec.licenses = ["MIT", "SIL Open Font License"]
9
+ spec.authors = ['Jeff Fraser', 'Ben Vogelzang']
10
+ spec.email = ['jeff.fraser@veracross.com', 'ben.vogelzang@veracross.com']
11
+ spec.description = "Add Adobe's Source Sans Pro Font to your Rails app through the asset pipeline"
12
+ spec.summary = 'The Adobe Source Sans Pro font in the asset pipeline'
13
+ spec.homepage = 'https://github.com/veracross/source-sans-pro-rails'
14
+ spec.licenses = ['MIT', 'SIL Open Font License']
15
15
 
16
- spec.files = `git ls-files`.split($/)
16
+ spec.files = `git ls-files -z`.split("\x0")
17
17
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
18
- spec.require_paths = ["lib"]
18
+ spec.require_paths = ['lib']
19
19
 
20
- spec.add_dependency "railties", ">= 3.2", "< 5.0"
20
+ spec.add_dependency 'railties', '>= 3.2'
21
21
 
22
- spec.add_development_dependency "bundler", "~> 1.3"
23
- spec.add_development_dependency "rake"
24
- spec.add_development_dependency "sass-rails"
25
- spec.add_development_dependency "tzinfo"
22
+ spec.add_development_dependency 'bundler', '>= 2.0.0'
23
+ spec.add_development_dependency 'rake'
24
+ spec.add_development_dependency 'sass-rails'
25
+ spec.add_development_dependency 'tzinfo'
26
26
  end
@@ -3,52 +3,56 @@ require 'test_helper'
3
3
  class SourceSansProTest < ActionDispatch::IntegrationTest
4
4
  teardown { clean_sprockets_cache }
5
5
 
6
- test "engine is loaded" do
6
+ test 'engine is loaded' do
7
7
  assert_equal ::Rails::Engine, SourceSansPro::Rails::Engine.superclass
8
8
  end
9
9
 
10
- test "fonts are served" do
11
- get "/assets/sourcesanspro-regular-webfont.eot"
10
+ test 'fonts are served' do
11
+ get '/assets/sourcesanspro-regular.eot'
12
12
  assert_response :success
13
13
 
14
- get "/assets/sourcesanspro-regular-webfont.ttf"
14
+ get '/assets/sourcesanspro-regular.ttf'
15
15
  assert_response :success
16
16
 
17
- get "/assets/sourcesanspro-regular-webfont.woff"
17
+ get '/assets/sourcesanspro-regular.woff'
18
18
  assert_response :success
19
19
 
20
- get "/assets/sourcesanspro-regular-webfont.svg"
20
+ get '/assets/sourcesanspro-regular.woff2'
21
+ assert_response :success
22
+
23
+ get '/assets/sourcesanspro-regular.svg'
21
24
  assert_response :success
22
25
  end
23
26
 
24
- test "stylesheets are served" do
25
- get "/assets/source-sans-pro.css"
27
+ test 'stylesheets are served' do
28
+ get '/assets/source-sans-pro.css'
26
29
  assert_source_sans_pro(response)
27
30
 
28
- %w{black bold extralight italic light regular semibold}.each do |font_weight|
31
+ %w(black bold extralight italic light regular semibold).each do |font_weight|
29
32
  get "/assets/source-sans-pro/#{font_weight}.css"
30
33
  assert_source_sans_pro(response)
31
34
  end
32
35
  end
33
36
 
34
- test "stylesheets contain asset pipeline references to fonts" do
35
- get "/assets/source-sans-pro.css"
36
- assert_match "/assets/sourcesanspro-regular-webfont.eot", response.body
37
- assert_match "/assets/sourcesanspro-regular-webfont.eot?#iefix", response.body
38
- assert_match "/assets/sourcesanspro-regular-webfont.woff", response.body
39
- assert_match "/assets/sourcesanspro-regular-webfont.ttf", response.body
40
- assert_match "/assets/sourcesanspro-regular-webfont.svg#sourcesanspro-regular", response.body
37
+ test 'stylesheets contain asset pipeline references to fonts' do
38
+ get '/assets/source-sans-pro.css'
39
+ assert_match %r{/assets/sourcesanspro-regular(-\w+)?\.eot}, response.body
40
+ assert_match %r{/assets/sourcesanspro-regular(-\w+)?\.eot\?#iefix}, response.body
41
+ assert_match %r{/assets/sourcesanspro-regular(-\w+)?\.woff}, response.body
42
+ assert_match %r{/assets/sourcesanspro-regular(-\w+)?\.woff2}, response.body
43
+ assert_match %r{/assets/sourcesanspro-regular(-\w+)?\.ttf}, response.body
44
+ assert_match %r{/assets/sourcesanspro-regular(-\w+)?\.svg#sourcesanspro-regular}, response.body
41
45
  end
42
46
 
43
- test "stylesheet is available in a css sprockets require" do
44
- get "/assets/sprockets-require.css"
47
+ test 'stylesheet is available in a css sprockets require' do
48
+ get '/assets/sprockets-require.css'
45
49
  assert_source_sans_pro(response)
46
50
  end
47
51
 
48
52
  private
49
53
 
50
54
  def clean_sprockets_cache
51
- FileUtils.rm_rf File.expand_path("../dummy/tmp", __FILE__)
55
+ FileUtils.rm_rf File.expand_path('../dummy/tmp', __FILE__)
52
56
  end
53
57
 
54
58
  def assert_source_sans_pro(response)
data/test/test_helper.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # Configure Rails Environment
2
- ENV["RAILS_ENV"] = "test"
2
+ ENV['RAILS_ENV'] = 'test'
3
3
 
4
- require File.expand_path("../dummy/config/environment.rb", __FILE__)
5
- require "rails/test_help"
4
+ require File.expand_path('../dummy/config/environment.rb', __FILE__)
5
+ require 'rails/test_help'
6
6
 
7
7
  Rails.backtrace_cleaner.remove_silencers!
metadata CHANGED
@@ -1,153 +1,146 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: source-sans-pro-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
5
- prerelease:
4
+ version: 0.7.1
6
5
  platform: ruby
7
6
  authors:
8
7
  - Jeff Fraser
9
- autorequire:
8
+ - Ben Vogelzang
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-10 00:00:00.000000000 Z
12
+ date: 2025-05-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
16
16
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
17
  requirements:
19
- - - ! '>='
18
+ - - ">="
20
19
  - !ruby/object:Gem::Version
21
20
  version: '3.2'
22
- - - <
23
- - !ruby/object:Gem::Version
24
- version: '5.0'
25
21
  type: :runtime
26
22
  prerelease: false
27
23
  version_requirements: !ruby/object:Gem::Requirement
28
- none: false
29
24
  requirements:
30
- - - ! '>='
25
+ - - ">="
31
26
  - !ruby/object:Gem::Version
32
27
  version: '3.2'
33
- - - <
34
- - !ruby/object:Gem::Version
35
- version: '5.0'
36
28
  - !ruby/object:Gem::Dependency
37
29
  name: bundler
38
30
  requirement: !ruby/object:Gem::Requirement
39
- none: false
40
31
  requirements:
41
- - - ~>
32
+ - - ">="
42
33
  - !ruby/object:Gem::Version
43
- version: '1.3'
34
+ version: 2.0.0
44
35
  type: :development
45
36
  prerelease: false
46
37
  version_requirements: !ruby/object:Gem::Requirement
47
- none: false
48
38
  requirements:
49
- - - ~>
39
+ - - ">="
50
40
  - !ruby/object:Gem::Version
51
- version: '1.3'
41
+ version: 2.0.0
52
42
  - !ruby/object:Gem::Dependency
53
43
  name: rake
54
44
  requirement: !ruby/object:Gem::Requirement
55
- none: false
56
45
  requirements:
57
- - - ! '>='
46
+ - - ">="
58
47
  - !ruby/object:Gem::Version
59
48
  version: '0'
60
49
  type: :development
61
50
  prerelease: false
62
51
  version_requirements: !ruby/object:Gem::Requirement
63
- none: false
64
52
  requirements:
65
- - - ! '>='
53
+ - - ">="
66
54
  - !ruby/object:Gem::Version
67
55
  version: '0'
68
56
  - !ruby/object:Gem::Dependency
69
57
  name: sass-rails
70
58
  requirement: !ruby/object:Gem::Requirement
71
- none: false
72
59
  requirements:
73
- - - ! '>='
60
+ - - ">="
74
61
  - !ruby/object:Gem::Version
75
62
  version: '0'
76
63
  type: :development
77
64
  prerelease: false
78
65
  version_requirements: !ruby/object:Gem::Requirement
79
- none: false
80
66
  requirements:
81
- - - ! '>='
67
+ - - ">="
82
68
  - !ruby/object:Gem::Version
83
69
  version: '0'
84
70
  - !ruby/object:Gem::Dependency
85
71
  name: tzinfo
86
72
  requirement: !ruby/object:Gem::Requirement
87
- none: false
88
73
  requirements:
89
- - - ! '>='
74
+ - - ">="
90
75
  - !ruby/object:Gem::Version
91
76
  version: '0'
92
77
  type: :development
93
78
  prerelease: false
94
79
  version_requirements: !ruby/object:Gem::Requirement
95
- none: false
96
80
  requirements:
97
- - - ! '>='
81
+ - - ">="
98
82
  - !ruby/object:Gem::Version
99
83
  version: '0'
100
84
  description: Add Adobe's Source Sans Pro Font to your Rails app through the asset
101
85
  pipeline
102
86
  email:
103
- - jfraser@breuer.com
87
+ - jeff.fraser@veracross.com
88
+ - ben.vogelzang@veracross.com
104
89
  executables: []
105
90
  extensions: []
106
91
  extra_rdoc_files: []
107
92
  files:
108
- - .gitignore
109
- - .travis.yml
93
+ - ".gitignore"
94
+ - ".travis.yml"
95
+ - CODEOWNERS
110
96
  - Gemfile
111
97
  - LICENSE.txt
112
98
  - README.md
113
99
  - Rakefile
114
- - app/assets/fonts/sourcesanspro-black-webfont.eot
115
- - app/assets/fonts/sourcesanspro-black-webfont.svg
116
- - app/assets/fonts/sourcesanspro-black-webfont.ttf
117
- - app/assets/fonts/sourcesanspro-black-webfont.woff
118
- - app/assets/fonts/sourcesanspro-bold-webfont.eot
119
- - app/assets/fonts/sourcesanspro-bold-webfont.svg
120
- - app/assets/fonts/sourcesanspro-bold-webfont.ttf
121
- - app/assets/fonts/sourcesanspro-bold-webfont.woff
122
- - app/assets/fonts/sourcesanspro-extralight-webfont.eot
123
- - app/assets/fonts/sourcesanspro-extralight-webfont.svg
124
- - app/assets/fonts/sourcesanspro-extralight-webfont.ttf
125
- - app/assets/fonts/sourcesanspro-extralight-webfont.woff
126
- - app/assets/fonts/sourcesanspro-it-webfont.eot
127
- - app/assets/fonts/sourcesanspro-it-webfont.svg
128
- - app/assets/fonts/sourcesanspro-it-webfont.ttf
129
- - app/assets/fonts/sourcesanspro-it-webfont.woff
130
- - app/assets/fonts/sourcesanspro-light-webfont.eot
131
- - app/assets/fonts/sourcesanspro-light-webfont.svg
132
- - app/assets/fonts/sourcesanspro-light-webfont.ttf
133
- - app/assets/fonts/sourcesanspro-light-webfont.woff
134
- - app/assets/fonts/sourcesanspro-regular-webfont.eot
135
- - app/assets/fonts/sourcesanspro-regular-webfont.svg
136
- - app/assets/fonts/sourcesanspro-regular-webfont.ttf
137
- - app/assets/fonts/sourcesanspro-regular-webfont.woff
138
- - app/assets/fonts/sourcesanspro-semibold-webfont.eot
139
- - app/assets/fonts/sourcesanspro-semibold-webfont.svg
140
- - app/assets/fonts/sourcesanspro-semibold-webfont.ttf
141
- - app/assets/fonts/sourcesanspro-semibold-webfont.woff
142
- - app/assets/stylesheets/source-sans-pro/black.css.scss
143
- - app/assets/stylesheets/source-sans-pro/bold.css.scss
144
- - app/assets/stylesheets/source-sans-pro/extralight.css.scss
100
+ - app/assets/fonts/sourcesanspro-black.eot
101
+ - app/assets/fonts/sourcesanspro-black.svg
102
+ - app/assets/fonts/sourcesanspro-black.ttf
103
+ - app/assets/fonts/sourcesanspro-black.woff
104
+ - app/assets/fonts/sourcesanspro-black.woff2
105
+ - app/assets/fonts/sourcesanspro-bold.eot
106
+ - app/assets/fonts/sourcesanspro-bold.svg
107
+ - app/assets/fonts/sourcesanspro-bold.ttf
108
+ - app/assets/fonts/sourcesanspro-bold.woff
109
+ - app/assets/fonts/sourcesanspro-bold.woff2
110
+ - app/assets/fonts/sourcesanspro-extralight.eot
111
+ - app/assets/fonts/sourcesanspro-extralight.svg
112
+ - app/assets/fonts/sourcesanspro-extralight.ttf
113
+ - app/assets/fonts/sourcesanspro-extralight.woff
114
+ - app/assets/fonts/sourcesanspro-extralight.woff2
115
+ - app/assets/fonts/sourcesanspro-it.eot
116
+ - app/assets/fonts/sourcesanspro-it.svg
117
+ - app/assets/fonts/sourcesanspro-it.ttf
118
+ - app/assets/fonts/sourcesanspro-it.woff
119
+ - app/assets/fonts/sourcesanspro-it.woff2
120
+ - app/assets/fonts/sourcesanspro-light.eot
121
+ - app/assets/fonts/sourcesanspro-light.svg
122
+ - app/assets/fonts/sourcesanspro-light.ttf
123
+ - app/assets/fonts/sourcesanspro-light.woff
124
+ - app/assets/fonts/sourcesanspro-light.woff2
125
+ - app/assets/fonts/sourcesanspro-regular.eot
126
+ - app/assets/fonts/sourcesanspro-regular.svg
127
+ - app/assets/fonts/sourcesanspro-regular.ttf
128
+ - app/assets/fonts/sourcesanspro-regular.woff
129
+ - app/assets/fonts/sourcesanspro-regular.woff2
130
+ - app/assets/fonts/sourcesanspro-semibold.eot
131
+ - app/assets/fonts/sourcesanspro-semibold.svg
132
+ - app/assets/fonts/sourcesanspro-semibold.ttf
133
+ - app/assets/fonts/sourcesanspro-semibold.woff
134
+ - app/assets/fonts/sourcesanspro-semibold.woff2
135
+ - app/assets/stylesheets/source-sans-pro/black.scss
136
+ - app/assets/stylesheets/source-sans-pro/bold.scss
137
+ - app/assets/stylesheets/source-sans-pro/extralight.scss
145
138
  - app/assets/stylesheets/source-sans-pro/font-helper.scss
146
- - app/assets/stylesheets/source-sans-pro/index.css.scss
147
- - app/assets/stylesheets/source-sans-pro/italic.css.scss
148
- - app/assets/stylesheets/source-sans-pro/light.css.scss
149
- - app/assets/stylesheets/source-sans-pro/regular.css.scss
150
- - app/assets/stylesheets/source-sans-pro/semibold.css.scss
139
+ - app/assets/stylesheets/source-sans-pro/index.scss
140
+ - app/assets/stylesheets/source-sans-pro/italic.scss
141
+ - app/assets/stylesheets/source-sans-pro/light.scss
142
+ - app/assets/stylesheets/source-sans-pro/regular.scss
143
+ - app/assets/stylesheets/source-sans-pro/semibold.scss
151
144
  - lib/source-sans-pro-rails.rb
152
145
  - lib/source-sans-pro/rails/engine.rb
153
146
  - lib/source-sans-pro/rails/version.rb
@@ -165,27 +158,25 @@ homepage: https://github.com/veracross/source-sans-pro-rails
165
158
  licenses:
166
159
  - MIT
167
160
  - SIL Open Font License
168
- post_install_message:
161
+ metadata: {}
162
+ post_install_message:
169
163
  rdoc_options: []
170
164
  require_paths:
171
165
  - lib
172
166
  required_ruby_version: !ruby/object:Gem::Requirement
173
- none: false
174
167
  requirements:
175
- - - ! '>='
168
+ - - ">="
176
169
  - !ruby/object:Gem::Version
177
170
  version: '0'
178
171
  required_rubygems_version: !ruby/object:Gem::Requirement
179
- none: false
180
172
  requirements:
181
- - - ! '>='
173
+ - - ">="
182
174
  - !ruby/object:Gem::Version
183
175
  version: '0'
184
176
  requirements: []
185
- rubyforge_project:
186
- rubygems_version: 1.8.23
187
- signing_key:
188
- specification_version: 3
177
+ rubygems_version: 3.1.6
178
+ signing_key:
179
+ specification_version: 4
189
180
  summary: The Adobe Source Sans Pro font in the asset pipeline
190
181
  test_files:
191
182
  - test/dummy/app/assets/stylesheets/sprockets-require.css
@@ -1,2 +0,0 @@
1
- @import 'font-helper';
2
- @include font('sourcesanspro-black-webfont', 800, normal);
@@ -1,2 +0,0 @@
1
- @import 'font-helper';
2
- @include font('sourcesanspro-bold-webfont', bold, normal);
@@ -1,2 +0,0 @@
1
- @import 'font-helper';
2
- @include font('sourcesanspro-extralight-webfont', 100, normal);
@@ -1,2 +0,0 @@
1
- @import 'font-helper';
2
- @include font('sourcesanspro-it-webfont', normal, italic);
@@ -1,2 +0,0 @@
1
- @import 'font-helper';
2
- @include font('sourcesanspro-light-webfont', 300, normal);
@@ -1,2 +0,0 @@
1
- @import 'font-helper';
2
- @include font('sourcesanspro-regular-webfont', normal, normal);
@@ -1,2 +0,0 @@
1
- @import 'font-helper';
2
- @include font('sourcesanspro-semibold-webfont', 600, normal);