discourse-fonts 0.0.2 → 0.0.3

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/discourse_fonts.rb +3 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 19aa54985bbc3af6f7c2bdf2ce87c926fd92d7558407e98939f290d3b0dce781
4
- data.tar.gz: e8bea12200df760119cae62bf4b3ecd10d7a0f7ace4bd0c5f34b2f1c769287b3
3
+ metadata.gz: 208266db42616f4f06ceedb33b20bbb0d8e2d5ccab4774f9fb66bd86567e1b7a
4
+ data.tar.gz: 0b0b69ee5dc61c63280a9edad9084e75ba99015c70a4c7f139688d6240ed30b2
5
5
  SHA512:
6
- metadata.gz: 692ab01d1c7dd731f014425aab8544cca5165e9cefd9f50431efbec55eda71fc956d2ae24c130bcf4d5dc13a8425f90992bf7a00cbcc49d249130e25f6e5210e
7
- data.tar.gz: 687be33f341a6387e3610d32fabdc4a5592f9c2febbaf4acceeaa430f2e2cec7eaa7d11d9368c9589f99865f2390fad1ba180b7bd1d7611a49dcd4cda0443631
6
+ metadata.gz: 83f55870e41a03f275fa325ccec74f64cb5bbb373f14bfe30f206249d25c712eac5d63a11609f671110fcd2839194f8cf278b6550f3ee6cb4d88090c9fb71724
7
+ data.tar.gz: 75273586f7e8c3ec782cb329261f42415afa645167e345d7ee778ae5038f893c06e6b8b5dfc7a34e76e1cb729865b952c659a25079209672378db04b7095d797
@@ -1,6 +1,8 @@
1
- require 'ember/version'
1
+ # frozen_string_literal: true
2
2
 
3
3
  module DiscourseFonts
4
+ VERSION = "0.0.3"
5
+
4
6
  def self.path_for_fonts
5
7
  File.expand_path("../../vendor/assets/fonts", __FILE__)
6
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: discourse-fonts
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bianca Nenciu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-26 00:00:00.000000000 Z
11
+ date: 2020-09-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Bundle of fonts which can be used to customize the look of Discourse
14
14
  email: bianca.nenciu@discourse.org