Skip to content

Commit

Permalink
Merge pull request #142 from BuildingSync/fix-failing-tests
Browse files Browse the repository at this point in the history
Fix test
  • Loading branch information
haneslinger authored Sep 22, 2023
2 parents c7f7177 + 918cde2 commit e5c6b97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ All of the following are supported:

## Installation

The BuildingSync Gem requires installation of OpenStudio, specifically [OpenStudio v3.0.1](https://openstudio-builds.s3.amazonaws.com/index.html?prefix=3.0.1/).
The BuildingSync Gem requires installation of OpenStudio, specifically [OpenStudio v3.4.0](https://openstudio-builds.s3.amazonaws.com/index.html?prefix=3.4.0/).
The newer versions of OpenStudio have minor breaking changes that have not been addressed in this repository yet. After OpenStudio is
installed, then export the path of the folder that contains the openstudio.rb file to RUBYLIB environment variable
(e.g., `export RUBYLIB=/Applications/OpenStudio-3.0.1/Ruby`)
(e.g., `export RUBYLIB=/Applications/OpenStudio-3.4.0/Ruby`)

After installing OpenStudio and setting the environment variable, then add this line to your application's Gemfile:
```ruby
Expand Down
2 changes: 1 addition & 1 deletion spec/files/filecomparison/originalfiles/in.osm
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ OS:SizingPeriod:DesignDay,

OS:YearDescription,
{d0fcec5a-533c-4ae5-96ad-48cf821a3afd}, !- Handle
2022, !- Calendar Year
2023, !- Calendar Year
, !- Day of Week for Start Day
; !- Is Leap Year

Expand Down

0 comments on commit e5c6b97

Please sign in to comment.