Skip to content

Release v0.9.6#223

Merged
anchapin merged 5 commits intomasterfrom
conflict_resolution
Dec 15, 2025
Merged

Release v0.9.6#223
anchapin merged 5 commits intomasterfrom
conflict_resolution

Conversation

@anchapin
Copy link
Copy Markdown
Collaborator

No description provided.

anchapin and others added 5 commits December 1, 2025 06:40
* Bump version to 0.9.5 and prepare release

- Update version to 0.9.5

- Update CHANGELOG.md and README.md

- Add rubocop-performance to gemspec

* prep version 0.9.4

* fix: update rubygems source to HTTPS and add gemspec file listing fallback.

---------

Co-authored-by: Katherine Fleming <[email protected]>
Co-authored-by: Assistant Bot <[email protected]>
* Bump to 0.9.6 and undo broken changes

cf https://github.com/NREL/openstudio-extension-gem/pull/220/files

* Fix CI issues related to bundle install

* Run bundle commands in unbundled environment to avoid nested bundler conflicts

* Add parser dependency to avoid test_with_openstudio errors

---------

Co-authored-by: Alex Chapin <[email protected]>
@anchapin anchapin merged commit ac29e1b into master Dec 15, 2025
1 check passed
@anchapin anchapin deleted the conflict_resolution branch December 15, 2025 06:14
anchapin added a commit that referenced this pull request Dec 17, 2025
* Bump version to 0.9.5 and prepare release (#217) (#219)

* Bump version to 0.9.5 and prepare release

- Update version to 0.9.5

- Update CHANGELOG.md and README.md

- Add rubocop-performance to gemspec

* prep version 0.9.4

* fix: update rubygems source to HTTPS and add gemspec file listing fallback.

---------

Co-authored-by: Katherine Fleming <[email protected]>
Co-authored-by: Assistant Bot <[email protected]>

* Release v0.9.6 (#223)

* Bump version to 0.9.5 and prepare release (#217)

* Bump version to 0.9.5 and prepare release

- Update version to 0.9.5

- Update CHANGELOG.md and README.md

- Add rubocop-performance to gemspec

* prep version 0.9.4

* fix: update rubygems source to HTTPS and add gemspec file listing fallback.

---------

Co-authored-by: Katherine Fleming <[email protected]>
Co-authored-by: Assistant Bot <[email protected]>

* Bump to 0.9.6 and undo broken changes (#221)

* Bump to 0.9.6 and undo broken changes

cf https://github.com/NREL/openstudio-extension-gem/pull/220/files

* Fix CI issues related to bundle install

* Run bundle commands in unbundled environment to avoid nested bundler conflicts

* Add parser dependency to avoid test_with_openstudio errors

---------

Co-authored-by: Alex Chapin <[email protected]>

* Fix Gemfile source URL and update Jenkinsfile library reference (#222)

---------

Co-authored-by: Katherine Fleming <[email protected]>
Co-authored-by: Assistant Bot <[email protected]>
Co-authored-by: Julien Marrec <[email protected]>

* Rubocop fixes (#224)

* Hard code rubocop version to 1.50.0

* Remove rubocop performance

* Refactor gemspec to streamline file listing and remove unused parser dependency

* Update gemspec to use Dir.glob for file listing and remove unused git command

* Prep for 0.9.7 release

---------

Co-authored-by: Katherine Fleming <[email protected]>
Co-authored-by: Assistant Bot <[email protected]>
Co-authored-by: Julien Marrec <[email protected]>
anchapin added a commit that referenced this pull request Dec 17, 2025
* Bump version to 0.9.5 and prepare release (#217)

* Bump version to 0.9.5 and prepare release

- Update version to 0.9.5

- Update CHANGELOG.md and README.md

- Add rubocop-performance to gemspec

* prep version 0.9.4

* fix: update rubygems source to HTTPS and add gemspec file listing fallback.

---------

Co-authored-by: Katherine Fleming <[email protected]>
Co-authored-by: Assistant Bot <[email protected]>

* Bump to 0.9.6 and undo broken changes (#221)

* Bump to 0.9.6 and undo broken changes

cf https://github.com/NREL/openstudio-extension-gem/pull/220/files

* Fix CI issues related to bundle install

* Run bundle commands in unbundled environment to avoid nested bundler conflicts

* Add parser dependency to avoid test_with_openstudio errors

---------

Co-authored-by: Alex Chapin <[email protected]>

* Fix Gemfile source URL and update Jenkinsfile library reference (#222)

* Remove parser dependency and prep for 0.9.7 (#226)

* Bump version to 0.9.5 and prepare release (#217) (#219)

* Bump version to 0.9.5 and prepare release

- Update version to 0.9.5

- Update CHANGELOG.md and README.md

- Add rubocop-performance to gemspec

* prep version 0.9.4

* fix: update rubygems source to HTTPS and add gemspec file listing fallback.

---------

Co-authored-by: Katherine Fleming <[email protected]>
Co-authored-by: Assistant Bot <[email protected]>

* Release v0.9.6 (#223)

* Bump version to 0.9.5 and prepare release (#217)

* Bump version to 0.9.5 and prepare release

- Update version to 0.9.5

- Update CHANGELOG.md and README.md

- Add rubocop-performance to gemspec

* prep version 0.9.4

* fix: update rubygems source to HTTPS and add gemspec file listing fallback.

---------

Co-authored-by: Katherine Fleming <[email protected]>
Co-authored-by: Assistant Bot <[email protected]>

* Bump to 0.9.6 and undo broken changes (#221)

* Bump to 0.9.6 and undo broken changes

cf https://github.com/NREL/openstudio-extension-gem/pull/220/files

* Fix CI issues related to bundle install

* Run bundle commands in unbundled environment to avoid nested bundler conflicts

* Add parser dependency to avoid test_with_openstudio errors

---------

Co-authored-by: Alex Chapin <[email protected]>

* Fix Gemfile source URL and update Jenkinsfile library reference (#222)

---------

Co-authored-by: Katherine Fleming <[email protected]>
Co-authored-by: Assistant Bot <[email protected]>
Co-authored-by: Julien Marrec <[email protected]>

* Rubocop fixes (#224)

* Hard code rubocop version to 1.50.0

* Remove rubocop performance

* Refactor gemspec to streamline file listing and remove unused parser dependency

* Update gemspec to use Dir.glob for file listing and remove unused git command

* Prep for 0.9.7 release

---------

Co-authored-by: Katherine Fleming <[email protected]>
Co-authored-by: Assistant Bot <[email protected]>
Co-authored-by: Julien Marrec <[email protected]>

* Revert "Remove parser dependency and prep for 0.9.7 (#226)"

This reverts commit a64c11c.

* Remove parser and prep for v0.9.7 (#227)

* Refactor gemspec to streamline file listing and remove unused parser dependency

* Update gemspec to use Dir.glob for file listing and remove unused git command

* Prep for 0.9.7 release

---------

Co-authored-by: Katherine Fleming <[email protected]>
Co-authored-by: Assistant Bot <[email protected]>
Co-authored-by: Julien Marrec <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants