Created
September 1, 2014 02:58
-
-
Save zaeleus/0539386b96e2bd5d13db to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'bundler/setup' | |
require 'sinatra' | |
require 'gphoto2' | |
get '/' do | |
"ffi-gphoto2 #{GPhoto2::VERSION} loaded" | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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