gs2crmod 0.11.8 → 0.11.9
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/VERSION +1 -1
- data/gs2crmod.gemspec +2 -2
- data/lib/gs2crmod/namelists.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b7689f792bbe77649fe9ae02144f40cbe58141d7
|
|
4
|
+
data.tar.gz: dd87a6c27b6168ee8b3816af30ecf8306a6361e6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 439a7d14ce72b7127ec73a1bd0d32cd97009b6103d0542a03f2703191129a61237fd5425ed70d5c79bad154cfb8da5e4fd6d00a8b53666a4e1fb0edeaa5da3d1
|
|
7
|
+
data.tar.gz: 6fb267ea246e6486313715ca11bf9e12f7bb777dfc205a41a19b5de17d6bee2a9770fe9fe345254573fb010d1953b44bdd11438d550b2b5665a608b9a09a6be1
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.11.
|
|
1
|
+
0.11.9
|
data/gs2crmod.gemspec
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: gs2crmod 0.11.
|
|
5
|
+
# stub: gs2crmod 0.11.9 ruby lib
|
|
6
6
|
# stub: ext/extconf.rb
|
|
7
7
|
|
|
8
8
|
Gem::Specification.new do |s|
|
|
9
9
|
s.name = "gs2crmod"
|
|
10
|
-
s.version = "0.11.
|
|
10
|
+
s.version = "0.11.9"
|
|
11
11
|
|
|
12
12
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
13
13
|
s.require_paths = ["lib"]
|
data/lib/gs2crmod/namelists.rb
CHANGED
|
@@ -5792,7 +5792,7 @@
|
|
|
5792
5792
|
:description=>"Options for the new diagnostics module",
|
|
5793
5793
|
:should_include=>"true",
|
|
5794
5794
|
:variables=>
|
|
5795
|
-
{:
|
|
5795
|
+
{:nwrite_new=>
|
|
5796
5796
|
{:should_include=>"true",
|
|
5797
5797
|
:description=>
|
|
5798
5798
|
"Diagnostic quantities are written every nwrite timesteps.",
|