Skip to content

Commit 31a5092

Browse files
committed
Version bump
1 parent 5433adc commit 31a5092

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

mesa_script/mesa_script.gemspec

Lines changed: 4 additions & 4 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.1.9'
3+
s.version = '0.2.0'
44
s.authors = ['William Wolf']
5-
s.date = '2018-08-14'
5+
s.date = '2020-03-07'
66
s.description = 'MesaScript - a DSL for making dynamic inlists for the MESA '\
77
'stellar evolution code.'
88
s.summary = <<-LONGDESC
@@ -17,9 +17,9 @@ Gem::Specification.new do |s|
1717
it will work on older (or newer!) versions. Any bugs or requests should be
1818
sent to the author, Bill Wolf, at wmwolf@physics.ucsb.edu.
1919
LONGDESC
20-
s.email = 'wmwolf@asu.edu'
20+
s.email = 'wolfwm@uwec.edu'
2121
s.files = ['README.md', 'lib/mesa_script.rb']
22-
s.homepage = 'https://wmwolf.github.io'
22+
s.homepage = 'https://billwolf.space/MesaScript/'
2323
s.has_rdoc = false
2424
s.bindir = 'bin'
2525
s.executables = ['inlist2mesascript']

0 commit comments

Comments
 (0)