zfs-snapshot 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/zfs-snapshot +1 -1
- metadata +7 -5
data/bin/zfs-snapshot
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zfs-snapshot
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jeremy Tregunna
|
@@ -15,8 +15,8 @@ dependencies: []
|
|
15
15
|
|
16
16
|
description: Keeps one copy of the snapshot you create. Removes the old one before creating the new one.
|
17
17
|
email: jeremy.tregunna@me.com
|
18
|
-
executables:
|
19
|
-
|
18
|
+
executables:
|
19
|
+
- zfs-snapshot
|
20
20
|
extensions: []
|
21
21
|
|
22
22
|
extra_rdoc_files: []
|
@@ -26,6 +26,8 @@ files:
|
|
26
26
|
- bin/zfs-snapshot
|
27
27
|
has_rdoc: true
|
28
28
|
homepage:
|
29
|
+
licenses: []
|
30
|
+
|
29
31
|
post_install_message:
|
30
32
|
rdoc_options: []
|
31
33
|
|
@@ -46,9 +48,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
46
48
|
requirements: []
|
47
49
|
|
48
50
|
rubyforge_project:
|
49
|
-
rubygems_version: 1.3.
|
51
|
+
rubygems_version: 1.3.4
|
50
52
|
signing_key:
|
51
|
-
specification_version:
|
53
|
+
specification_version: 3
|
52
54
|
summary: Simple ZFS Snapshotting script.
|
53
55
|
test_files: []
|
54
56
|
|