do_snapshot 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 95ce0ffdfe696ae7a5cce1b334dd49a5d250f1bc
4
- data.tar.gz: cbebe31ada54228fcd5b7f0cb642b7e37cccf0bd
3
+ metadata.gz: 304beb9fc0fcf96dee7b7abedf1ac34e65587879
4
+ data.tar.gz: 29a31a52d211fd467a30cf36b70a1aa864c0f8d3
5
5
  SHA512:
6
- metadata.gz: f4b1a3c9f608d28cf411cbed0dad3929eaabb65f43f6030e071d6e952f3323ab6d4edb5dac99e44fdccae8a3cdacc71958a7f831f8c65a9b1e1eecd1d1445347
7
- data.tar.gz: cec0fd4b44bd7dad64e9f038947bdbd3f14641169f5152ef07fef1ead965f1e1d082f6f81eea6c69900bd32ecb9e04028f9b76bb802d48750100f83bab561a7d
6
+ metadata.gz: c83d6fd13ea6da64b0aaa6cacd81f535b31b18339dddead05c26026b4e0e1b01d31f4791da51466e92cf650074c213b540693c062a48fa3076a62d27bdfd5ca3
7
+ data.tar.gz: 51ad5b8560e573576deffd31e4e96dbf44fb6c8448fe83d9ed28d61755d73ede2691d1ba80d56b14ee17df60cff0f602fcea93ceabf016f642dc8578659ce3f8
data/README.md CHANGED
@@ -27,7 +27,7 @@ Here some features:
27
27
 
28
28
  Ruby versions: 1.9.3 and higher. JRuby in 1.9 mode is also supported.
29
29
 
30
- ![DoSnaphot example](https://raw.githubusercontent.com/merqlove/do_snapshot/assets/example.png)
30
+ ![DoSnaphot example](https://raw.githubusercontent.com/merqlove/do_snapshot/master/assets/example.png)
31
31
 
32
32
  ### You can ask me, "Why you made this tool?"
33
33
 
@@ -47,7 +47,7 @@ Install it yourself as:
47
47
 
48
48
  For **OSX** users ([Homebrew Tap](http://github.com/merqlove/do_snapshot/tap)):
49
49
 
50
- $ brew tap merqlove/do_snapshot/tap && brew install do_snapshot
50
+ $ brew tap merqlove/do-snapshot && brew install do_snapshot
51
51
 
52
52
  $ do_snapshot -V
53
53
 
@@ -97,7 +97,7 @@ Keep latest 5 snapshots, send mail notification instead of creating new one:
97
97
 
98
98
  $ do_snapshot --keep 10 --stop --mail to:yourmail@example.com
99
99
 
100
- ![DoSnapshot Safe Mode Example](https://raw.githubusercontent.com/merqlove/do_snapshot/assets/safe_mode.png)
100
+ ![DoSnapshot Safe Mode Example](https://raw.githubusercontent.com/merqlove/do_snapshot/master/assets/safe_mode.png)
101
101
 
102
102
  E-mail notifications disabled out of the box.
103
103
  For working mailer you need to set e-mail settings via run options.
@@ -2,5 +2,5 @@
2
2
  # Current version
3
3
  #
4
4
  module DoSnapshot
5
- VERSION = '0.0.8'
5
+ VERSION = '0.0.9'
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.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Merkulov