.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/lib/new_adapter.rb | 4 | A 0 mins |
|
example/new_adapter/lib/new_adapter/adapter.rb | 6 | A 0 mins |
|
example/new_adapter/lib/new_adapter/version.rb | 3 | A 0 mins |
|
example/new_adapter/new_adapter.gemspec | |
|
|
lib/do_snapshot.rb | 70 | A 0 mins |
|
lib/do_snapshot/adapter.rb | 26 | A 0 mins |
|
lib/do_snapshot/adapter/abstract.rb | 73 | A 0 mins |
|
lib/do_snapshot/adapter/droplet_kit.rb | 94 | A 35 mins |
|
lib/do_snapshot/cli.rb | 182 | A 55 mins |
|
lib/do_snapshot/command.rb | 149 | B 4 hrs |
|
lib/do_snapshot/configuration.rb | 16 | A 0 mins |
|
lib/do_snapshot/core_ext/hash.rb | 21 | A 0 mins |
|
lib/do_snapshot/distribution.rb | 9 | A 0 mins |
|
lib/do_snapshot/gem_ext/resource_kit.rb | 30 | A 1 hr |
|
lib/do_snapshot/helpers.rb | 20 | A 0 mins |
|
lib/do_snapshot/log.rb | 55 | A 0 mins |
|
lib/do_snapshot/mail.rb | 63 | A 0 mins |
|
lib/do_snapshot/rspec.rb | 16 | A 0 mins |
|
lib/do_snapshot/rspec/adapter.rb | 208 | A 2 hrs |
|
lib/do_snapshot/rspec/api_helpers.rb | 34 | A 35 mins |
|
lib/do_snapshot/rspec/api_v2_helpers.rb | 117 | A 2 hrs |
|
lib/do_snapshot/rspec/environment.rb | 105 | A 1 hr |
|
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 | |
|
|