Skip to content

Instantly share code, notes, and snippets.

@eka
Created May 27, 2014 18:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eka/7a7270e08a62c59edce8 to your computer and use it in GitHub Desktop.
Save eka/7a7270e08a62c59edce8 to your computer and use it in GitHub Desktop.
require 'open-uri'
buf = open("https://raw.githubusercontent.com/libgdx/libgdx/master/CHANGES").read
md = buf.match /\[(?<version>.+)\]/
puts md['version']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment