Skip to content

Instantly share code, notes, and snippets.

@lazzarello
Created April 15, 2010 16:50
Show Gist options
  • Save lazzarello/367347 to your computer and use it in GitHub Desktop.
Save lazzarello/367347 to your computer and use it in GitHub Desktop.
search(:application, "id:release").each do |i|
if i == "tag"
release_tag = i["tag"]
break
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment