File tree Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
1
# OpenStudio(R) Extension Gem
2
2
3
+ ## Version 0.8.2
4
+
5
+ * [ #192 ] ( https://github.com/NREL/openstudio-extension-gem/pull/192 ) , Pinned regexp_parser version
6
+
3
7
## Version 0.8.1
4
8
5
9
* [ #190 ] ( https://github.com/NREL/openstudio-extension-gem/pull/190 ) , Don't raise error when bundle path mismatch occurs
Original file line number Diff line number Diff line change 1
- // Jenkins pipelines are stored in shared libaries. Please see: https://github.com/NREL/cbci_jenkins_libs
2
-
3
- @Library (' cbci_shared_libs' ) _
1
+ // Jenkins pipelines are stored in shared libraries. Please see: https://github.com/NREL/cbci_jenkins_libs
4
2
5
- // Build for PR to develop branch only.
3
+ @Library (' cbci_shared_libs@develop' ) _
4
+
5
+ // Build for PR to develop branch only.
6
6
if ((env. CHANGE_ID ) && (env. CHANGE_TARGET ) ) { // check if set
7
7
8
8
openstudio_extension_gems()
9
-
9
+
10
10
}
Original file line number Diff line number Diff line change 5
5
6
6
module OpenStudio
7
7
module Extension
8
- VERSION = '0.8.1 ' . freeze
8
+ VERSION = '0.8.2 ' . freeze
9
9
end
10
10
end
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
35
35
spec . add_dependency 'openstudio_measure_tester' , '~> 0.4.0'
36
36
spec . add_dependency 'openstudio-workflow' , '~> 2.4.0'
37
37
spec . add_dependency 'parallel' , '~> 1.19.1'
38
-
38
+ spec . add_dependency 'regexp_parser' , '2.9.0'
39
39
spec . add_development_dependency 'rake' , '~> 13.0'
40
40
spec . add_development_dependency 'rspec' , '~> 3.9'
41
41
end
You can’t perform that action at this time.
0 commit comments