Hello,
I've put together a Ruby gem, that is, evendb, that lets you list
all upcoming Ruby conferences on the command line. Type:
$ rubyconf
Resulting in:
Jul/1+2 - RubyMotion Conference - #inspect @ Paris, France › Europe
Jul/20 - Brighton Ruby Conference @ Brighton, East Sussex › England
(en) › Western Europe › Europe
Jul/31-Aug/2 - European Ruby Camp - eurucamp @ Berlin (Potsdam),
Germany › Europe
Jul/31 - JRuby Conference Europe - JRubyConf EU @ Berlin (Potdam),
Germany › Europe
Aug/1+2 - Burlington Ruby Conference @ Burlington, Vermont › New
England › United States (us) › North America › America
Aug/21+22 - Madison+ Ruby @ Madison, Wisconsin › Great Lakes ›
United States (us) › North America › America
Sept/1–5 - Full Stack Fest - Barcelona Ruby Conference (BaRuCo) +
Barcelona Future JS @ Barcelona, Catalonia › Spain / España (es) ›
Southern Europe › Europe
Sept/11+12 - RubyConf Taiwan @ Taipei › Taiwan (tw) › Asia
Sep/14+15 - RubyConf Portugal @ Braga › Portugal (pt) › Southern
Europe › Europe
Sept/18+19 - RubyConf Brasil @ São Paulo › Brazil / Brasil (br) ›
South America › America
Sept/23-25 - Rocky Mountain Ruby Conference @ Boulder, Colorado ›
Rocky Mountains › United States (us) › North America › America
Sept/26 - Ruby Open Source Software (ROSS) Conference - ROSSConf @
Berlin, Germany › Europe
Oct/1+2 - ArrrCamp @ Ghent, Oost-Vlaanderen › Belgium / België /
Belgique (be) › Western Europe › Europe
Oct/15+16 - RubyConf Colombia @ Medellin › Colombia (co) › South
America › America
Oct/17+18 - European Ruby Konference - EuRuKo @ Salzburg, Austria › Europe
Nov/11+12 - RubyWorld Conference @ Matsue › Japan (jp) › Asia
More info @ https://github.com/textkit/event.db
Cheers.
PS: If you wonder how does it work? The gem will fetch the
awesome-events page from Planet Ruby and than parse out all conference
entries and add them to an in-memory SQLite database and finally
issues a query to print out the sorted results. That's it. All data
and code public domain.