openstudio-analysis 1.0.0.rc12 → 1.0.0.rc13

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: 5a151c816b9480e43b65c9ab71704a09ad91a22e
4
- data.tar.gz: 11f8ce9704c05baa7ac522ceea2c5f2b3ec47fac
3
+ metadata.gz: 271949b3e34d9d798c253ea759aacd7dab29540b
4
+ data.tar.gz: de1ada816c0da0977beb177f9c9aec56dbe8651a
5
5
  SHA512:
6
- metadata.gz: e860f6aeaaa62ad341ce59f8adf55a6643cc9b6740d7de10dda78c0f721947cbe52ca6b37e3de0f3a8fa12ed403c787b0a27d31988cd3de1fd11741ba5cdc8d2
7
- data.tar.gz: 2f84b7eac4387072384db1519272a4cfdc338597f772b7cce5d8f2ff1928f698f13dba628e6093cfbcf206842c0bc8d75fe9eff7a7d6221bcce25e6622a25c0a
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]
@@ -1,5 +1,5 @@
1
1
  module OpenStudio
2
2
  module Analysis
3
- VERSION = '1.0.0.rc12'.freeze
3
+ VERSION = '1.0.0.rc13'.freeze
4
4
  end
5
5
  end
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.rc12
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-01 00:00:00.000000000 Z
11
+ date: 2016-12-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday