File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Gem ::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
20202121 s . files = [ 'README.md' , 'lib/mesa_script.rb' ]
You can’t perform that action at this time.
0 commit comments