Skip to content

Commit b43eca5

Browse files
authored
Merge pull request #70 from NREL/prep-0.2.4
Prepare release 0.2.4
2 parents 7716558 + 2dbda16 commit b43eca5

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# OpenStudio Extension Gem
22

3+
## Version 0.2.4
4+
5+
* Fixed upload of measures to BCL using rake tasks.
6+
* Support economizer modeling when create_typical measure is split into two parts
7+
8+
Closed Issues: 1
9+
- Fixed [#64]( https://github.com/NREL/openstudio-extension-gem/issues/64 ), README updates
10+
311
## Version 0.2.3
412

513
* Use new version of rubocop style from S3

lib/openstudio/extension.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def self.set_measure_argument(osw, measure_dir_name, argument_name, argument_val
227227
return osw
228228
end
229229

230-
##
230+
##
231231
# Module method used to check whether a measure is present in an OSW file
232232
##
233233
# @param [Hash] in_osw Initial OSW object as a Hash, keys should be symbolized

lib/openstudio/extension/rake_task.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,11 +360,10 @@ def setup_subtasks(name)
360360
puts "ERROR MESSAGE: #{res.inspect.chomp}"
361361
end
362362
end
363-
puts "", "---"
363+
puts '', '---'
364364
end
365365

366366
puts "****UPLOAD DONE**** #{total_count} total, #{successes} success, #{errors} failures, #{skipped} skipped"
367-
368367
end
369368
end
370369
end

lib/openstudio/extension/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535

3636
module OpenStudio
3737
module Extension
38-
VERSION = '0.2.3'.freeze
38+
VERSION = '0.2.4'.freeze
3939
end
4040
end

0 commit comments

Comments
 (0)