openstudio-calibration 0.5.1 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/README.md +7 -2
- data/lib/openstudio/calibration/version.rb +1 -1
- data/openstudio-calibration.gemspec +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 333b762599adb79b796439d113959cc6925c82d8e4efed47579aec7ce2748394
|
4
|
+
data.tar.gz: 50bc1780606d0a715692e305f6b3a29b196965b91abb109ce534e46d688d43af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6316a5449e432e7615f77681ecfd28d6773f6e3ee25633f2a8ca38ae177563a78909fd2f2c2ec9ff689a813709f67db0f43116a162f641fbe26e540073196d5e
|
7
|
+
data.tar.gz: 45c713f0c6a32482532b4012654af15d942a4674394f16e9acd2df806fb287e3c2e23472af18427778c294fda68dd25734d467c7c358bc32cadda9dc97a5a7cc
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
# OpenStudio Calibration Measures Gem
|
2
2
|
|
3
|
+
## Version 0.6.0
|
4
|
+
* Support for OpenStudio 3.4 (upgrade to standards gem 0.2.16, no extension gem upgrade)
|
5
|
+
|
3
6
|
## Version 0.5.1
|
4
7
|
* Fixed [#24]( https://github.com/NREL/openstudio-calibration-gem/pull/24 ), HardSizeHvac: undefined method `runSizingRun'
|
5
8
|
* Fixed [#42]( https://github.com/NREL/openstudio-calibration-gem/pull/42 ), Update reporting measures in repo to pass in model = nil
|
data/README.md
CHANGED
@@ -24,6 +24,7 @@ Or install it yourself as:
|
|
24
24
|
|
25
25
|
|OpenStudio Calibration Gem|OpenStudio|Ruby|
|
26
26
|
|:--------------:|:----------:|:--------:|
|
27
|
+
| 0.6.0 | 3.4 | 2.7 |
|
27
28
|
| 0.5.0 | 3.3 | 2.7 |
|
28
29
|
| 0.4.0 - 0.4.2 | 3.2 | 2.7 |
|
29
30
|
| 0.3.0 - 0.3.1 | 3.1 | 2.5 |
|
@@ -38,9 +39,13 @@ Please review the [OpenStudio Contribution Policy](https://openstudio.net/openst
|
|
38
39
|
# Releasing
|
39
40
|
|
40
41
|
* Update CHANGELOG.md
|
41
|
-
* Run `rake rubocop:auto_correct`
|
42
|
+
* Run `rake openstudio:rubocop:auto_correct`
|
43
|
+
* Run `rake openstudio:update_copyright`
|
44
|
+
* Run `rake openstudio:update_measures` (this has to be done last since prior tasks alter measure files)
|
45
|
+
* Update version in `readme.md`
|
46
|
+
* Update version in `openstudio-calibration-measures.gemspec`
|
42
47
|
* Update version in `/lib/openstudio/calibration_measures/version.rb`
|
43
48
|
* Create PR to master, after tests and reviews complete, then merge
|
44
49
|
* Locally - from the master branch, run `rake release`
|
45
|
-
* On GitHub, go to the releases page and update the latest release tag. Name it
|
50
|
+
* On GitHub, go to the releases page and update the latest release tag. Name it “Version x.y.z” and copy the CHANGELOG entry into the description box.
|
46
51
|
|
@@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
|
|
31
31
|
|
32
32
|
spec.add_dependency 'bundler', '~> 2.1'
|
33
33
|
spec.add_dependency 'openstudio-extension', '~> 0.5.1'
|
34
|
-
spec.add_dependency 'openstudio-standards', '~> 0.2.
|
34
|
+
spec.add_dependency 'openstudio-standards', '~> 0.2.16'
|
35
35
|
|
36
36
|
spec.add_development_dependency 'rake', '~> 13.0'
|
37
37
|
spec.add_development_dependency 'rspec', '~> 3.9'
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: openstudio-calibration
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brian Ball
|
8
8
|
- Nicholas Long
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2022-
|
12
|
+
date: 2022-05-06 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -45,14 +45,14 @@ dependencies:
|
|
45
45
|
requirements:
|
46
46
|
- - "~>"
|
47
47
|
- !ruby/object:Gem::Version
|
48
|
-
version: 0.2.
|
48
|
+
version: 0.2.16
|
49
49
|
type: :runtime
|
50
50
|
prerelease: false
|
51
51
|
version_requirements: !ruby/object:Gem::Requirement
|
52
52
|
requirements:
|
53
53
|
- - "~>"
|
54
54
|
- !ruby/object:Gem::Version
|
55
|
-
version: 0.2.
|
55
|
+
version: 0.2.16
|
56
56
|
- !ruby/object:Gem::Dependency
|
57
57
|
name: rake
|
58
58
|
requirement: !ruby/object:Gem::Requirement
|
@@ -295,8 +295,8 @@ licenses: []
|
|
295
295
|
metadata:
|
296
296
|
bug_tracker_uri: https://github.com/NREL/openstudio-calibration-gem/issues
|
297
297
|
changelog_uri: https://github.com/NREL/openstudio-calibration-gem/blob/develop/CHANGELOG.md
|
298
|
-
source_code_uri: https://github.com/NREL/openstudio-calibration-gem/tree/v0.
|
299
|
-
post_install_message:
|
298
|
+
source_code_uri: https://github.com/NREL/openstudio-calibration-gem/tree/v0.6.0
|
299
|
+
post_install_message:
|
300
300
|
rdoc_options: []
|
301
301
|
require_paths:
|
302
302
|
- lib
|
@@ -312,7 +312,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
312
312
|
version: '0'
|
313
313
|
requirements: []
|
314
314
|
rubygems_version: 3.1.4
|
315
|
-
signing_key:
|
315
|
+
signing_key:
|
316
316
|
specification_version: 4
|
317
317
|
summary: openstudio base gem for creating generic extensions with encapsulated data
|
318
318
|
and measures.
|