Skip to content

Instantly share code, notes, and snippets.

View oskarizu's full-sized avatar
🏠
Working from home

Oscar García oskarizu

🏠
Working from home
View GitHub Profile
build_package_reconfigure() {
test -f configure || autoconf
}
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
patch -p1 < rvm-patchsets/patches/ruby/2.1.0/railsexpress/01-current-2.1.1-fixes.patch
patch -p1 < rvm-patchsets/patches/ruby/2.1.0/railsexpress/02-zero-broken-tests.patch
patch -p1 < rvm-patchsets/patches/ruby/2.1.0/railsexpress/03-improve-gc-stats.patch
@oskarizu
oskarizu / Gemfile
Created October 29, 2013 10:13 — forked from jhbabon/Gemfile
# A sample Gemfile
source "https://rubygems.org"
gem 'mechanize'
gem 'chronic'