diff --git a/README.md b/README.md index b4abcb5..5993f9b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ dunlop Installation ----------------------- +test change for git ``` gem 'dunlop-core', github: 'mozolutions/dunlop-core', branch: :master gem 'devise' diff --git a/app/models/dunlop/execution_batch_model.rb b/app/models/dunlop/execution_batch_model.rb index fe1d2c1..b0e4da4 100644 --- a/app/models/dunlop/execution_batch_model.rb +++ b/app/models/dunlop/execution_batch_model.rb @@ -73,7 +73,7 @@ module Dunlop::ExecutionBatchModel def execute execute! end - deprecate execute: "Please use execute! in stead of execute. This will be removed in dunlop v0.2.0" + # deprecate execute: "Please use execute! in stead of execute. This will be removed in dunlop v0.2.0" def cleanup!(older_than = 1.month.ago) older_than = older_than.ago if older_than.is_a?(ActiveSupport::Duration)