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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ccf04878066a2503d9f14a132ed4f38e337efeec
4
- data.tar.gz: c3e81a395c37fdabe926dc709b2d00b4552e2dd3
3
+ metadata.gz: 7f793635439ffb9a56d8f4c2e9be57a1e9f98ab5
4
+ data.tar.gz: 6f2680b1346011ac73bae361e70015dd12566cad
5
5
  SHA512:
6
- metadata.gz: 7819d4062fe0228c228877a33c2d4684a9b9584c3d512580e0b7e861665754174c89151697d04222e890c21d3a29f20c56791e075a0f58e9eee36cb22d1ef5c5
7
- data.tar.gz: 63a9160783bcfef7ecad557ecfdfb7ed819947e1b42988e1954f312da178a45716c88ec3d37619b93a3421a6a146529aaed0fe726d9dc3bdd4fbb3d462350f3d
6
+ metadata.gz: d26d8f14434a1471f12fbea7db98be706a169c78d16f04dcc7105954b5358f33fed013f7d67b0d5a629622748be9dc68f6f2193944fe225f81f7d99628fdcc60
7
+ data.tar.gz: 58fccbd707e2cf5c97d725b39ad5a29caa38d2b92ce977d5bbb1c372029bca3cd9154819344695e3ad9d566b7db2b4b4f4b046c6d783a0cc24977fc1755263e0
@@ -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.'
@@ -2,5 +2,5 @@
2
2
  # Current version
3
3
  #
4
4
  module DoSnapshot
5
- VERSION = '0.4.2'
5
+ VERSION = '0.4.3'
6
6
  end
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.2
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-12 00:00:00.000000000 Z
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.