Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

Commit

Permalink
Move all require to cocoaseeds.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed May 8, 2015
1 parent 78cd1f8 commit be78dcf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions lib/cocoaseeds.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
require 'colorize'
require 'fileutils'
require 'xcodeproj'
require 'yaml'

module Seeds
require 'cocoaseeds/version'
Expand Down
2 changes: 0 additions & 2 deletions lib/cocoaseeds/command.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'colorize'

module Seeds
class Command
def self.run(argv)
Expand Down
3 changes: 0 additions & 3 deletions lib/cocoaseeds/core.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
require 'fileutils'
require 'yaml'

module Seeds
class Core
attr_reader :root_path, :seedfile_path, :lockfile_path
Expand Down

0 comments on commit be78dcf

Please sign in to comment.