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.
Files changed (2) hide show
  1. data/bin/zfs-snapshot +1 -1
  2. metadata +7 -5
data/bin/zfs-snapshot CHANGED
@@ -62,7 +62,7 @@ require 'ostruct'
62
62
  require 'optparse'
63
63
  require 'zfs-snapshot'
64
64
 
65
- SZS_VERSION = "1.0.1"
65
+ SZS_VERSION = "1.0.2"
66
66
  $options = OpenStruct.new
67
67
  $options.recursive = false
68
68
 
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.1
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.1
51
+ rubygems_version: 1.3.4
50
52
  signing_key:
51
- specification_version: 2
53
+ specification_version: 3
52
54
  summary: Simple ZFS Snapshotting script.
53
55
  test_files: []
54
56