tarsnap_pruner 0.1.0 → 0.1.1

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.
@@ -17,6 +17,10 @@ module TarsnapPruner
17
17
 
18
18
  attr_reader :name
19
19
 
20
+ def to_s
21
+ name
22
+ end
23
+
20
24
  # Return a Ruby Date object for the backup's date, or nil if one could not
21
25
  # be discerned from the archive name.
22
26
  def date
@@ -1,3 +1,3 @@
1
1
  module TarsnapPruner
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tarsnap_pruner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: