openstudio-analysis 1.0.0.rc12 → 1.0.0.rc13
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 271949b3e34d9d798c253ea759aacd7dab29540b
|
4
|
+
data.tar.gz: de1ada816c0da0977beb177f9c9aec56dbe8651a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 98566b82ef884531fc1d04853c972320ed7a6cd988c41361aaa00b0fd5dbbe02ee7dbce10586ada1edb8122fbab21ad8b01f14f2ccf30de51e394b879ad44dfd
|
7
|
+
data.tar.gz: 6c6f1b872247966096c2af711b4cd8738940e83cb03f9ecdc64749cda29ceda14d0af88198413e9949c5a49e8dd194c7c43c2185a80da8e2fff3b1598c637200
|
@@ -51,9 +51,13 @@ module OpenStudio
|
|
51
51
|
end
|
52
52
|
end
|
53
53
|
step_hash[:name] = step[:name] if step[:name]
|
54
|
+
step_hash[:description] = step[:description] if step[:description]
|
55
|
+
if @options[:da_descriptions]
|
56
|
+
step_hash[:name] = @options[:da_descriptions][i][:name]
|
57
|
+
step_hash[:description] = @options[:da_descriptions][i][:description]
|
58
|
+
end
|
54
59
|
step_hash[:measure_id] = step[:uuid] if step[:uuid]
|
55
60
|
step_hash[:version_id] = step[:version_uuid] if step[:version_uuid]
|
56
|
-
step_hash[:description] = step[:description] if step[:description]
|
57
61
|
step_hash[:modeler_description] = step[:modeler_description] if step[:modeler_description]
|
58
62
|
step_hash[:taxonomy] = step[:taxonomy] if step[:taxonomy]
|
59
63
|
step_hash[:measure_type] = step[:measure_type]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: openstudio-analysis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.
|
4
|
+
version: 1.0.0.rc13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nicholas Long
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-12-
|
11
|
+
date: 2016-12-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|