.circleci/config.yml | |
|
|
.codeclimate.yml | |
|
|
.gitignore | |
|
|
.rspec | |
|
|
.ruby-version | |
|
|
CHANGELOG.md | |
|
|
CODE_OF_CONDUCT.md | |
|
|
Gemfile | |
|
|
Gemfile.lock | |
|
|
LICENSE.txt | |
|
|
README.md | |
|
|
Rakefile | |
|
|
exe/simple-images-downloader | |
|
|
lib/simple_images_downloader.rb | 35 | A 0 mins | A 100% |
lib/simple_images_downloader/client.rb | 14 | A 0 mins | A 100% |
lib/simple_images_downloader/configuration.rb | 48 | A 0 mins | A 100% |
lib/simple_images_downloader/dispenser.rb | 23 | A 0 mins | A 100% |
lib/simple_images_downloader/downloader.rb | 22 | A 0 mins | A 100% |
lib/simple_images_downloader/errors.rb | 65 | A 0 mins | A 100% |
lib/simple_images_downloader/line.rb | 12 | A 0 mins | A 100% |
lib/simple_images_downloader/runner.rb | 8 | A 0 mins | A 100% |
lib/simple_images_downloader/source_file.rb | 21 | A 0 mins | A 100% |
lib/simple_images_downloader/strategies/from_file_strategy.rb | 20 | A 0 mins | A 100% |
lib/simple_images_downloader/strategies/from_url_strategy.rb | 14 | A 0 mins | A 100% |
lib/simple_images_downloader/strategies/strategy.rb | 11 | A 0 mins | A 100% |
lib/simple_images_downloader/stringio_to_tempfile.rb | 11 | A 0 mins | A 100% |
lib/simple_images_downloader/validatable.rb | 7 | A 0 mins | A 100% |
lib/simple_images_downloader/validatable/destination_validator.rb | 11 | A 0 mins | A 100% |
lib/simple_images_downloader/validatable/file_accessibility_validator.rb | 10 | A 0 mins | A 100% |
lib/simple_images_downloader/validatable/file_persistance_validator.rb | 10 | A 0 mins | A 100% |
lib/simple_images_downloader/validatable/mime_type_validator.rb | 40 | A 0 mins | A 100% |
lib/simple_images_downloader/validatable/validator.rb | 9 | A 0 mins | A 100% |
lib/simple_images_downloader/version.rb | 3 | A 0 mins |
|
rubocop.yml | |
|
|
simple_images_downloader.gemspec | |
|
|