honeybee-openstudio 2.20.4 → 2.20.8

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: 82da49031ed053640899cd6e7e07d4b8cdab112705facb122e906c5b5f2c333a
4
- data.tar.gz: d43ccc2d031e7ee5b9c780132ab030a821e37471f5780d7ae0900a94b7909450
3
+ metadata.gz: ffe0c854bc855ae4e3b4ef2e23d13a9954c1414e2a1408b1f366acd215389bb4
4
+ data.tar.gz: 278e7bd2859f0e203e90859a36d72b5eb5144f21a0cb99c79415f5c12016661b
5
5
  SHA512:
6
- metadata.gz: 742ca78b6e6fd4fafd8bdcc8dfb5f2ea3b53f49eb99bc1af5d2b502d41d93891d3941cbc188fad644a68a68d42375567cf7473ca8950fad5992a96e4320403b8
7
- data.tar.gz: 005e4ae015e7ac691d07c4abab765d32a0593b46c5ed627b5f919911bbfdccbcd4366f5a8f4a8087dbca14f58133a4daa57730c11488ba34265a3866c6292479
6
+ metadata.gz: b97eae8ac44c937d43f0b74b47e043174d9a911097e313e1d80e1d4dfcbfe258430cb59f75c67ba3291f9e8a3a8afbfb0d4f06807ebcd2235e7e478e6cfc4a2e
7
+ data.tar.gz: ef3b7ef15e9930ecb0d5f8f706e6f0700c60da41fe3690dd26dff8b116b38821057d65cf74f60236e2bd23fb9bfc31a42a1a45ce5749ec5b926e5257df3357f9
@@ -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
62
- GH_TOKEN: ${{ secrets.GH_TOKEN }}
61
+ DISPATCH_REPO: ladybug-tools/lbt-grasshopper
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",
@@ -69,4 +69,4 @@ jobs:
69
69
  "version" : "'$RELEASE_TAG'"
70
70
  }
71
71
  }' \
72
- -u ladybugbot:$GH_TOKEN
72
+ -u ladybugbot:$DEPS_TOKEN
data/README.md CHANGED
@@ -1,7 +1,6 @@
1
1
  [![Build Status](https://github.com/ladybug-tools/honeybee-openstudio-gem/workflows/CI/badge.svg)](https://github.com/ladybug-tools/honeybee-openstudio-gem/actions)
2
- [![Coverage Status](https://coveralls.io/repos/github/ladybug-tools/honeybee-openstudio-gem/badge.svg?branch=master)](https://coveralls.io/github/ladybug-tools/honeybee-openstudio-gem)
3
2
 
4
- ![Ruby 2.5](https://img.shields.io/badge/ruby-2.5-blue.svg)
3
+ ![Ruby 2.7](https://img.shields.io/badge/ruby-2.7-blue.svg)
5
4
 
6
5
  # honeybee-openstudio-gem
7
6
 
@@ -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.4'
7
+ spec.version = '2.20.8'
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.4
4
+ version: 2.20.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tanushree Charan