Skip to content

Commit

Permalink
Fixed load path of Backup::CLI in Gemfile since it changed to Backup:…
Browse files Browse the repository at this point in the history
…:CLI::Helpers.
  • Loading branch information
Michael van Rooijen committed Nov 26, 2011
1 parent 9fb52f1 commit 431d19e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Expand Up @@ -4,8 +4,8 @@ source 'http://rubygems.org'

##
# Load Backup::Dependency
%w[cli dependency].each do |path|
require File.expand_path("../lib/backup/#{path}", __FILE__)
["cli/helpers", "dependency"].each do |library|
require File.expand_path("../lib/backup/#{library}", __FILE__)
end

##
Expand All @@ -24,7 +24,7 @@ group :test do

gem 'guard'
gem 'guard-rspec'
gem 'rb-fsevent' # guard notifications for osx
gem 'rb-fsevent' # guard notifications for osx
gem 'growl' # $ brew install growlnotify
gem 'rb-inotify' # guard notifications for linux
gem 'libnotify' # $ apt-get install ???
Expand Down

0 comments on commit 431d19e

Please sign in to comment.