honeybee-openstudio 2.20.5 → 2.20.6

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: d9366738c4b20407224bc1d89aa24c281e7fa1048af90a33f1859cec06103410
4
- data.tar.gz: 79bf79c2b6b08d35f3265c4078fae99dc411c6e5cc71769c779a9f34152c92c7
3
+ metadata.gz: 2523ccb4312d429799bdc8ee1d3eacb863dfd06665358b8dc67ab694fbd604b3
4
+ data.tar.gz: b122903b89c9188f7738509310c81adcd85916da48b74429922bf0d401ae4a8c
5
5
  SHA512:
6
- metadata.gz: 8a3b29719185b64f18697b8deadc90032b81ae43e11e0bafa434a890d023a46bb80450e042cf78caefa9310b1b8c25baa57a74339595ab70b62e3eb602ebb951
7
- data.tar.gz: d54a8cf426d90a4d472553bdad1173d605205316b48a04fcd47cf24e1b4aa221d2756ac9e218cac46afc540f90f822232fdac346f8b838215c07984c8147874b
6
+ metadata.gz: 51ae0fcd32d6d7e322ac5c5175b734d60df579ee70852fa75a3d7dc57d2ea9a602d43f4fb9f165d831fdd75b1dd56f1de5c566fb194f827fb4bbb2be0a6b7ce9
7
+ data.tar.gz: 66c32fa0c548848dd99cce39c48d013a60be882753ebef2e691aa6d2bec7bf3e42314631c6ccee861c89cce540a2e6a938e46af42fcab6d59bd211c7e60545e4
@@ -58,10 +58,10 @@ jobs:
58
58
  if: steps.semantic.outputs.new_release_published == 'true'
59
59
  env:
60
60
  RELEASE_TAG: ${{ steps.semantic.outputs.new_release_version }}
61
- DISPATCH_URL: https://api.github.com/repos/ladybug-tools/lbt-grasshopper/dispatches
61
+ DISPATCH_REPO: ladybug-tools/lbt-grasshopper
62
62
  DEPS_TOKEN: ${{ secrets.DEPS_UPDATING }}
63
63
  run: |
64
- curl -X POST $DISPATCH_URL \
64
+ curl -X POST https://api.github.com/repos/$DISPATCH_REPO/dispatches \
65
65
  -H "Accept: application/vnd.github.everest-preview+json" \
66
66
  -d '{
67
67
  "event_type": "honeybee_openstudio_gem_release",
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'honeybee-openstudio'
7
- spec.version = '2.20.5'
7
+ spec.version = '2.20.6'
8
8
  spec.authors = ['Tanushree Charan', 'Dan Macumber', 'Chris Mackey', 'Mostapha Sadeghipour Roudsari']
9
9
  spec.email = ['tanushree.charan@nrel.gov', 'chris@ladybug.tools']
10
10
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: honeybee-openstudio
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.20.5
4
+ version: 2.20.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tanushree Charan