ddollar-sweeper 0.1.1 → 0.1.2

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.
Files changed (3) hide show
  1. data/bin/sweep +0 -1
  2. data/lib/sweeper.rb +1 -1
  3. metadata +1 -1
data/bin/sweep CHANGED
@@ -11,7 +11,6 @@ SWEEP_PATH = ARGV.first
11
11
 
12
12
  SWEEPERS = {
13
13
  '_Day' => 1.day,
14
- '_Week' => 1.week,
15
14
  '_Month' => 1.month,
16
15
  '_Trash' => 2.months
17
16
  }
data/lib/sweeper.rb CHANGED
@@ -5,7 +5,7 @@ unless defined? Sweeper
5
5
  module Sweeper
6
6
 
7
7
  # :stopdoc:
8
- VERSION = '0.1.1'
8
+ VERSION = '0.1.2'
9
9
  LIBPATH = File.expand_path(File.dirname(__FILE__)) + File::SEPARATOR
10
10
  PATH = File.dirname(LIBPATH) + File::SEPARATOR
11
11
  # :startdoc:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ddollar-sweeper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Dollar