mesa_script 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/mesa_script.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d4fed564aaa74ae07b3606c4b908360042c28833
|
4
|
+
data.tar.gz: 8eb8f6f02f425fc3ec0aab8afbafdc8441c14a51
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c396a46b5e08021bd842dc8dadf97772a7ee9b974638a75c9de031c7e15a4ff11249a7789414213240a816950977722f34906f4918eb3911c348067928b1639
|
7
|
+
data.tar.gz: 86c7e3ddbad8100406d547dc582e48dcc944e1c26882d79a13ccef893f11a0a5649a53f0b3e2f3f69c156b634619c364c6e7f5bbd902ab1ad4b35985e949e953
|
data/lib/mesa_script.rb
CHANGED
@@ -167,7 +167,7 @@ class Inlist
|
|
167
167
|
# of 10108
|
168
168
|
def self.add_binary_defaults
|
169
169
|
config_namelist(
|
170
|
-
|
170
|
+
namelist: :binary_controls,
|
171
171
|
source_files: File.join(ENV['MESA_DIR'], 'binary', 'public',
|
172
172
|
'binary_controls.inc'),
|
173
173
|
defaults_file: File.join(ENV['MESA_DIR'], 'binary', 'defaults',
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mesa_script
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- William Wolf
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-08-13 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: MesaScript - a DSL for making dynamic inlists for the MESA stellar evolution
|
14
14
|
code.
|
@@ -41,7 +41,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
41
41
|
version: '0'
|
42
42
|
requirements: []
|
43
43
|
rubyforge_project:
|
44
|
-
rubygems_version: 2.
|
44
|
+
rubygems_version: 2.5.2.3
|
45
45
|
signing_key:
|
46
46
|
specification_version: 4
|
47
47
|
summary: MesaScript is a domain specific language (DSL) that allows the user to write
|