Skip to content

Commit

Permalink
Add most recent meetup event to past events
Browse files Browse the repository at this point in the history
We used to have a meetup.com integration, it was removed in 76fb414.

I didn't bother re-adding it just now.
  • Loading branch information
Burgestrand committed Oct 15, 2024
1 parent 3c42c19 commit 39e6934
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions meetup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@ def self.past

def self.all
[
new(
name: "Cozy Ruby Meetup at Hemnet",
url: "https://www.meetup.com/sthlmrb/events/303483996/",
time: Time.parse("2024-09-25 17:30 CEST"),
description: <<~DESCRIPTION,
Welcome to Ruby Meetup at Hemnet office at Sveavägen 9.
After Baltic ruby we have talked about a need to have a place of
gathering for community. Hemnet office can be that place with some
home rules and keeping it low-key.
DESCRIPTION
venue_name: "Hemnet",
venue_address: "Sveavägen 9",
),
new(
name: "Ruby Meetup with Hemnet",
url: "https://rubymeetup.confetti.events/signup",
Expand Down

0 comments on commit 39e6934

Please sign in to comment.