openstudio-calibration 0.5.1 → 0.6.0

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
  SHA256:
3
- metadata.gz: ae5db57508794a73f423c8ea2defcfce9d8b4b51dc3344903d1070cded32f93a
4
- data.tar.gz: cdc258f217d2ab55a0c98c0ef25b59b433be718b3ac1874fdadfe4e416b768ff
3
+ metadata.gz: 333b762599adb79b796439d113959cc6925c82d8e4efed47579aec7ce2748394
4
+ data.tar.gz: 50bc1780606d0a715692e305f6b3a29b196965b91abb109ce534e46d688d43af
5
5
  SHA512:
6
- metadata.gz: c48a1b3eecdf942d97b2eb21cbaf24b44b7e8b7843cae02d6266c318e6b0a83c6a9201317f92a2163725da4c3aaeba3639c01f3403ceee8da688073069b00934
7
- data.tar.gz: 251482fc84d48c19a23a41c13c90c853b55b3df22c57bb0e0c35236fe01434df4a44bce48a28470d0383ff96e90726e3458715988a5c3c90ccbefb40dca0a90b
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 "Version x.y.z" and copy the CHANGELOG entry into the description box.
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
 
@@ -35,6 +35,6 @@
35
35
 
36
36
  module OpenStudio
37
37
  module Calibration
38
- VERSION = '0.5.1'.freeze
38
+ VERSION = '0.6.0'.freeze
39
39
  end
40
40
  end
@@ -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.15'
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.5.1
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-02-24 00:00:00.000000000 Z
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.15
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.15
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.5.1
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.