From 60639d85078025dcb801c1f4e2fc00ec5dfe8679 Mon Sep 17 00:00:00 2001 From: Brian Pitts Date: Sun, 18 Oct 2020 20:49:42 -0400 Subject: [PATCH 1/2] Explain no longer maintained --- CNAME | 1 - README.md | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index f7070bb..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -www.webopsconferences.com diff --git a/README.md b/README.md index d1b6e97..1022194 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Web Operations Conferences +_Notice_: I am no longer maintaining this site. + [![Build Status](https://travis-ci.org/webopsconferences/webopsconferences.github.io.svg?branch=master)](https://travis-ci.org/webopsconferences/webopsconferences.github.io) This is the source to [www.webopsconferences.com](http://www.webopsconferences.com). The purpose of the site is to list conferences of interest to people working in the field of [web operations](http://omniti.com/seeds/what-is-web-operations). -## Contributing - -Pull requests that improve any aspect of the site are welcome! +## Buildint All the data on conferences is stored in `conferences.yml`, so to add a new one or update an existing one all you have to do is edit that. I hope the structure is self-explanatory, but if not just ask. From 2b41f40952ed75329e7e015a2ec694379662aa89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 00:50:19 +0000 Subject: [PATCH 2/2] Bump rake from 12.3.1 to 12.3.3 Bumps [rake](https://github.com/ruby/rake) from 12.3.1 to 12.3.3. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rake/compare/v12.3.1...v12.3.3) Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 68b18ac..9e699b4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -31,7 +31,7 @@ GEM mini_portile2 (~> 2.3.0) parallel (1.12.1) public_suffix (3.0.3) - rake (12.3.1) + rake (12.3.3) thread_safe (0.3.6) typhoeus (0.8.0) ethon (>= 0.8.0)