Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewstyler committed Jul 6, 2023
1 parent 78ccf31 commit 5f61ed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ruby-perlin-2D-map-generator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = 'ruby-perlin-2D-map-generator'
s.version = '0.0.1'
s.version = '0.0.2'
s.summary = 'Procedurally generate seeded and customizable 2D maps, rendered with ansi colours or described in a 2D array of hashes'
s.description = 'A gem that procedurally generates a seeded and customizable 2D map using perlin noise. Map can be rendered in console ' \
'using ansi colors or returned as 2D array of hashes describing each tile and binome. Completely' \
Expand All @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.license = 'MIT'
s.executables = ['ruby-perlin-2D-map-generator']
s.require_paths = ['lib']

s.required_ruby_version = '>= 3.0'

s.homepage = 'https://github.com/matthewstyler/ruby-perlin-2D-map-generator'
Expand Down

0 comments on commit 5f61ed1

Please sign in to comment.