octicons 19.8.0 → 19.9.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 449e89e225fe7e5e06d4c8848515d24e240df18c1a5e50105920f388b01e9779
4
- data.tar.gz: fbbcbd08951c4d83433445c29b8152b04f7f228410e1921687d4f39d60fd5df0
3
+ metadata.gz: 54dc06b471b64019b7df1981454282cfae9e286a59b7cfae65df2019f737e645
4
+ data.tar.gz: b3733ee1f5b3f6aa6d81d819a92d3dc9e8cf9dd887de8bba8eb719602c8268c9
5
5
  SHA512:
6
- metadata.gz: e027f7f9862d342fe49387ebd12465999cd3ce136692a7f02cdb13333a9332b1347ddcdcfd3720536f444427a6e1b173efedd6fb2ccdfc8443c63d3d2ab9d052
7
- data.tar.gz: 4d7cf52108256ab949b87dc7575351d9fef93d0b8eff933165222f3d10be3dcfd8316e43611293306d847626ea5b191afdaf0b91d66c9477f244baa4313f814c
6
+ metadata.gz: 2d9688ed76f915c9d2a6eb69eb68d6456aba41e7c61243910580e6449f4cebd422e37cfe20eab7e331dd2716278a8bc316d4fbfd3f9b2ad719a4e181b3c9b206
7
+ data.tar.gz: e1f4c38681590bf41062230562c31518a2a4eb2895abfd0842846b7d8e926cd601fca351450119ee76e46f9b3e34ceac6089fa587dd961bc96595293d838e8b2
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 GitHub Inc.
3
+ Copyright (c) 2024 GitHub Inc.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Octicons
2
4
  class Octicon
3
5
  DEFAULT_HEIGHT = 16
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Octicons
2
- VERSION = "19.8.0".freeze
4
+ VERSION = "19.9.0".freeze
3
5
  end
data/lib/octicons.rb CHANGED
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require "octicons/version"
2
4
  require "octicons/octicon"
3
5
  require "json"
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: 19.8.0
4
+ version: 19.9.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-09-19 00:00:00.000000000 Z
11
+ date: 2024-03-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A package that distributes Octicons in a gem
14
14
  email: