osut 0.8.1 → 0.8.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7ea46a9a2d17127040f1933761a1142361b39f90043de32109d82e19af28c69a
4
- data.tar.gz: 392f9d8d844048aeb8d1473cd5c2774f1284eb6c7dbcc33f8c0788d4e284f65e
3
+ metadata.gz: cacfd84d1bd88a4d089ceb7f14c9d93f32241a186dc7901e3fdb3553f53c3560
4
+ data.tar.gz: f02222e23c157f764250ec6c8a14eeb0759fea878d687852f43be66545575c00
5
5
  SHA512:
6
- metadata.gz: abd0cff011de389aa65724873db058be5ff6a1637e0f12795083c252f17bb3b7a415684095db541b2b8d77a66bb63303ea33d9e161ac69500b2c0124e4023106
7
- data.tar.gz: 1127c3e2e5e6f9976cebd2ff9538f01cb2f90185972f220ffb156f9c88ff98cd45b1dc2a057721b66fc76c08875981d9df84cfc2469daa5fc42d64fa84c2cf03
6
+ metadata.gz: 1f3f1e8fbcb4aba5019b8d99dcb09dc98313000c5a979fe015813ae7deaa5615127900e19c8821a1805704c5da81632b80ba5256118c29b29ca344fe3bc72407
7
+ data.tar.gz: ce5b0075a4996abe645d3f80eeaa8291886ed540c50fd89c941a439802bb961537c6c2e24b655c0112c7acd3a1e1b65913f84e057dcac6020644a7bf846296fc
@@ -70,7 +70,7 @@ jobs:
70
70
  docker exec -t test bundle update
71
71
  docker exec -t test bundle exec rake
72
72
  docker kill test
73
- test_380x:
73
+ test_390x:
74
74
  runs-on: ubuntu-22.04
75
75
  steps:
76
76
  - name: Check out repository
@@ -79,14 +79,14 @@ jobs:
79
79
  run: |
80
80
  echo $(pwd)
81
81
  echo $(ls)
82
- docker pull nrel/openstudio:3.8.0
83
- docker run --name test --rm -d -t -v $(pwd):/work -w /work nrel/openstudio:3.8.0
82
+ docker pull nrel/openstudio:3.9.0
83
+ docker run --name test --rm -d -t -v $(pwd):/work -w /work nrel/openstudio:3.9.0
84
84
  docker exec -t test pwd
85
85
  docker exec -t test ls
86
86
  docker exec -t test bundle update
87
87
  docker exec -t test bundle exec rake
88
88
  docker kill test
89
- test_390x:
89
+ test_310x:
90
90
  runs-on: ubuntu-22.04
91
91
  steps:
92
92
  - name: Check out repository
@@ -95,14 +95,14 @@ jobs:
95
95
  run: |
96
96
  echo $(pwd)
97
97
  echo $(ls)
98
- docker pull nrel/openstudio:3.9.0
99
- docker run --name test --rm -d -t -v $(pwd):/work -w /work nrel/openstudio:3.9.0
98
+ docker pull nrel/openstudio:3.10.0
99
+ docker run --name test --rm -d -t -v $(pwd):/work -w /work nrel/openstudio:3.10.0
100
100
  docker exec -t test pwd
101
101
  docker exec -t test ls
102
102
  docker exec -t test bundle update
103
103
  docker exec -t test bundle exec rake
104
104
  docker kill test
105
- test_3100x:
105
+ test_311x:
106
106
  runs-on: ubuntu-22.04
107
107
  steps:
108
108
  - name: Check out repository
@@ -111,8 +111,8 @@ jobs:
111
111
  run: |
112
112
  echo $(pwd)
113
113
  echo $(ls)
114
- docker pull nrel/openstudio:3.10.0
115
- docker run --name test --rm -d -t -v $(pwd):/work -w /work nrel/openstudio:3.10.0
114
+ docker pull nrel/openstudio:3.11.0
115
+ docker run --name test --rm -d -t -v $(pwd):/work -w /work nrel/openstudio:3.11.0
116
116
  docker exec -t test pwd
117
117
  docker exec -t test ls
118
118
  docker exec -t test bundle update
data/lib/osut/utils.rb CHANGED
@@ -4825,7 +4825,7 @@ module OSut
4825
4825
  end
4826
4826
  end
4827
4827
 
4828
- res = realignedFace(polyg.to_a.reverse)
4828
+ res = realignedFace(polyg.to_a.reverse, true)
4829
4829
  return 0 if res[:box].nil?
4830
4830
 
4831
4831
  # A bounded box's 'height', at its narrowest, is its 'width'.
@@ -4904,7 +4904,7 @@ module OSut
4904
4904
  # to 'genAnchors'), it inherits key :out - a Hash holding (among others) a
4905
4905
  # 'realigned' set of points (by default a 'realigned' :box). The latter is
4906
4906
  # typically generated from an outdoor-facing roof (e.g. when called from
4907
- # 'lights'). Subsequent calls to 'genAnchors' may send (as first
4907
+ # 'addSkylights'). Subsequent calls to 'genAnchors' may send (as first
4908
4908
  # argument) a corresponding ceiling tile below (also from 'addSkylights').
4909
4909
  # Roof vs ceiling may neither share alignment transformation nor space
4910
4910
  # site transformation identities. All subsequent calls to 'genAnchors'
data/lib/osut/version.rb CHANGED
@@ -29,5 +29,5 @@
29
29
  # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
30
 
31
31
  module OSut
32
- VERSION = "0.8.1".freeze
32
+ VERSION = "0.8.2".freeze
33
33
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: osut
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denis Bourgeois
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-01-03 00:00:00.000000000 Z
11
+ date: 2026-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oslg
@@ -90,7 +90,7 @@ licenses:
90
90
  - BSD-3-Clause
91
91
  metadata:
92
92
  homepage_uri: https://github.com/rd2/osut
93
- source_code_uri: https://github.com/rd2/osut/tree/v0.8.1
93
+ source_code_uri: https://github.com/rd2/osut/tree/v0.8.2
94
94
  bug_tracker_uri: https://github.com/rd2/osut/issues
95
95
  post_install_message:
96
96
  rdoc_options: []