Skip to content

Commit

Permalink
Removed S3Handler
Browse files Browse the repository at this point in the history
  • Loading branch information
dmchoull committed Dec 15, 2015
1 parent 05d3d6b commit 55896d1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 98 deletions.
2 changes: 0 additions & 2 deletions exel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.add_dependency 'aws-sdk', '~> 2'

spec.add_development_dependency 'bundler', '~> 1.6'
spec.add_development_dependency 'rake', '~> 10'
spec.add_development_dependency 'rspec', '~> 3'
Expand Down
43 changes: 0 additions & 43 deletions lib/exel/handlers/s3_handler.rb

This file was deleted.

49 changes: 0 additions & 49 deletions spec/exel/handlers/s3_handler_spec.rb

This file was deleted.

4 changes: 0 additions & 4 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

EXEL.logger = nil

EXEL.configure do |config|
config.aws = OpenStruct.new
end

module EXEL
module Providers
class DummyAsyncProvider
Expand Down

0 comments on commit 55896d1

Please sign in to comment.