You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ruby-perlin-2D-map-generator.gemspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Gem::Specification.newdo |s|
4
4
s.name='ruby-perlin-2D-map-generator'
5
-
s.version='0.0.5'
5
+
s.version='0.0.6'
6
6
s.summary='Procedurally generate seeded and customizable 2D maps with optional roads and towns, rendered with ansi colours or described in a 2D array of hashes'
7
7
s.description='A gem that procedurally generates a seeded and customizable 2D map with optional roads using perlin noise. Map can be rendered in console ' \
8
8
'using ansi colors or returned as 2D array of hashes describing each tile and binome. Completely ' \
0 commit comments