Skip to content

Commit

Permalink
Merge pull request #67 from varvet/master
Browse files Browse the repository at this point in the history
Add next meetup to list
  • Loading branch information
soma authored Oct 24, 2024
2 parents fbe93bc + 48a38b3 commit 457ce32
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions meetup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ def self.past

def self.all
[
new(
name: "Winterish Ruby Meetup",
url: "https://lu.ma/56s5dtmn",
time: Time.parse("2024-11-27 17:30 CEST"),
description: <<~DESCRIPTION,
DESCRIPTION
venue_name: "Hemnet",
venue_address: "Sveavägen 9",
),
new(
name: "Cozy Ruby Meetup at Hemnet",
url: "https://www.meetup.com/sthlmrb/events/303483996/",
Expand Down

0 comments on commit 457ce32

Please # to comment.