openstudio_measure_tester 0.2.3 → 0.3.0

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
  SHA256:
3
- metadata.gz: a3e6ed6462c9fed5d3731e4e716122fd22f0fcef20a1242bfc79c86478ccc27a
4
- data.tar.gz: fb3703ffb357d1df56b88a80b23c017a9e8274cc0b311d0c8a1bd182234c58d8
3
+ metadata.gz: fadfcba5d12f6b9ebbb36237521c99fd08ffd36cc8f14fab967e607800abf902
4
+ data.tar.gz: 41a3b63176ed3bb96554216d5dc50cd668c42648faf32ef0f36d20d30b5595f2
5
5
  SHA512:
6
- metadata.gz: 3152c114390f14e104ef983dd409cce52333d08b28fc7e6ecf5a5babb2f2ceb720df4da474c08bb5b33491f544f510715334d55693c993426ed09f1dc3fb775a
7
- data.tar.gz: 62517839d65e227ef38ae8326cbe0d2ada479c20266c7fea61e4f1c976f55bd852a2957686955519284c4995ff5c214f672933bc6132d78109a39c3e21594398
6
+ metadata.gz: b42fc88d7ee1221a215a7fb079a7e22633e6b1f7f70b7ee9b96551325a2d9259d03998efd024a7d5e7a6ff95bd4b9f2795f4edbb03f8645577c1edc7952bd212
7
+ data.tar.gz: 2df445991da6b52f06e8bff11452a47d26003ca72491a3b6490f3fa97aabc662e32e3acdda2679d660a1f164b8fcf89cb3ddddb91767768266d737443e4e0f67
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # Version 0.3.0
2
+
3
+ * Upgrade to Ruby 2.7.0
4
+
1
5
  # Version 0.2.3
2
6
 
3
7
  * Use updated rubocop style (v3)
data/Jenkinsfile CHANGED
@@ -1,6 +1,6 @@
1
1
  //Jenkins pipelines are stored in shared libraries. Please see: https://github.com/NREL/cbci_jenkins_libs
2
2
 
3
- @Library('cbci_shared_libs') _
3
+ @Library('cbci_shared_libs@ruby_270') _
4
4
 
5
5
  // Build for PR to develop branch only.
