Skip to content

Instantly share code, notes, and snippets.

@elebertus
Created January 25, 2013 02:04
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 elebertus/4631070 to your computer and use it in GitHub Desktop.
Save elebertus/4631070 to your computer and use it in GitHub Desktop.
action :sqlite3_gem do
begin
require 'sqlite3'
rescue LoadError
package "sqlite-devel" do
action :install
end
gem "sqlite3" do
action :install
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment