openstudio-extension 0.9.2 → 0.9.3
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile +0 -7
- data/README.md +1 -0
- data/lib/openstudio/extension/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fef30790a0343b9426ab5452ade5be838a313db1a186d72fc4fc6eaf17b5ca1f
|
4
|
+
data.tar.gz: a9be016762c5901087b653b79b80400ccb09d737f5715f1e0d536613915db081
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 15f59324c60be87a657b27fb03adad5fc2a3a8ef29a921cc3497a458d31b7deb30c1f8b2615d47a6850efbdb2f5a32bb7cd321255abf2fd9e7f0392884391afa
|
7
|
+
data.tar.gz: b92a0a628eedc15599fc3fc109107b3a0544ad08a632c3eb6e51d34454c26370830da3596a3d3ef94a8896cd1df63b0720c016a59638d57de304d6494fce500e
|
data/CHANGELOG.md
CHANGED
data/Gemfile
CHANGED
@@ -1,15 +1,8 @@
|
|
1
1
|
source 'http://rubygems.org'
|
2
2
|
|
3
|
-
# Specify your gem's dependencies in openstudio-extension.# gemspec commented out to avoid circular dependency during bundle install
|
4
|
-
# gemspec
|
5
|
-
|
6
|
-
# Specify your gem's dependencies in openstudio-extension.gemspec
|
7
|
-
|
8
3
|
# line below used for testing when need to test against branch instead of release of standards. Should be commented out prior to merge to develop
|
9
4
|
# gem 'openstudio-standards', github: 'NREL/openstudio-standards', branch: 'fix/901_2016_2019_properties' # for os_lib unit tests
|
10
5
|
|
11
6
|
gemspec
|
12
7
|
|
13
8
|
# gem 'openstudio-standards', '= 0.2.17.rc1', :github => 'NREL/openstudio-standards', :ref => '3.5.0_changes'
|
14
|
-
|
15
|
-
gem 'rubocop-performance', '~> 1.20'
|
data/README.md
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: openstudio-extension
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Katherine Fleming
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: exe
|
13
13
|
cert_chain: []
|
14
|
-
date: 2025-08-
|
14
|
+
date: 2025-08-08 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: bcl
|
@@ -224,7 +224,7 @@ licenses: []
|
|
224
224
|
metadata:
|
225
225
|
bug_tracker_uri: https://github.com/NREL/openstudio-extension-gem/issues
|
226
226
|
changelog_uri: https://github.com/NREL/openstudio-extension-gem/blob/develop/CHANGELOG.md
|
227
|
-
source_code_uri: https://github.com/NREL/openstudio-extension-gem/tree/v0.9.
|
227
|
+
source_code_uri: https://github.com/NREL/openstudio-extension-gem/tree/v0.9.3
|
228
228
|
post_install_message:
|
229
229
|
rdoc_options: []
|
230
230
|
require_paths:
|