6
6
  if ((env.CHANGE_ID) && (env.CHANGE_TARGET) ) { // check if set
data/LICENSE.md CHANGED
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
1
+ OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided
4
4
  that the following conditions are met:
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  ########################################################################################################################
4
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
4
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
5
5
  #
6
6
  # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
7
7
  # following conditions are met:
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  ########################################################################################################################
4
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
4
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
5
5
  #
6
6
  # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
7
7
  # following conditions are met:
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  ########################################################################################################################
4
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
4
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
5
5
  #
6
6
  # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
7
7
  # following conditions are met:
@@ -1,5 +1,33 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ ########################################################################################################################
4
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
5
+ #
6
+ # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
7
+ # following conditions are met:
8
+ #
9
+ # (1) Redistributions of source code must retain the above copyright notice, this list of conditions and the following
10
+ # disclaimer.
11
+ #
12
+ # (2) Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the
13
+ # following disclaimer in the documentation and/or other materials provided with the distribution.
14
+ #
15
+ # (3) Neither the name of the copyright holder nor the names of any contributors may be used to endorse or promote
16
+ # products derived from this software without specific prior written permission from the respective party.
17
+ #
18
+ # (4) Other than as required in clauses (1) and (2), distributions in any form of modifications or other derivative
19
+ # works may not use the "OpenStudio" trademark, "OS", "os", or any other confusingly similar designation without
20
+ # specific prior written permission from Alliance for Sustainable Energy, LLC.
21
+ #
22
+ # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
23
+ # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
24
+ # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER, THE UNITED STATES GOVERNMENT, OR ANY CONTRIBUTORS BE LIABLE FOR
25
+ # ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
26
+ # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
27
+ # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28
+ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29
+ ########################################################################################################################
30
+
3
31
  require 'erb'
4
32
  module OpenStudioMeasureTester
5
33
  class Dashboard
@@ -17,7 +45,7 @@ module OpenStudioMeasureTester
17
45
  end
18
46
 
19
47
  def render
20
- rendered = ERB.new(@template, 0, '', '@html').result(binding)
48
+ rendered = ERB.new(@template, 0, nil, '@html').result(binding)
21
49
  save_dir = "#{@test_results_directory}/dashboard"
22
50
 
23
51
  # Render the dashboard
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  ########################################################################################################################
4
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
4
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
5
5
  #
6
6
  # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
7
7
  # following conditions are met:
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  ########################################################################################################################
4
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
4
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
5
5
  #
6
6
  # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
7
7
  # following conditions are met:
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  ########################################################################################################################
4
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
4
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
5
5
  #
6
6
  # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
7
7
  # following conditions are met:
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  ########################################################################################################################
4
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
4
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
5
5
  #
6
6
  # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
7
7
  # following conditions are met:
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  ########################################################################################################################
4
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
4
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
5
5
  #
6
6
  # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
7
7
  # following conditions are met:
@@ -1,5 +1,33 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ ########################################################################################################################
4
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
5
+ #
6
+ # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
7
+ # following conditions are met:
8
+ #
9
+ # (1) Redistributions of source code must retain the above copyright notice, this list of conditions and the following
10
+ # disclaimer.
11
+ #
12
+ # (2) Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the
13
+ # following disclaimer in the documentation and/or other materials provided with the distribution.
14
+ #
15
+ # (3) Neither the name of the copyright holder nor the names of any contributors may be used to endorse or promote
16
+ # products derived from this software without specific prior written permission from the respective party.
17
+ #
18
+ # (4) Other than as required in clauses (1) and (2), distributions in any form of modifications or other derivative
19
+ # works may not use the "OpenStudio" trademark, "OS", "os", or any other confusingly similar designation without
20
+ # specific prior written permission from Alliance for Sustainable Energy, LLC.
21
+ #
22
+ # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
23
+ # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
24
+ # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER, THE UNITED STATES GOVERNMENT, OR ANY CONTRIBUTORS BE LIABLE FOR
25
+ # ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
26
+ # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
27
+ # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28
+ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29
+ ########################################################################################################################
30
+
3
31
  module OpenStudioMeasureTester
4
32
  # The runner is the workhorse that executes the tests. This class does not invoke Rake and can be run
5
33
  # as a library method or as a CLI call
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  ########################################################################################################################
4
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
4
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
5
5
  #
6
6
  # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
7
7
  # following conditions are met:
@@ -29,5 +29,5 @@
29
29
  ########################################################################################################################
30
30
 
31
31
  module OpenStudioMeasureTester
32
- VERSION = '0.2.3'
32
+ VERSION = '0.3.0'.freeze
33
33
  end
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
27
27
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
28
28
  spec.require_paths = ['lib']
29
29
 
30
- spec.required_ruby_version = '~> 2.5.0'
30
+ spec.required_ruby_version = '~> 2.7.0'
31
31
 
32
32
  spec.add_dependency 'git', '~> 1.6.0'
33
33
  spec.add_dependency 'minitest', '~> 5.14.0'
@@ -37,6 +37,6 @@ Gem::Specification.new do |spec|
37
37
  spec.add_dependency 'rubocop-checkstyle_formatter', '~> 0.4.0'
38
38
  spec.add_dependency 'simplecov', '~> 0.18.2'
39
39
 
40
- spec.add_development_dependency 'bundler', '~> 2.1'
40
+ spec.add_development_dependency 'bundler', '>= 2.1.0'
41
41
  spec.add_development_dependency 'rspec', '~> 3.9'
42
42
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openstudio_measure_tester
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas Long
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: exe
13
13
  cert_chain: []
14
- date: 2020-05-12 00:00:00.000000000 Z
14
+ date: 2021-02-15 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: git
@@ -115,16 +115,16 @@ dependencies:
115
115
  name: bundler
116
116
  requirement: !ruby/object:Gem::Requirement
117
117
  requirements:
118
- - - "~>"
118
+ - - ">="
119
119
  - !ruby/object:Gem::Version
120
- version: '2.1'
120
+ version: 2.1.0
121
121
  type: :development
122
122
  prerelease: false
123
123
  version_requirements: !ruby/object:Gem::Requirement
124
124
  requirements:
125
- - - "~>"
125
+ - - ">="
126
126
  - !ruby/object:Gem::Version
127
- version: '2.1'
127
+ version: 2.1.0
128
128
  - !ruby/object:Gem::Dependency
129
129
  name: rspec
130
130
  requirement: !ruby/object:Gem::Requirement
@@ -186,7 +186,7 @@ licenses: []
186
186
  metadata:
187
187
  bug_tracker_uri: https://github.com/NREL/OpenStudio-measure-tester-gem/issues
188
188
  changelog_uri: https://github.com/NREL/OpenStudio-measure-tester-gem/blob/develop/CHANGELOG.md
189
- source_code_uri: https://github.com/NREL/OpenStudio-measure-tester-gem/tree/v0.2.3
189
+ source_code_uri: https://github.com/NREL/OpenStudio-measure-tester-gem/tree/v0.3.0
190
190
  post_install_message:
191
191
  rdoc_options: []
192
192
  require_paths:
@@ -195,15 +195,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
195
195
  requirements:
196
196
  - - "~>"
197
197
  - !ruby/object:Gem::Version
198
- version: 2.5.0
198
+ version: 2.7.0
199
199
  required_rubygems_version: !ruby/object:Gem::Requirement
200
200
  requirements:
201
201
  - - ">="
202
202
  - !ruby/object:Gem::Version
203
203
  version: '0'
204
204
  requirements: []
205
- rubyforge_project:
206
- rubygems_version: 2.7.6.2
205
+ rubygems_version: 3.1.4
207
206
  signing_key:
208
207
  specification_version: 4
209
208
  summary: Testing framework for OpenStudio measures