do_snapshot 0.4.2 → 0.4.3
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 +4 -4
- data/lib/do_snapshot/cli.rb +1 -1
- data/lib/do_snapshot/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7f793635439ffb9a56d8f4c2e9be57a1e9f98ab5
|
|
4
|
+
data.tar.gz: 6f2680b1346011ac73bae361e70015dd12566cad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d26d8f14434a1471f12fbea7db98be706a169c78d16f04dcc7105954b5358f33fed013f7d67b0d5a629622748be9dc68f6f2193944fe225f81f7d99628fdcc60
|
|
7
|
+
data.tar.gz: 58fccbd707e2cf5c97d725b39ad5a29caa38d2b92ce977d5bbb1c372029bca3cd9154819344695e3ad9d566b7db2b4b4f4b046c6d783a0cc24977fc1755263e0
|
data/lib/do_snapshot/cli.rb
CHANGED
|
@@ -215,7 +215,7 @@ module DoSnapshot
|
|
|
215
215
|
end
|
|
216
216
|
|
|
217
217
|
def send_error
|
|
218
|
-
return unless DoSnapshot.mailer.opts
|
|
218
|
+
return unless DoSnapshot.mailer.respond_to?(:opts)
|
|
219
219
|
|
|
220
220
|
DoSnapshot.mailer.opts[:subject] = 'Digital Ocean: Error.'
|
|
221
221
|
DoSnapshot.mailer.opts[:body] = 'Please check your droplets.'
|
data/lib/do_snapshot/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: do_snapshot
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexander Merkulov
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-10-
|
|
11
|
+
date: 2015-10-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: digitalocean_c
|
|
@@ -152,7 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
152
152
|
version: '0'
|
|
153
153
|
requirements: []
|
|
154
154
|
rubyforge_project:
|
|
155
|
-
rubygems_version: 2.4.5
|
|
155
|
+
rubygems_version: 2.4.5.1
|
|
156
156
|
signing_key:
|
|
157
157
|
specification_version: 4
|
|
158
158
|
summary: A command-line snapshot maker for your DigitalOcean droplets. Fully Automated.
|