honeybee-openstudio 2.21.0 → 2.21.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/ci.yaml +3 -2
- data/honeybee-openstudio.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ae033ebf6690e76b634a37e62a36316dc34584d011914ae24882bc1bbc600efc
|
4
|
+
data.tar.gz: 60df06fc8ef7b2053c5a0fb8c20fb7d147198775ef8983d6df02201d636ca1b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d66a5e701d672d549164c34c78e007a919f6cd9e1d835635fd6bfec740dcaea73091baa81e09dca54429d4aa1d37ea00f004c0bef13c502eda33c5bd93809e85
|
7
|
+
data.tar.gz: 6b5e2c3b903eebcdf1c12b46a8393cf3e135bc73dc05f8457adc56e17696bfc80fda467898e3c867d63ef273ad1955d2f9f7c100d1dbb7132ad6d2ff259c3a88
|
data/.github/workflows/ci.yaml
CHANGED
@@ -71,12 +71,13 @@ jobs:
|
|
71
71
|
}' \
|
72
72
|
-u ladybugbot:$DEPS_TOKEN
|
73
73
|
- name: Update honeybee-energy
|
74
|
-
if:
|
74
|
+
if: steps.semantic.outputs.new_release_published == 'true'
|
75
75
|
env:
|
76
|
+
RELEASE_TAG: ${{ steps.semantic.outputs.new_release_version }}
|
76
77
|
DISPATCH_REPO: ladybug-tools/honeybee-energy
|
77
78
|
DEPS_TOKEN: ${{ secrets.DEPS_UPDATING }}
|
78
79
|
run: |
|
79
80
|
curl -X POST https://api.github.com/repos/$DISPATCH_REPO/dispatches \
|
80
81
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
81
|
-
-d '{"event_type": "honeybee_openstudio_gem_release", "client_payload": {"version": "$
|
82
|
+
-d '{"event_type": "honeybee_openstudio_gem_release", "client_payload": {"version": "'$RELEASE_TAG'"}}' \
|
82
83
|
-u ladybugbot:$DEPS_TOKEN
|
data/honeybee-openstudio.gemspec
CHANGED
@@ -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.21.
|
7
|
+
spec.version = '2.21.1'
|
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
|
|