do_snapshot 0.6.1 → 0.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5fcb4d069e44a1e05fbb9cca875ab007b3668933
4
- data.tar.gz: dab066517f558ea1cb6fdfb2497a4ac9f0cda002
3
+ metadata.gz: d4b1d0886088780b79e06c589eba381d8152ac73
4
+ data.tar.gz: d5bd6e4651f3265200457d0ffb107d8093325b71
5
5
  SHA512:
6
- metadata.gz: 1bbea6f804044dc1cbfe31581e6806f36a454f619cad4123bcfb89d1ece4eabd4d010fcfb9f7ca89d9544de14852a9fc255ec779f975667abc21c481c2efcdbb
7
- data.tar.gz: 38832a5b4e1ae1863f007c496348ab6202e68b58f424d8ad1db771c001440a63e0667af0a72c9801a33643dc3ae7962eab55250d131fce60d2fd485cea718546
6
+ metadata.gz: 36e0890a6ea0f126053fad03b94211b9f8d7453c2318be21a32f241dd18d2dbfede194c279d1f19c20c9c59f566c888356579c8c4d4e9f55798e62da62e90cdd
7
+ data.tar.gz: 09884729d366d5effb5b2ce263e82bb113a0afb4c1c21aead12502beea9d38728a5f612a55487b0b7efd3657f8fc3c43a607b15ce4ed7277bdcce2117eba8a9e
data/README.md CHANGED
@@ -84,8 +84,12 @@ If you want to set keys without environment, than set it via options when you ru
84
84
 
85
85
  $ do_snapshot --digital-ocean-access-token YOURLONGTOKEN
86
86
 
87
- ### How-To (Here is also [Longren Tutorial](https://longren.io/automate-making-snapshots-of-your-digitalocean-droplets/))
88
-
87
+ ### How-To
88
+
89
+ ##### Tutorials:
90
+ - [Longren Tutorial](https://longren.io/automate-making-snapshots-of-your-digitalocean-droplets/)
91
+ - [Arun Kumar Tutorial](http://www.ashout.com/automate-digital-ocean-droplet-snaphot/)
92
+
89
93
  Here we `keeping` only 5 **latest** snapshots and cleanup older after new one is created. If creation of snapshots failed no one will be deleted. By default we keeping `10` droplets.
90
94
 
91
95
  $ do_snapshot --keep 5 -c
@@ -2,5 +2,5 @@
2
2
  # Current version
3
3
  #
4
4
  module DoSnapshot
5
- VERSION = '0.6.1'
5
+ VERSION = '0.6.2'
6
6
  end
data/spec/spec_helper.rb CHANGED
@@ -10,7 +10,6 @@ Bundler.setup
10
10
  require 'do_snapshot/cli'
11
11
  require 'webmock/rspec'
12
12
  require 'fileutils'
13
- require 'digitalocean_c'
14
13
  require_relative 'shared/api_helpers'
15
14
  require_relative 'shared/api_v2_helpers'
16
15
  require_relative 'shared/uri_helpers'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: do_snapshot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Merkulov
@@ -10,20 +10,6 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2016-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: digitalocean_c
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - "~>"
18
- - !ruby/object:Gem::Version
19
- version: '1.2'
20
- type: :runtime
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - "~>"
25
- - !ruby/object:Gem::Version
26
- version: '1.2'
27
13
  - !ruby/object:Gem::Dependency
28
14
  name: barge
29
15
  requirement: !ruby/object:Gem::Requirement