openstudio-extension 0.9.6 → 0.9.7
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.lock +142 -0
- data/lib/openstudio/extension/version.rb +1 -1
- data/openstudio-extension.gemspec +1 -7
- data/pkg/openstudio-extension-0.9.2.gem +0 -0
- data/pkg/openstudio-extension-0.9.3.gem +0 -0
- data/pkg/openstudio-extension-0.9.5.gem +0 -0
- data/pkg/openstudio-extension-0.9.6.gem +0 -0
- metadata +8 -6
- data/.gitignore +0 -38
- data/.rspec +0 -3
- data/.rubocop.yml +0 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dffbc8a276e7a4b3cac543744aaea2b4d4a832dfc3d282bb817d90a47e73cce0
|
|
4
|
+
data.tar.gz: fb1cb39c077edbecdd16787390fb7b8bbdf5588d294a70aaa21e85e45d9af794
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c31817fd4e88c7d47f8825d7d63cf2fe610292aa696a5026d0eec54000ab5f66a2f0f9b196978e14558571b978cdcc3c842668c2c08fd918e838be6c7baa6b5a
|
|
7
|
+
data.tar.gz: b6f305a0cf3cc476da96c8f9e5299be5f87bdcb738271a427fc9d04d1d3153cefcfc4317c4dff809cb17dc09109a7ea7b23a30ca3e86d4ba96d775d97d8df908
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
ADDED
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
PATH
|
|
2
|
+
remote: .
|
|
3
|
+
specs:
|
|
4
|
+
openstudio-extension (0.9.6)
|
|
5
|
+
addressable (= 2.8.1)
|
|
6
|
+
bcl (~> 0.9.1)
|
|
7
|
+
bundler (= 2.4.10)
|
|
8
|
+
octokit (~> 4.18.0)
|
|
9
|
+
openstudio-workflow (~> 2.5.0)
|
|
10
|
+
openstudio_measure_tester (~> 0.5.0)
|
|
11
|
+
parallel (~> 1.19.1)
|
|
12
|
+
regexp_parser (= 2.9.0)
|
|
13
|
+
|
|
14
|
+
GEM
|
|
15
|
+
remote: https://rubygems.org/
|
|
16
|
+
specs:
|
|
17
|
+
addressable (2.8.1)
|
|
18
|
+
public_suffix (>= 2.0.2, < 6.0)
|
|
19
|
+
ansi (1.5.0)
|
|
20
|
+
ast (2.4.3)
|
|
21
|
+
bcl (0.9.1)
|
|
22
|
+
builder (= 3.2.4)
|
|
23
|
+
faraday (~> 1.10.4)
|
|
24
|
+
minitar (~> 0.9)
|
|
25
|
+
openstudio_measure_tester (~> 0.5.0)
|
|
26
|
+
rexml (= 3.2.5)
|
|
27
|
+
rubyzip (~> 2.3.2)
|
|
28
|
+
spreadsheet (= 1.2.9)
|
|
29
|
+
uuid (~> 2.3.9)
|
|
30
|
+
yamler (= 0.1.0)
|
|
31
|
+
zliby (= 0.0.5)
|
|
32
|
+
builder (3.2.4)
|
|
33
|
+
diff-lcs (1.6.2)
|
|
34
|
+
faraday (1.10.4)
|
|
35
|
+
faraday-em_http (~> 1.0)
|
|
36
|
+
faraday-em_synchrony (~> 1.0)
|
|
37
|
+
faraday-excon (~> 1.1)
|
|
38
|
+
faraday-httpclient (~> 1.0)
|
|
39
|
+
faraday-multipart (~> 1.0)
|
|
40
|
+
faraday-net_http (~> 1.0)
|
|
41
|
+
faraday-net_http_persistent (~> 1.0)
|
|
42
|
+
faraday-patron (~> 1.0)
|
|
43
|
+
faraday-rack (~> 1.0)
|
|
44
|
+
faraday-retry (~> 1.0)
|
|
45
|
+
ruby2_keywords (>= 0.0.4)
|
|
46
|
+
faraday-em_http (1.0.0)
|
|
47
|
+
faraday-em_synchrony (1.0.1)
|
|
48
|
+
faraday-excon (1.1.0)
|
|
49
|
+
faraday-httpclient (1.0.1)
|
|
50
|
+
faraday-multipart (1.1.1)
|
|
51
|
+
multipart-post (~> 2.0)
|
|
52
|
+
faraday-net_http (1.0.2)
|
|
53
|
+
faraday-net_http_persistent (1.2.0)
|
|
54
|
+
faraday-patron (1.0.0)
|
|
55
|
+
faraday-rack (1.0.0)
|
|
56
|
+
faraday-retry (1.0.3)
|
|
57
|
+
git (1.13.2)
|
|
58
|
+
addressable (~> 2.8)
|
|
59
|
+
rchardet (~> 1.8)
|
|
60
|
+
json (2.18.0)
|
|
61
|
+
macaddr (1.7.2)
|
|
62
|
+
systemu (~> 2.6.5)
|
|
63
|
+
minitar (0.12.1)
|
|
64
|
+
minitest (5.14.4)
|
|
65
|
+
minitest-reporters (1.4.3)
|
|
66
|
+
ansi
|
|
67
|
+
builder
|
|
68
|
+
minitest (>= 5.0)
|
|
69
|
+
ruby-progressbar
|
|
70
|
+
multipart-post (2.4.1)
|
|
71
|
+
octokit (4.18.0)
|
|
72
|
+
faraday (>= 0.9)
|
|
73
|
+
sawyer (~> 0.8.0, >= 0.5.3)
|
|
74
|
+
openstudio-workflow (2.5.0)
|
|
75
|
+
openstudio_measure_tester (0.5.2)
|
|
76
|
+
git (~> 1.13.0)
|
|
77
|
+
minitest (~> 5.14.0)
|
|
78
|
+
minitest-reporters (~> 1.4.2)
|
|
79
|
+
parser (= 3.2.2.2)
|
|
80
|
+
rake (~> 13.0)
|
|
81
|
+
parallel (1.19.2)
|
|
82
|
+
parser (3.2.2.2)
|
|
83
|
+
ast (~> 2.4.1)
|
|
84
|
+
public_suffix (5.1.1)
|
|
85
|
+
rainbow (3.1.1)
|
|
86
|
+
rake (13.3.1)
|
|
87
|
+
rchardet (1.10.0)
|
|
88
|
+
regexp_parser (2.9.0)
|
|
89
|
+
rexml (3.2.5)
|
|
90
|
+
rspec (3.13.2)
|
|
91
|
+
rspec-core (~> 3.13.0)
|
|
92
|
+
rspec-expectations (~> 3.13.0)
|
|
93
|
+
rspec-mocks (~> 3.13.0)
|
|
94
|
+
rspec-core (3.13.6)
|
|
95
|
+
rspec-support (~> 3.13.0)
|
|
96
|
+
rspec-expectations (3.13.5)
|
|
97
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
98
|
+
rspec-support (~> 3.13.0)
|
|
99
|
+
rspec-mocks (3.13.7)
|
|
100
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
101
|
+
rspec-support (~> 3.13.0)
|
|
102
|
+
rspec-support (3.13.6)
|
|
103
|
+
rubocop (1.50.0)
|
|
104
|
+
json (~> 2.3)
|
|
105
|
+
parallel (~> 1.10)
|
|
106
|
+
parser (>= 3.2.0.0)
|
|
107
|
+
rainbow (>= 2.2.2, < 4.0)
|
|
108
|
+
regexp_parser (>= 1.8, < 3.0)
|
|
109
|
+
rexml (>= 3.2.5, < 4.0)
|
|
110
|
+
rubocop-ast (>= 1.28.0, < 2.0)
|
|
111
|
+
ruby-progressbar (~> 1.7)
|
|
112
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
|
113
|
+
rubocop-ast (1.30.0)
|
|
114
|
+
parser (>= 3.2.1.0)
|
|
115
|
+
ruby-ole (1.2.13.1)
|
|
116
|
+
ruby-progressbar (1.13.0)
|
|
117
|
+
ruby2_keywords (0.0.5)
|
|
118
|
+
rubyzip (2.3.2)
|
|
119
|
+
sawyer (0.8.2)
|
|
120
|
+
addressable (>= 2.3.5)
|
|
121
|
+
faraday (> 0.8, < 2.0)
|
|
122
|
+
spreadsheet (1.2.9)
|
|
123
|
+
ruby-ole
|
|
124
|
+
systemu (2.6.5)
|
|
125
|
+
unicode-display_width (2.6.0)
|
|
126
|
+
uuid (2.3.9)
|
|
127
|
+
macaddr (~> 1.0)
|
|
128
|
+
yamler (0.1.0)
|
|
129
|
+
zliby (0.0.5)
|
|
130
|
+
|
|
131
|
+
PLATFORMS
|
|
132
|
+
arm64-darwin-24
|
|
133
|
+
ruby
|
|
134
|
+
|
|
135
|
+
DEPENDENCIES
|
|
136
|
+
openstudio-extension!
|
|
137
|
+
rake (~> 13.0)
|
|
138
|
+
rspec (~> 3.9)
|
|
139
|
+
rubocop (= 1.50.0)
|
|
140
|
+
|
|
141
|
+
BUNDLED WITH
|
|
142
|
+
2.4.10
|
|
@@ -20,13 +20,7 @@ Gem::Specification.new do |spec|
|
|
|
20
20
|
'source_code_uri' => "https://github.com/NREL/openstudio-extension-gem/tree/v#{spec.version}"
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
files =
|
|
24
|
-
if files.empty?
|
|
25
|
-
files = Dir.glob('**/*', File::FNM_DOTMATCH).select do |f|
|
|
26
|
-
File.file?(f) && !f.match(%r{^(\.git|\.bundle|pkg|coverage|doc|_yardoc|\.yardoc)/}) && !f.match(%r{^Gemfile\.lock$})
|
|
27
|
-
end
|
|
28
|
-
end
|
|
29
|
-
spec.files = files.reject do |f|
|
|
23
|
+
spec.files = Dir.glob('**/*').reject do |f|
|
|
30
24
|
f.match(%r{^(test|lib.measures.*tests|spec|features)/})
|
|
31
25
|
end
|
|
32
26
|
spec.bindir = 'exe'
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
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.7
|
|
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-12-
|
|
14
|
+
date: 2025-12-17 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: bcl
|
|
@@ -192,11 +192,9 @@ executables: []
|
|
|
192
192
|
extensions: []
|
|
193
193
|
extra_rdoc_files: []
|
|
194
194
|
files:
|
|
195
|
-
- ".gitignore"
|
|
196
|
-
- ".rspec"
|
|
197
|
-
- ".rubocop.yml"
|
|
198
195
|
- CHANGELOG.md
|
|
199
196
|
- Gemfile
|
|
197
|
+
- Gemfile.lock
|
|
200
198
|
- Jenkinsfile
|
|
201
199
|
- LICENSE.md
|
|
202
200
|
- README.md
|
|
@@ -233,12 +231,16 @@ files:
|
|
|
233
231
|
- lib/openstudio/extension/runner_config.rb
|
|
234
232
|
- lib/openstudio/extension/version.rb
|
|
235
233
|
- openstudio-extension.gemspec
|
|
234
|
+
- pkg/openstudio-extension-0.9.2.gem
|
|
235
|
+
- pkg/openstudio-extension-0.9.3.gem
|
|
236
|
+
- pkg/openstudio-extension-0.9.5.gem
|
|
237
|
+
- pkg/openstudio-extension-0.9.6.gem
|
|
236
238
|
homepage: https://openstudio.net
|
|
237
239
|
licenses: []
|
|
238
240
|
metadata:
|
|
239
241
|
bug_tracker_uri: https://github.com/NREL/openstudio-extension-gem/issues
|
|
240
242
|
changelog_uri: https://github.com/NREL/openstudio-extension-gem/blob/develop/CHANGELOG.md
|
|
241
|
-
source_code_uri: https://github.com/NREL/openstudio-extension-gem/tree/v0.9.
|
|
243
|
+
source_code_uri: https://github.com/NREL/openstudio-extension-gem/tree/v0.9.7
|
|
242
244
|
post_install_message:
|
|
243
245
|
rdoc_options: []
|
|
244
246
|
require_paths:
|
data/.gitignore
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
/.bundle/
|
|
2
|
-
/.yardoc
|
|
3
|
-
/.ruby-version
|
|
4
|
-
/.python-version
|
|
5
|
-
/Gemfile.lock
|
|
6
|
-
/gems
|
|
7
|
-
/_yardoc/
|
|
8
|
-
/coverage/
|
|
9
|
-
/doc/
|
|
10
|
-
/pkg/
|
|
11
|
-
/spec/reports/
|
|
12
|
-
/spec/test/
|
|
13
|
-
/spec/openstudio/core/output/*
|
|
14
|
-
/tmp/
|
|
15
|
-
/test/
|
|
16
|
-
/lib/measures/test_results
|
|
17
|
-
/lib/measures/.rubocop*
|
|
18
|
-
/lib/measures/staged
|
|
19
|
-
/lib/measures/staged/*
|
|
20
|
-
.DS_Store
|
|
21
|
-
|
|
22
|
-
# rspec failure tracking
|
|
23
|
-
.rspec_status
|
|
24
|
-
|
|
25
|
-
# Ignore IDE files
|
|
26
|
-
/.idea
|
|
27
|
-
*.rubocop-http*
|
|
28
|
-
|
|
29
|
-
# measures tests
|
|
30
|
-
lib/measures/.rubocop.yml
|
|
31
|
-
lib/measures/test_results/*
|
|
32
|
-
|
|
33
|
-
# runner conf
|
|
34
|
-
runner.conf
|
|
35
|
-
runner.conf.bak
|
|
36
|
-
|
|
37
|
-
# Sizing run made as part of spec that tests typical_building_from_model method
|
|
38
|
-
SR1
|
data/.rspec
DELETED
data/.rubocop.yml
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
AllCops:
|
|
2
|
-
Exclude:
|
|
3
|
-
- gems/**/*
|
|
4
|
-
- init_templates/**/*
|
|
5
|
-
- lib/measures/**/resources/*
|
|
6
|
-
- lib/openstudio/extension/core/**/*
|
|
7
|
-
TargetRubyVersion: 3.2.2
|
|
8
|
-
|
|
9
|
-
require: rubocop-performance
|
|
10
|
-
inherit_from:
|
|
11
|
-
- http://s3.amazonaws.com/openstudio-resources/styles/rubocop_v4.yml
|