do_snapshot 0.0.8 → 0.0.9
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/README.md +3 -3
- data/lib/do_snapshot/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 304beb9fc0fcf96dee7b7abedf1ac34e65587879
|
4
|
+
data.tar.gz: 29a31a52d211fd467a30cf36b70a1aa864c0f8d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-

|
30
|
+

|
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/
|
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
|
-

|
100
|
+

|
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.
|
data/lib/do_snapshot/version.rb
CHANGED