grid_generator 0.6.2 → 0.6.4

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: a29398c0e91b1e9beeb273474a302b0a46c6b3a338963e13bf5ce8be3b377bbb
4
+ data.tar.gz: 30c255945acef54ae524f50dce370e070680649cde58fc258be3dadfd300452f
5
5
  SHA512:
6
- metadata.gz: 33517c906d96ebfebdba3a2cc07d6480a7c3c1e4034c8a18dc104e37329d78a837a386748b32182d67be6d95c433a303d3c48fb7706f333ff5ae09750017c413
7
- data.tar.gz: ca6a3c6583d521923c29d9bc1c09a36425689e43f5bf498edcb0d67661e6fbd34278950fff79a2ec9c45e9b6a3d7b62ffcb4890bbf99b5acffbf93030a4486f1
6
+ metadata.gz: 6ae0e7f3689679890b57748d64ee0bc0a4df8bba9930b52474d90426f62eb56334438910497576607a9cd362b48ff53f1ea3cdae499803eca60e90667e4c2092
7
+ data.tar.gz: 86caa7e2541c0a56d29b476d598ee2442c24643761afb6b569da53a3dc28b339e42dd6afe0ae8f3613a4cda0434cb60c9271fdf68dca14febcec3c14c19f2e29
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.4)
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.5*units, 1.75*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([1.5*units, 2.75*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.5*units, 1.75*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([1.5*units, 2.75*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.4"
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.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Humphreys