font-fabulous 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
3
+ <path d="M966.9,482.6H896V336c0-44-25.5-105.5-56.6-136.6L696.6,56.6C665.5,25.5,604,0,560,0H80C36,0,0,36,0,80v864
4
+ c0,44,36,80,80,80h736c44,0,80-36,80-80v-80.5h70.9c31.4,0,57.1-25.7,57.1-57.1V539.7C1024,508.3,998.3,482.6,966.9,482.6z
5
+ M640.1,92.6c4.4,3.1,8.2,6.2,11.3,9.3l142.8,142.8c3.1,3.1,6.2,6.9,9.3,11.3H640.1V92.6z M832,944c0,8.7-7.3,16-16,16H80
6
+ c-8.7,0-16-7.3-16-16V80c0-8.7,7.3-16,16-16h480c4.8,0,10.2,0.6,16,1.7V320h254.3c1.1,5.8,1.7,11.2,1.7,16v146.6H230.2
7
+ c-31.4,0-57.1,25.7-57.1,57.1v266.8c0,31.4,25.7,57.1,57.1,57.1H832V944z M366.4,558.8h89.4c14.9,0,26.3,4.7,34.3,14.1
8
+ c8,9.4,12,21,12,34.9c0,11.6-2.8,21.6-8.5,29.9c-3.8,5.6-9.3,9.9-16.7,13.2c11.1,3.4,19.3,9.2,24.5,17.5c5.2,8.3,7.9,18.7,7.9,31.2
9
+ c0,10.2-1.9,19.4-5.6,27.5c-3.7,8.1-8.8,14.6-15.3,19.3c-4,3-10,5.1-18.1,6.4c-10.8,1.8-17.9,2.7-21.4,2.7h-82.4V558.8z
10
+ M414.6,636.1h20.8c7.4,0,12.6-1.6,15.5-4.9c2.9-3.3,4.4-8,4.4-14.2c0-5.7-1.5-10.2-4.4-13.4c-2.9-3.2-8-4.8-15.2-4.8h-21.1V636.1z
11
+ M414.6,713.4h24.3c8.2,0,14-1.9,17.4-5.6c3.4-3.7,5.1-8.7,5.1-15c0-5.8-1.7-10.5-5-14c-3.3-3.5-9.2-5.3-17.5-5.3h-24.2V713.4z
12
+ M566.3,558.8h47.8v196.9h-47.8V558.8z M678.7,558.8h44.6l58.2,108.9V558.8h45v196.9h-45l-57.9-108.1v108.1h-44.9V558.8z"/>
13
+ </svg>
@@ -69,6 +69,7 @@ $ff-font-path: "../fonts/font-fabulous" !default;
69
69
  .ff.ff-exists:before,
70
70
  .ff.ff-field:before,
71
71
  .ff.ff-file-bat-o:before,
72
+ .ff.ff-file-bin-o:before,
72
73
  .ff.ff-file-bmp-o:before,
73
74
  .ff.ff-file-com-o:before,
74
75
  .ff.ff-file-csv-o:before,
@@ -185,6 +186,7 @@ $ff-font-path: "../fonts/font-fabulous" !default;
185
186
  .ff.ff-exists:before { content: "\f121"; }
186
187
  .ff.ff-field:before { content: "\f109"; }
187
188
  .ff.ff-file-bat-o:before { content: "\f14e"; }
189
+ .ff.ff-file-bin-o:before { content: "\f16c"; }
188
190
  .ff.ff-file-bmp-o:before { content: "\f14f"; }
189
191
  .ff.ff-file-com-o:before { content: "\f150"; }
190
192
  .ff.ff-file-csv-o:before { content: "\f134"; }
@@ -4,6 +4,7 @@ HASH=$(git rev-parse HEAD)
4
4
  mv -f assets tmp
5
5
  git remote add upstream https://github.com/ManageIQ/font-fabulous.git
6
6
  git fetch upstream
7
+ git checkout .fontcustom-manifest.json
7
8
  git checkout upstream/gh-pages
8
9
  mv -f preview.html index.html
9
10
  rm -rf assets
@@ -1,3 +1,3 @@
1
1
  module FontFabulous
2
- VERSION = '1.0.0'.freeze
2
+ VERSION = '1.0.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: font-fabulous
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Red Hat
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-11 00:00:00.000000000 Z
11
+ date: 2018-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -98,6 +98,7 @@ files:
98
98
  - assets/images/font-fabulous/exists.svg
99
99
  - assets/images/font-fabulous/field.svg
100
100
  - assets/images/font-fabulous/file-bat-o.svg
101
+ - assets/images/font-fabulous/file-bin-o.svg
101
102
  - assets/images/font-fabulous/file-bmp-o.svg
102
103
  - assets/images/font-fabulous/file-com-o.svg
103
104
  - assets/images/font-fabulous/file-csv-o.svg
@@ -210,7 +211,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
210
211
  version: '0'
211
212
  requirements: []
212
213
  rubyforge_project:
213
- rubygems_version: 2.6.13
214
+ rubygems_version: 2.6.14.1
214
215
  signing_key:
215
216
  specification_version: 4
216
217
  summary: A fabulous iconset packaged as a font