Skip to content

Commit

Permalink
obsolete code removed
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-voronenko committed Jul 25, 2017
1 parent 5dc0189 commit 5bb284d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions generators/config/templates/boot.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
require 'rubygems'
require 'bundler/setup'
require 'howitzer/gmail_api/client'

Bundler.require(:default)

Dir[
Expand All @@ -12,6 +10,4 @@
'./prerequisites/factory_girl.rb'
].each { |f| require f }

Howitzer::GmailApi::Client.new if Howitzer.mail_adapter == 'gmail'

String.send(:include, Howitzer::Utils::StringExtensions)
6 changes: 0 additions & 6 deletions generators/tasks/templates/common.rake
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
# Put here any common rake tasks
require 'howitzer/gmail_api/client'

desc 'Provides url to authorize application for gmail API usage'
task :'gmail-init' do
Howitzer::GmailApi::Client.new
end

0 comments on commit 5bb284d

Please sign in to comment.