Skip to content

Commit ac240ae

Browse files
author
William Wolf
committed
Update version.
1 parent cd904ef commit ac240ae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mesa_script/mesa_script.gemspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Gem::Specification.new do |s|
22
s.name = 'mesa_script'
3-
s.version = '0.2.0'
3+
s.version = '0.2.1'
44
s.authors = ['William Wolf']
5-
s.date = '2020-03-07'
5+
s.date = '2023-04-18'
66
s.description = 'MesaScript - a DSL for making dynamic inlists for the MESA '\
77
'stellar evolution code.'
88
s.summary = <<-LONGDESC
@@ -13,9 +13,9 @@ Gem::Specification.new do |s|
1313
https://github.com/wmwolf/MesaScript
1414
1515
This software requires a relatively modern installation of MESA (version >
16-
5596). It has been tested on Ruby versions > 1.9, but there is no guarantee
17-
it will work on older (or newer!) versions. Any bugs or requests should be
18-
sent to the author, Bill Wolf, at [email protected].
16+
5596). It has been tested on Ruby versions > 1.9 and up to 3.2, but there is
17+
no guarantee it will work on older (or newer!) versions. Any bugs or
18+
requests should be reported to the github repository.
1919
LONGDESC
2020
s.email = '[email protected]'
2121
s.files = ['README.md', 'lib/mesa_script.rb']

0 commit comments

Comments
 (0)