lib/backup-agent.rb in backup-agent-1.0.1 vs lib/backup-agent.rb in backup-agent-1.0.2
- old
+ new
@@ -1,7 +1,7 @@
puts "Ruby version #{RUBY_VERSION}-p#{RUBY_PATCHLEVEL}"
-%w(rubygems aws-sdk fileutils confo-config shellwords pry).each { |el| require(el) }
+%w( rubygems aws-sdk fileutils confo-config shellwords ).each { |el| require(el) }
%w( abstract_storage abstract_storage_config abstract_storage_object
s3_storage s3_config s3_object
features task performer ).each { |el| require_relative("backup-agent/#{el}") }
\ No newline at end of file