Skip to content

Commit

Permalink
Moved grit require to snitch.rb from gitcommit.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Oct 26, 2008
1 parent 43a2e53 commit c38d32b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/snitch.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file simply includes the gems and snitch files needed.

%w[uri yaml rubygems active_support].each { |x| require x }
%w[uri yaml rubygems active_support mojombo-grit].each { |x| require x }

require 'snitch/base'
require 'snitch/config'
Expand Down
1 change: 0 additions & 1 deletion lib/snitch/gitcommit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module Snitch
#
class GitCommit
include Message
require 'mojombo-grit'

attr_reader :repository

Expand Down

0 comments on commit c38d32b

Please sign in to comment.