octicons_helper 18.3.0 → 19.0.0
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/x-12.svg +1 -0
- data/lib/octicons_helper/version.rb +1 -1
- metadata +6 -5
@@ -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>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: octicons_helper
|
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
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: octicons
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 19.0.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
26
|
+
version: 19.0.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: railties
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -625,6 +625,7 @@ files:
|
|
625
625
|
- lib/build/svg/webhook-16.svg
|
626
626
|
- lib/build/svg/workflow-16.svg
|
627
627
|
- lib/build/svg/workflow-24.svg
|
628
|
+
- lib/build/svg/x-12.svg
|
628
629
|
- lib/build/svg/x-16.svg
|
629
630
|
- lib/build/svg/x-24.svg
|
630
631
|
- lib/build/svg/x-circle-16.svg
|
@@ -661,7 +662,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
661
662
|
- !ruby/object:Gem::Version
|
662
663
|
version: '0'
|
663
664
|
requirements: []
|
664
|
-
rubygems_version: 3.
|
665
|
+
rubygems_version: 3.2.33
|
665
666
|
signing_key:
|
666
667
|
specification_version: 4
|
667
668
|
summary: Octicons rails helper
|