jekyll_patternbot 0.19.0 → 0.20.0

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: 9b114596e8b055787866a9ffdafe8373e6bfc42d2d947b9537e76a10f1c5e383
4
- data.tar.gz: 75464c6f93a5490db5a88d8e2a377e67e7a54e1c5cd3bcddfd0226b1090c15af
3
+ metadata.gz: 82a6236b5a154b425d43f637768da1d880fd66cf871b93318a697f983d36b024
4
+ data.tar.gz: 5b9224def17eb3f3e6766a8390078ca36e8c8628671232c322ce4ce77ee9d92f
5
5
  SHA512:
6
- metadata.gz: e8ab013e732eec6dd3193dee69fc8629a209aff0cc42d9e6fe4bfab73e8b0e45d434add2377c123c5c62af6fb5256537d5df14e4f97ecf5f942deeeabbc3c2fc
7
- data.tar.gz: 315bdd7c670e7d2cb61c248e52d2b46eccadd0b18decef035684ac75eff47e8b8caf5205f65745f62ddef8493f46aa45b5e42aa052839032aef1e3041c775879
6
+ metadata.gz: c5a5904a9e963672838b405348448c750bd623be7f34567d67b8bddbc0e36a0519a5057a06b22776e40ac45c4ba24bd5972a39b2f74a6378cd979130546d3b41
7
+ data.tar.gz: 2f695a155aab1416365904713dc2a7cb72f69195620cccfb1cdfa216bd51e82b4c760210aa01a5c5b431021efdb936b024bd4f2e0e4fdfb114fc9a08b89001fb
data/CHANGELOG.md CHANGED
@@ -5,6 +5,14 @@ Jekyll Patternbot adheres to [Semantic Versioning](http://semver.org/).
5
5
 
6
6
  ---
7
7
 
8
+ ## [0.20.0] — 2019-01-16
9
+
10
+ ### Fixed
11
+
12
+ - Fix a bug in the grid display: it wasn’t putting the proper width fractions.
13
+
14
+ ---
15
+
8
16
  ## [0.19.0] — 2019-01-16
9
17
 
10
18
  ### Fixed
@@ -32,9 +32,9 @@
32
32
  </li>
33
33
  {% else %}
34
34
  {% for i in (1..columns) %}
35
- <li style="width: calc(100% / {{i}})">
35
+ <li style="width: calc(100% / {{columns}})">
36
36
  <div class="patternbot-grid-display-inner island-1-4">
37
- <code class="micro">.{{mq.prefix}}-1-{{i}}</code>
37
+ <code class="micro">.{{mq.prefix}}-1-{{columns}}</code>
38
38
  </div>
39
39
  </li>
40
40
  {% endfor %}
data/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module JekyllPatternbot
2
- VERSION = '0.19.0'
2
+ VERSION = '0.20.0'
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: 0.19.0
4
+ version: 0.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas J Bradley