Skip to content

Instantly share code, notes, and snippets.

View endSly's full-sized avatar

Endika Gutiérrez endSly

View GitHub Profile
@endSly
endSly / Gemfile
Created January 9, 2014 14:54 — forked from fairchild/Gemfile
Sinatra app + Omniauth example
source :rubygems
gem 'sinatra'
gem 'json'
gem 'omniauth'
gem 'omniauth-oauth2'
gem 'omniauth-github'
# gem 'omniauth-att', :path => File.expand_path("./../../omniauth-att", __FILE__)
gem 'thin'
@endSly
endSly / gist:7908774
Created December 11, 2013 11:25
[Git] Remove remote tag
git tag -d 12345
git push origin :refs/tags/12345