openstudio-analysis 1.0.0.pat1 → 1.0.0.pat2
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3c4fedd5922d42f9727401e3231fcd42067aabb6
|
|
4
|
+
data.tar.gz: ce310ac6012d8c0d907d8986f76bea206cbcf026
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d5204c6088fe07ad1727eae743c2b45713d2ae67433e3874db2da69b98c4de893cea1997d528c73dcb17b6a88d77375b0f8d7af2a2ac713db5eb807a7f533eff
|
|
7
|
+
data.tar.gz: c9159754062070903d2479bbd72ebdf8b5b7f481164bde7edf1e85ec94f7deb04324da856a47d3b6f135c45c937a481fa9fa66b7711f774fa9f2d16e36559f34
|
|
@@ -66,6 +66,7 @@ module OpenStudio
|
|
|
66
66
|
# @todo (rhorsey) Fix the spec so this line can be uncommented
|
|
67
67
|
osw_steps_instance = @steps
|
|
68
68
|
osw_steps_instance.each_with_index do |step, i|
|
|
69
|
+
next unless @osa[:problem][:workflow][i][:variables]
|
|
69
70
|
@osa[:problem][:workflow][i][:variables].each do |var|
|
|
70
71
|
var_name = var[:argument][:name]
|
|
71
72
|
var_value_uuid = var[:uuid]
|
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.pat2
|
|
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-
|
|
11
|
+
date: 2016-07-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -271,7 +271,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
271
271
|
version: 1.3.6
|
|
272
272
|
requirements: []
|
|
273
273
|
rubyforge_project:
|
|
274
|
-
rubygems_version: 2.
|
|
274
|
+
rubygems_version: 2.0.14.1
|
|
275
275
|
signing_key:
|
|
276
276
|
specification_version: 4
|
|
277
277
|
summary: Create JSON, ZIP to communicate with OpenStudio Distributed Analysis in the
|