do_snapshot 0.0.9 → 0.0.10

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: 304beb9fc0fcf96dee7b7abedf1ac34e65587879
4
- data.tar.gz: 29a31a52d211fd467a30cf36b70a1aa864c0f8d3
3
+ metadata.gz: d3d032d3f0b49ab4934028b7cdf53afe136cb31d
4
+ data.tar.gz: 0a65ff53e0105584a803c22814837a43b30f231f
5
5
  SHA512:
6
- metadata.gz: c83d6fd13ea6da64b0aaa6cacd81f535b31b18339dddead05c26026b4e0e1b01d31f4791da51466e92cf650074c213b540693c062a48fa3076a62d27bdfd5ca3
7
- data.tar.gz: 51ad5b8560e573576deffd31e4e96dbf44fb6c8448fe83d9ed28d61755d73ede2691d1ba80d56b14ee17df60cff0f602fcea93ceabf016f642dc8578659ce3f8
6
+ metadata.gz: cb714515796586f65b5d3d25a19a5aa54c281297eb7a00b6b1a259711eb577265ea73194728393d15602f149eecc6300a32a1372dcd86ecd98a0026025074979
7
+ data.tar.gz: 42939c0a5ef8789584e6f8b6afd80c23993c07378053fded1c80effdbfbcca8038421f46e870891c4003616733ba36b7790087b1abbb851ef205a77025b4a6ef
data/README.md CHANGED
@@ -33,7 +33,7 @@ Ruby versions: 1.9.3 and higher. JRuby in 1.9 mode is also supported.
33
33
 
34
34
  - First. I needed stable tool, which can provide for me automatic Snapshot feature for all of my Droplets via Cron planner.
35
35
  - I don't want to think how much snapshots for each droplet i have.
36
- - I don't wont to sleep when my droplets Offline!!! And i wanted tool which can Staryt
36
+ - I don't wont to sleep when my droplets Offline!!! And i wanted tool which can BOOT back droplets, which failed to snapshot.
37
37
  - Also i want to understand what's going on if there some error. Mail is my choice. But logs also good.
38
38
  - And ... sure ;) We want to do it fast as rocket! :)
39
39
  - more more more...
@@ -2,5 +2,5 @@
2
2
  # Current version
3
3
  #
4
4
  module DoSnapshot
5
- VERSION = '0.0.9'
5
+ VERSION = '0.0.10'
6
6
  end
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.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Merkulov