grid_generator 0.5.2 → 0.5.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cd51350c99559a869e29c7869469588cbbda4bb0336804b8f20c956451b3136c
4
- data.tar.gz: 633dbd93675dea1a10b49ed0353bd172c734574672687bca120b1f3d9bce3250
3
+ metadata.gz: 11c0a7be05f3d64ebbf4a9280d08523a43ba8fb1e0591a865a8cc7cfdd9cd017
4
+ data.tar.gz: 6312025ad36904f7ad8ffe078d74a1ea08dca518f1082ed7711b51fdf052972f
5
5
  SHA512:
6
- metadata.gz: c81ffc2bcd159761c35e554b038d42a66c477c9030ca0a9d1b2aa944d03eb506a50a8df249a41b2c32a3557f324b4365844d7e7a9462739bf323fec0bce8593c
7
- data.tar.gz: 3ef2e17855b8663c19a6ebc568a173c5c3b7dc30d70982d23c2335007047c7d82844e7511a96e90f8b16d0599c12248c16df25ff4923dde3497761aa5ccc9eef
6
+ metadata.gz: 6397a82b5bb9a173b95ca5ba30ecdfdaf5d5573b70a82e51694019fc59e54bab5d2d02fed4da30f64ea9e20d03f0a46ee666ac6f5f1da370d953790f0b1c596b
7
+ data.tar.gz: f0f1a7576c2e202e80a7e0979ba2ea919412261bc9cc79bda8374e77cc30a40d47a3cfbfa42dab359028d75b6398538ae5afc2f55bf2f00efa9a7a7c6377b3db
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- grid_generator (0.5.2)
4
+ grid_generator (0.5.3)
5
5
  matrix (~> 0.4.2)
6
6
 
7
7
  GEM
@@ -31,13 +31,13 @@ module GridGenerator
31
31
  anchors[:center],
32
32
  anchors[:bottom_left_corner]
33
33
  ]
34
- when [0, 1] # right
34
+ when [1, 1] # right
35
35
  [
36
36
  anchors[:top_right_corner],
37
37
  anchors[:bottom_right_corner],
38
38
  anchors[:center]
39
39
  ]
40
- when [1, 0] # bottom
40
+ when [2, 0] # bottom
41
41
  [
42
42
  anchors[:center],
43
43
  anchors[:bottom_right_corner],
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GridGenerator
4
- VERSION = "0.5.2"
4
+ VERSION = "0.5.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grid_generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Humphreys