This file contains hidden or 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 'rubygems' | |
require 'rake' | |
require 'sinatra' | |
require 'dm-core' | |
require 'dm-migrations' | |
require 'open-uri' | |
require 'nokogiri' | |
require Pathname(Sinatra::Application.root)/"lib"/"picasa" | |
require Pathname(Sinatra::Application.root)/"models"/"photo" |
This file contains hidden or 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
desc "Parse picasa photo feed." | |
task :parse do | |
require 'dm-core' | |
require 'open-uri' | |
require 'nokogiri' | |
config = File.open(Pathname(Sinatra::Application.root)/"config/picasa.yml") { |file| YAML.load(file) } | |
picasa = Picasa.new | |
picasa.login(config['credentials']['email'], config['credentials']['password']) |
This file contains hidden or 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
- mac-extractor.patch | |
If cmake is available, simply follow instructions in README.linux file instead of using the Xcode project file. | |
- old-configure.patch | |
Patch was created by the command: git diff f3a5a93e{,^} configure.ac |
NewerOlder