├── .travis.yml ├── Gemfile ├── Gemfile.lock ├── PLANS.md ├── PULL_REQUEST_TEMPLATE.md ├── README.md ├── Rakefile ├── conferences.yml └── contributing.md /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardLitt/awesome-conferences/HEAD/.travis.yml -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardLitt/awesome-conferences/HEAD/Gemfile -------------------------------------------------------------------------------- /Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardLitt/awesome-conferences/HEAD/Gemfile.lock -------------------------------------------------------------------------------- /PLANS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardLitt/awesome-conferences/HEAD/PLANS.md -------------------------------------------------------------------------------- /PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardLitt/awesome-conferences/HEAD/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardLitt/awesome-conferences/HEAD/README.md -------------------------------------------------------------------------------- /Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardLitt/awesome-conferences/HEAD/Rakefile -------------------------------------------------------------------------------- /conferences.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardLitt/awesome-conferences/HEAD/conferences.yml -------------------------------------------------------------------------------- /contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardLitt/awesome-conferences/HEAD/contributing.md --------------------------------------------------------------------------------