does-octicons 1.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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: bc925e951f198c675dc41db581f9fdb1da688982c5e22666e95b59308d34b783
4
+ data.tar.gz: 670d5e270fdbd23b32341c64ac32f8aadb82a29a5b65a9192efb1c1da4fef6aa
5
+ SHA512:
6
+ metadata.gz: f78bbad78c10bc4c675ce94a5e63a2eb02b535c51a4cd399f3aecd3530d6d3d317047f91036efc501a2cdcb4578f75a0412accbb693ac161f2dba5f4ba43089f
7
+ data.tar.gz: 30165f24d0a0f686d576d4c979c7af272e46da236fdbfcf893e5b736836ca54b1189f8264f340fe4bacc8df047f7948b913e4d57a35509711cce44a1b90688e2
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 GitHub Inc.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,38 @@
1
+ # does-octicons
2
+
3
+ A custom fork of GitHub's octicons gem with additional icons.
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ ```ruby
10
+ gem 'does-octicons'
11
+ ```
12
+
13
+ And then execute:
14
+
15
+ $ bundle install
16
+
17
+ Or install it yourself as:
18
+
19
+ $ gem install does-octicons
20
+
21
+ ## Usage
22
+
23
+ The usage is identical to the original octicons gem:
24
+
25
+ ```ruby
26
+ require 'octicons'
27
+ icon = Octicons::Octicon.new("heart")
28
+ icon.to_svg
29
+ ```
30
+
31
+ ## Custom Icons
32
+
33
+ This fork includes additional custom icons beyond the standard GitHub octicons.
34
+
35
+ ## Original License
36
+
37
+ This gem is based on GitHub's octicons (MIT License).
38
+ Additional icons and modifications by mark@does.work.