From a5d3492be02fe3218cd04d0747fbaf9462f7522b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:10:12 +0000 Subject: [PATCH 1/7] Bump google-protobuf from 4.27.3 to 4.27.5 Bumps [google-protobuf](https://github.com/protocolbuffers/protobuf) from 4.27.3 to 4.27.5. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: google-protobuf dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f90c9a10..72f8a1a3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,6 +11,7 @@ GEM specs: addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) + adsp (1.0.10) bigdecimal (3.1.8) climate_control (1.2.0) colorator (1.1.0) @@ -61,10 +62,10 @@ GEM ffi (1.17.0-x86_64-darwin) ffi (1.17.0-x86_64-linux-gnu) forwardable-extended (2.6.0) - google-protobuf (4.27.3-x86_64-darwin) + google-protobuf (4.27.5-x86_64-darwin) bigdecimal rake (>= 13) - google-protobuf (4.27.3-x86_64-linux) + google-protobuf (4.27.5-x86_64-linux) bigdecimal rake (>= 13) html-proofer (3.19.4) @@ -140,6 +141,8 @@ GEM rexml (3.3.6) strscan rouge (4.3.0) + ruby-brs (1.3.3) + adsp (~> 1.0) safe_yaml (1.0.5) sass-embedded (1.77.8-x86_64-darwin) google-protobuf (~> 4.26) @@ -165,6 +168,7 @@ DEPENDENCIES jekyll-activity-pub jekyll-feed! nokogiri + ruby-brs webrick (~> 1.8) BUNDLED WITH From 9a74f9781a84a3c6ebd12d1e316aab45d80db355 Mon Sep 17 00:00:00 2001 From: andi a Date: Tue, 1 Oct 2024 13:18:53 -0400 Subject: [PATCH 2/7] Update Andi-Argast.md removed strategy lead mention --- _people/Andi-Argast.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_people/Andi-Argast.md b/_people/Andi-Argast.md index 88843088..23fadb71 100644 --- a/_people/Andi-Argast.md +++ b/_people/Andi-Argast.md @@ -6,6 +6,6 @@ avatar: Andi.png Working in communications in the early 2000s, Andi Argast contributed to the rise of social media and has gone through many hype cycles since then. -As she’s built her mastery in applying emerging technologies, she’s always fed her curiosity about how to use technology’s growing power for good. Andi’s experiences span the nonprofit, library sciences, government, and education sectors, and have included leadership roles at Girl Guides of Canada, the Ontario Ministry of Research, Innovation and Science, and the Toronto Node of the Open Data Institute. An expert in raising digital literacy and building usable tech through [human-centered design](https://vimeo.com/106505300), Andi believes the key to doing good is understanding the toolset — something she helps her clients and team do every day as Hypha’s Strategy Lead. +As she’s built her mastery in applying emerging technologies, she’s always fed her curiosity about how to use technology’s growing power for good. Andi’s experiences span the nonprofit, library sciences, government, and education sectors, and have included leadership roles at Girl Guides of Canada, the Ontario Ministry of Research, Innovation and Science, and the Toronto Node of the Open Data Institute. An expert in raising digital literacy and building usable tech through [human-centered design](https://vimeo.com/106505300), Andi believes the key to doing good is understanding the toolset — something she helps her clients and team do every day as Co-Creation Lab practice lead. From 64dd8d80b9278660e47a4fdb783d2be530e6d9ea Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 01:25:33 +0000 Subject: [PATCH 3/7] Commit ActivityPub Data --- _data/activity_pub.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/activity_pub.yml b/_data/activity_pub.yml index dc2c1489..4a2b12e2 100644 --- a/_data/activity_pub.yml +++ b/_data/activity_pub.yml @@ -146,6 +146,6 @@ notifications: action: done id: https://staging.hypha.coop/dripline/storing-metadata-at-starling-lab.jsonld created_at: 1728400393 -actor_url: https://staging.hypha.coop/about.jsonld -actor: "@dripline@staging.hypha.coop" -public_key_url: https://staging.hypha.coop/about.jsonld#main-key +actor_url: https://hypha.coop/about.jsonld +actor: "@dripline@hypha.coop" +public_key_url: https://hypha.coop/about.jsonld#main-key From 73eb297bb910b813b0140d46e670f78ff1ebc6ba Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 24 Oct 2024 12:31:59 -0400 Subject: [PATCH 4/7] Update _config.yml to include updated timestamp --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 660c4cca..83592eb8 100644 --- a/_config.yml +++ b/_config.yml @@ -91,5 +91,6 @@ activity_pub: - "assets/images/hypha-social.png" images: - "assets/images/social-banner.png" + updated: 2024-10-24 12:30:00 include: [.well-known] From e44f4389f9926260241fca1254d13ff489b6a710 Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 24 Oct 2024 15:16:02 -0400 Subject: [PATCH 5/7] Add `LANG` envvar to _config.yml --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 83592eb8..3b9c89ae 100644 --- a/_config.yml +++ b/_config.yml @@ -10,6 +10,7 @@ twitter: https://twitter.com/hyphacoop/ handbook: https://link.hypha.coop/handbook rss: "/feed.xml" url: "https://hypha.coop" +lang: "en" footer: Hypha Worker Co-operative Inc.
Ontario Corporation No. 5019866 description: >- From 79794d3a663ff2517c54d95c579e4e1fba0cf3f5 Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 24 Oct 2024 15:56:47 -0400 Subject: [PATCH 6/7] Update _config.yml --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 3b9c89ae..349c8bde 100644 --- a/_config.yml +++ b/_config.yml @@ -92,6 +92,7 @@ activity_pub: - "assets/images/hypha-social.png" images: - "assets/images/social-banner.png" + published: 2024-01-01 11:11:11 updated: 2024-10-24 12:30:00 include: [.well-known] From ef820259a7ec3901aba415c154704ba5bd16e51c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 22:19:15 +0000 Subject: [PATCH 7/7] Bump webrick from 1.8.1 to 1.8.2 Bumps [webrick](https://github.com/ruby/webrick) from 1.8.1 to 1.8.2. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](https://github.com/ruby/webrick/compare/v1.8.1...v1.8.2) --- updated-dependencies: - dependency-name: webrick dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 72f8a1a3..03f95e5e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -154,7 +154,7 @@ GEM typhoeus (1.4.0) ethon (>= 0.9.0) unicode-display_width (2.5.0) - webrick (1.8.1) + webrick (1.8.2) yell (2.2.2) zeitwerk (2.6.17)