octicons 18.3.0 → 19.0.0
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 +4 -4
- data/lib/build/data.json +1 -1
- data/lib/build/svg/x-12.svg +1 -0
- data/lib/octicons/version.rb +1 -1
- metadata +4 -3
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path d="M2.22 2.22a.749.749 0 0 1 1.06 0L6 4.939 8.72 2.22a.749.749 0 1 1 1.06 1.06L7.061 6 9.78 8.72a.749.749 0 1 1-1.06 1.06L6 7.061 3.28 9.78a.749.749 0 1 1-1.06-1.06L4.939 6 2.22 3.28a.749.749 0 0 1 0-1.06Z"/></svg>
|
data/lib/octicons/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: octicons
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 19.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GitHub Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-05-10 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A package that distributes Octicons in a gem
|
14
14
|
email:
|
@@ -583,6 +583,7 @@ files:
|
|
583
583
|
- lib/build/svg/webhook-16.svg
|
584
584
|
- lib/build/svg/workflow-16.svg
|
585
585
|
- lib/build/svg/workflow-24.svg
|
586
|
+
- lib/build/svg/x-12.svg
|
586
587
|
- lib/build/svg/x-16.svg
|
587
588
|
- lib/build/svg/x-24.svg
|
588
589
|
- lib/build/svg/x-circle-16.svg
|
@@ -618,7 +619,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
618
619
|
- !ruby/object:Gem::Version
|
619
620
|
version: '0'
|
620
621
|
requirements: []
|
621
|
-
rubygems_version: 3.
|
622
|
+
rubygems_version: 3.2.33
|
622
623
|
signing_key:
|
623
624
|
specification_version: 4
|
624
625
|
summary: GitHub's octicons gem
|