merqlove/do_snapshot

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rubocop.yml
.ruby-version
.travis.yml
Gemfile
LICENSE.txt
README.md
Rakefile
assets/example.png
assets/safe_mode.png
bin/do_snapshot
do_snapshot.gemspec
example/new_adapter/.gitignore
example/new_adapter/Gemfile
example/new_adapter/Rakefile
example/new_adapter/new_adapter.gemspec
lib/do_snapshot/rspec/fixtures/digitalocean/v2/empty.json
lib/do_snapshot/rspec/fixtures/digitalocean/v2/error_message.json
lib/do_snapshot/rspec/fixtures/digitalocean/v2/response_event.json
lib/do_snapshot/rspec/fixtures/digitalocean/v2/show_droplet.json
lib/do_snapshot/rspec/fixtures/digitalocean/v2/show_droplet_inactive.json
lib/do_snapshot/rspec/fixtures/digitalocean/v2/show_droplets.json
lib/do_snapshot/rspec/fixtures/digitalocean/v2/show_droplets_empty.json
lib/do_snapshot/rspec/fixtures/digitalocean/v2/show_event_done.json
lib/do_snapshot/rspec/fixtures/digitalocean/v2/show_event_power_off_done.json
lib/do_snapshot/rspec/fixtures/digitalocean/v2/show_event_power_off_start.json
lib/do_snapshot/rspec/fixtures/digitalocean/v2/show_event_power_on_done.json
lib/do_snapshot/rspec/fixtures/digitalocean/v2/show_event_power_on_start.json
lib/do_snapshot/rspec/fixtures/digitalocean/v2/show_event_start.json
resources/tgz/do_snapshot
tasks/brew.rake
tasks/gem.rake
tasks/git.rake
tasks/manifest.rake
tasks/tgz.rake
tasks/zip.rake
example/new_adapter/lib/new_adapter.rb4
example/new_adapter/lib/new_adapter/adapter.rb6
example/new_adapter/lib/new_adapter/version.rb3
lib/do_snapshot.rb70
lib/do_snapshot/adapter.rb26
lib/do_snapshot/adapter/abstract.rb73
lib/do_snapshot/adapter/droplet_kit.rb94
A
35 mins
lib/do_snapshot/cli.rb182
A
55 mins
lib/do_snapshot/command.rb149
B
4 hrs
lib/do_snapshot/configuration.rb16
lib/do_snapshot/core_ext/hash.rb21
lib/do_snapshot/distribution.rb9
lib/do_snapshot/gem_ext/resource_kit.rb30
A
1 hr
lib/do_snapshot/helpers.rb20