openstudio-analysis 1.0.0.rc13 → 1.0.0.rc14
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: e7676de7adca4a80b36f513847bdfd232b4b80dd
|
4
|
+
data.tar.gz: 969b37d472906f4e36a6c8ef3d58ad492eab6476
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1eeb3f01c6cd64cc17e6cf16aba584d6f15f524bb651d1fe14bd991220dd4ea614ed76cbe030581382cad2a4c3e4b92d0e4ae14a13028c9a313f866af6fe6ddf
|
7
|
+
data.tar.gz: 6fd016175b311971488dbaaa563d91e021940247b276fdc21d74e7194cbaaac545e9e51e34b1939fa3b311239e4a40771ecdeeaa98d1c2946cb8503aa7a98ce8
|
@@ -56,8 +56,8 @@ module OpenStudio
|
|
56
56
|
step_hash[:name] = @options[:da_descriptions][i][:name]
|
57
57
|
step_hash[:description] = @options[:da_descriptions][i][:description]
|
58
58
|
end
|
59
|
-
step_hash[:measure_id] = step[:
|
60
|
-
step_hash[:version_id] = step[:
|
59
|
+
step_hash[:measure_id] = step[:measure_definition_uuid] if step[:measure_definition_uuid]
|
60
|
+
step_hash[:version_id] = step[:measure_definition_version_uuid] if step[:measure_definition_version_uuid]
|
61
61
|
step_hash[:modeler_description] = step[:modeler_description] if step[:modeler_description]
|
62
62
|
step_hash[:taxonomy] = step[:taxonomy] if step[:taxonomy]
|
63
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.rc14
|
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-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|