Skip to content

Commit 009a10e

Browse files
committed
update gemspec
1 parent 65908e6 commit 009a10e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ruby-perlin-2D-map-generator.gemspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Gem::Specification.new do |s|
44
s.name = 'ruby-perlin-2D-map-generator'
55
s.version = '0.0.5'
6-
s.summary = 'Procedurally generate seeded and customizable 2D maps with optional roads, rendered with ansi colours or described in a 2D array of hashes'
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'
77
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 ' \
88
'using ansi colors or returned as 2D array of hashes describing each tile and binome. Completely ' \
99
'customizable, use the --help option for full usage details.'
@@ -20,6 +20,8 @@ Gem::Specification.new do |s|
2020
s.metadata['source_code_uri'] = 'https://github.com/matthewstyler/ruby-perlin-2D-map-generator'
2121
s.metadata['bug_tracker_uri'] = 'https://github.com/matthewstyler/ruby-perlin-2D-map-generator/issues'
2222

23+
s.post_install_message = 'Thanks for installing! Star on github if you found this useful, or raise issues and requests.'
24+
2325
s.add_dependency 'perlin', '~> 0.2.2'
2426
s.add_dependency 'tty-option', '~> 0.3.0'
2527

0 commit comments

Comments
 (0)