rhex 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +3 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 06af15a3d397116a537acb467bbc2689f637c08c
4
- data.tar.gz: aac1063765276f0585e0cde65a53ae9fcc9c3b6f
3
+ metadata.gz: 6ba2d22ee5ac0982fc31d05f3a485b378f8503a2
4
+ data.tar.gz: 24917573a42bfff6c51db21390c212767c2b49be
5
5
  SHA512:
6
- metadata.gz: e3b945daad5e4b6a0398effd1d4d14d817789725a27cd0b1b121da3b2677500035e91bd294715b79c56bd97c3f2dc7a3a5359eff64f91a27ebd779c15425f889
7
- data.tar.gz: c9f595a299135cdbada16d8e9329e90bfb37ef1fb5e5f821a956b328ecebb8daec97c3ec5f8568c64bbc010d1dc93fabcc1f91d21a412bfb1c7bb1112ef9c187
6
+ metadata.gz: b7da992847c675e39b7ecff68c0730994b679f8247b0c84662e9461a7ee7c498c0f5b8ef2d1d01c567f8f1ea6a313405a75e986ecff03296a235db71f2c0e3c0
7
+ data.tar.gz: 2e3b30f040101b88da3774cf6d543374e49c9dfc84133d311777f9820a090b795173152c7d38bfc7b980100f2859e59cbe07b4698d87fa33643fd51e374f7441
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rhex
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cédric ZUGER
@@ -12,10 +12,8 @@ date: 2015-12-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |2
14
14
  A library designed to provide hexagonal grids for ruby.
15
- - Coordinate system is axial, bitmap representation is pointy topped.
16
- - Provide various hex methods (surrounding hexes, nearest hex, distance between two hexes)
17
- - Provide a method to create a grid from an ascii map
18
- - Provide a method to dump your hex grid to a bitmap file (require rmagick)
15
+ Provide various hex methods (surrounding hexes, nearest hex, distance between two hexes).
16
+ Provide also a method to create a grid from an ascii map and a method to dump your hex grid to a bitmap file (require rmagick).
19
17
  email:
20
18
  executables: []
21
19
  extensions: []