grid_generator 0.6.2 → 0.6.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: 44b252e6097a3f77f1c140f3724ac68c359bf9741f0c95bcbac00f23bd9ad5a4
4
- data.tar.gz: 5e0ff71b15401f304b59759475eeb74586f68c2b3c6738a691fff234a702667c
3
+ metadata.gz: 9da6e3636b9a9d4b516a4bbd6557536358aaf250b364d4f45ec543f3a147eb5a
4
+ data.tar.gz: 50fcc3678dd7402ee209882e7ff98a5a120e2db021761242cf28fddf352ea74c
5
5
  SHA512:
6
- metadata.gz: 33517c906d96ebfebdba3a2cc07d6480a7c3c1e4034c8a18dc104e37329d78a837a386748b32182d67be6d95c433a303d3c48fb7706f333ff5ae09750017c413
7
- data.tar.gz: ca6a3c6583d521923c29d9bc1c09a36425689e43f5bf498edcb0d67661e6fbd34278950fff79a2ec9c45e9b6a3d7b62ffcb4890bbf99b5acffbf93030a4486f1
6
+ metadata.gz: 153fe8db19b40b37362e4500b2d8f76d0b79ad523d5f7a8ed6e8f4c66dfa55edd17a3eb3cc2f991e87403b2140b6136aadb2b38f2236e47e9bc2d84db5667c59
7
+ data.tar.gz: fa4f0c2a378fda79f35296a37877ff3971289980e44e5df2332cc69cbc6fde0469cdd54beb2296a26316d201c8d3c11b9f2acc1b1a3d0ee895aa38c25d3c2ad3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- grid_generator (0.6.2)
4
+ grid_generator (0.6.3)
5
5
  matrix (~> 0.4.2)
6
6
 
7
7
  GEM
@@ -10,9 +10,9 @@ module GridGenerator
10
10
  bottom_left_corner: Matrix.column_vector([0, 3*units]),
11
11
  bottom_right_corner: Matrix.column_vector([3*units, 4.5*units]),
12
12
 
13
- center_top: Matrix.column_vector([1.5*units, 2.25*units]),
13
+ center_top: Matrix.column_vector([1.75*units, 2.25*units]),
14
14
  center_right: Matrix.column_vector([2*units, 2.5*units]),
15
- center_bottom: Matrix.column_vector([1.5*units, 3.25*units]),
15
+ center_bottom: Matrix.column_vector([2.75*units, 3.25*units]),
16
16
  center_left: Matrix.column_vector([1*units, 2*units])
17
17
  }
18
18
  end
@@ -10,9 +10,9 @@ module GridGenerator
10
10
  bottom_left_corner: Matrix.column_vector([0, 4.5*units]),
11
11
  bottom_right_corner: Matrix.column_vector([3*units, 3*units]),
12
12
 
13
- center_top: Matrix.column_vector([1.5*units, 2.25*units]),
13
+ center_top: Matrix.column_vector([1.75*units, 2.25*units]),
14
14
  center_right: Matrix.column_vector([2*units, 2*units]),
15
- center_bottom: Matrix.column_vector([1.5*units, 3.25*units]),
15
+ center_bottom: Matrix.column_vector([2.75*units, 3.25*units]),
16
16
  center_left: Matrix.column_vector([1*units, 2.5*units])
17
17
  }
18
18
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GridGenerator
4
- VERSION = "0.6.2"
4
+ VERSION = "0.6.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.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Humphreys