Skip to content

Commit

Permalink
Make CLI::Alfred and Source::PathBase work with Ruby 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
claui committed Dec 2, 2014
1 parent 56d7884 commit 03a8efe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/cask/cli/alfred.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'rubygems'

class Cask::CLI::Alfred < Cask::CLI::Base
DEFAULT_SCOPES = [
'/Applications',
Expand Down
2 changes: 2 additions & 0 deletions lib/cask/source/path_base.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'rubygems'

class Cask::Source::PathBase

# derived classes must define method self.me?
Expand Down

0 comments on commit 03a8efe

Please sign in to comment.