Skip to content

Instantly share code, notes, and snippets.

@zaeleus
Created September 1, 2014 02:58
Show Gist options
  • Save zaeleus/0539386b96e2bd5d13db to your computer and use it in GitHub Desktop.
Save zaeleus/0539386b96e2bd5d13db to your computer and use it in GitHub Desktop.
require 'bundler/setup'
require 'sinatra'
require 'gphoto2'
get '/' do
"ffi-gphoto2 #{GPhoto2::VERSION} loaded"
end
source 'https://rubygems.org'
gem 'sinatra', '~> 1.4.5'
gem 'ffi-gphoto2', '~> 0.5.0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment