Skip to content

Commit

Permalink
Add missing require
Browse files Browse the repository at this point in the history
  • Loading branch information
jefmathiot committed Nov 26, 2014
1 parent 9bd631f commit 57b2571
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/electric_sheep/helpers/directories.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'pathname'
require 'fileutils'

module ElectricSheep
Expand Down
2 changes: 2 additions & 0 deletions lib/electric_sheep/resources/named.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'pathname'

module ElectricSheep
module Resources
module Named
Expand Down

0 comments on commit 57b2571

Please sign in to comment.