From dd099373affd4f74456dd998460fee43782289a6 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Wed, 23 Mar 2016 07:59:05 -0700 Subject: [PATCH 1/3] [travis] update white list --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1d9ad00..30eb28b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ rvm: before_script: - gem install awesome_bot script: - - awesome_bot README.md --allow-redirect --white-list paint3d.net libcinder.org raisedbeaches.com + - awesome_bot README.md --allow-redirect --white-list qiciengine,gamesalad From c381fac1b2a7eff3722af9166537720aeda12582 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Wed, 23 Mar 2016 07:59:42 -0700 Subject: [PATCH 2/3] Remove EndGate http://endgate.net/ dead --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 659338e..a05c0e0 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,6 @@ Code * [Duality](http://duality.adamslair.net/) - C# / OpenGL 2D Game Engine that comes with visual editor. * [Ejecta](http://impactjs.com/ejecta) - A Fast, Open Source JavaScript, Canvas & Audio Implementation for iOS. * [EnchantJS](http://enchantjs.com/) - A simple JavaScript framework for creating games and apps. -* [EndGate](http://endgate.net/) - TypeScript framework to build html5 games * [ENGi](https://github.com/ajhager/engi) - A multi-platform 2D game library for Go. * [Farseer](http://farseerphysics.codeplex.com) - a collision detection system with realistic physics responses. * [FlashPunk](http://useflashpunk.net/) - free ActionScript 3 library designed for developing 2D Flash games. From deafd95735d7e0f1d093a9991b688db9b3358a95 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Wed, 23 Mar 2016 08:06:02 -0700 Subject: [PATCH 3/3] [travis] white list thebloomapp --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 30eb28b..57c879b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ rvm: before_script: - gem install awesome_bot script: - - awesome_bot README.md --allow-redirect --white-list qiciengine,gamesalad + - awesome_bot README.md --allow-redirect --white-list qiciengine,gamesalad,thebloomapp