lib/almanack/configuration.rb in almanack-1.1.5 vs lib/almanack/configuration.rb in almanack-1.2.0
- old
+ new
@@ -65,10 +65,10 @@
def add_events(events)
add_event_source EventSource::Static.new(events)
end
def add_meetup_group(options)
- add_event_source EventSource::MeetupGroup.new(options.merge(connection: connection))
+ fail "Unfortunately, due to Meetup's changes to their API, this integration is no longer supported. See https://github.com/Aupajo/almanack/issues/36 for more information."
end
def cache_store
@cache_store ||= ActiveSupport::Cache::FileStore.new(cache_dir, expires_in: cache_expiry)
end