jekyll_patternbot 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 19b321a85c1263576bd674ec4316f974727a70eca0afad4f9227d7203983f2f7
4
- data.tar.gz: 0c3d0bbee46dc930e2c838032f90f6cd66a1a4dfc57d9a9b6342a9af3d7b24e7
3
+ metadata.gz: 88179123beafb7ae06d2ac92e7b780df23699a3bb79dbb2a77daf0afe1c9e81e
4
+ data.tar.gz: f2b24d4185fc9ac7dc58c5fc090a559a387acb6aa7b02c18cce5477454cf8134
5
5
  SHA512:
6
- metadata.gz: c54eab22186c0751071d5109fe41cd2d798151b132edbc37c310c5bfe051037083d09f9152f567c0a603a05c5108ce7d92ff40b0497c1815327e30f89ceb2f62
7
- data.tar.gz: b966eda4d82780509ca6b2f9090e10188336b67fef3e4770780be32dfa5026a8b64c8877a2b7d191d5b378c10bf267f8a1ce6247859f623b17ac8dcee14f23fa
6
+ metadata.gz: 432411b5d50493bf965d8146a35f17f3fb95c56f4858f5901bc900174963741ccb1b0e6c6d9292c7d4420b8a5d905ba0693a238cb8dd4bba2d6543f4001e9850
7
+ data.tar.gz: 46a8ab5e67f2c663418420b554f9e24b0450f4f466688e166ffc6e5a6f43a9ab9e2d6707272a7250d23c2e26beb1d021f13686c1e2b321ae0282fdaa05942db6
data/CHANGELOG.md CHANGED
@@ -5,6 +5,14 @@ Jekyll Patternbot adheres to [Semantic Versioning](http://semver.org/).
5
5
 
6
6
  ---
7
7
 
8
+ ## [1.0.2] — 2019-01-16
9
+
10
+ ### Fixed
11
+
12
+ - Re-add font URL cache messages to see if the Netlify build works.
13
+
14
+ ---
15
+
8
16
  ## [1.0.1] — 2019-01-16
9
17
 
10
18
  ### Fixed
@@ -115,9 +115,9 @@ module JekyllPatternbot
115
115
  else
116
116
  unless PatternbotCache.key?(font_url)
117
117
  PatternbotCache[font_url] = self.parse_font_file(font_url)
118
- # PatternbotLogger.warn("Patternbot downloaded CSS for fonts from the remote URL: #{font_url}")
119
- # else
120
- # PatternbotLogger.info("Patternbot used a cached version of the font CSS originally located at: #{font_url}")
118
+ PatternbotLogger.warn("Patternbot downloaded CSS for fonts from the remote URL: #{font_url}")
119
+ else
120
+ PatternbotLogger.info("Patternbot used a cached version of the font CSS originally located at: #{font_url}")
121
121
  end
122
122
  return self.parse_fonts data, PatternbotCache[font_url]
123
123
  end
data/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module JekyllPatternbot
2
- VERSION = '1.0.1'
2
+ VERSION = '1.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll_patternbot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas J Bradley