jekyll-octicons_v2 0.0.0.pre.a58c58c → 0.0.0.pre.a58f4df
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/build/data.json +1 -1
- data/lib/build/svg/meter-16.svg +1 -0
- data/lib/jekyll-octicons/version.rb +1 -1
- metadata +5 -4
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M0 0h16v16H0z"/><path fill-rule="evenodd" d="M8 1.5a6.5 6.5 0 106.016 4.035.75.75 0 011.388-.57 8 8 0 11-4.37-4.37.75.75 0 01-.569 1.389A6.479 6.479 0 008 1.5zm6.28.22a.75.75 0 010 1.06l-4.063 4.064a2.5 2.5 0 11-1.06-1.06L13.22 1.72a.75.75 0 011.06 0zM7 8a1 1 0 112 0 1 1 0 01-2 0z"/></svg>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-octicons_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.0.pre.
|
4
|
+
version: 0.0.0.pre.a58f4df
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GitHub Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-06-
|
11
|
+
date: 2020-06-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -36,14 +36,14 @@ dependencies:
|
|
36
36
|
requirements:
|
37
37
|
- - '='
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
version: 0.0.0.pre.
|
39
|
+
version: 0.0.0.pre.a58f4df
|
40
40
|
type: :runtime
|
41
41
|
prerelease: false
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
43
43
|
requirements:
|
44
44
|
- - '='
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: 0.0.0.pre.
|
46
|
+
version: 0.0.0.pre.a58f4df
|
47
47
|
description: A jekyll liquid plugin that makes including svg Octicons simple.
|
48
48
|
email:
|
49
49
|
- support@github.com
|
@@ -279,6 +279,7 @@ files:
|
|
279
279
|
- lib/build/svg/megaphone-24.svg
|
280
280
|
- lib/build/svg/mention-16.svg
|
281
281
|
- lib/build/svg/mention-24.svg
|
282
|
+
- lib/build/svg/meter-16.svg
|
282
283
|
- lib/build/svg/milestone-16.svg
|
283
284
|
- lib/build/svg/milestone-24.svg
|
284
285
|
- lib/build/svg/mirror-16.svg
|