geoffreywiseman-prune 1.2.0.rc1 → 1.2.0.rc2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/prune/retention.rb +1 -1
  3. metadata +3 -3
data/Rakefile CHANGED
@@ -21,7 +21,7 @@ end
21
21
 
22
22
  spec = Gem::Specification.new do |spec|
23
23
  spec.name = 'geoffreywiseman-prune'
24
- spec.version = '1.2.0.rc1'
24
+ spec.version = '1.2.0.rc2'
25
25
  spec.date = '2011-09-09'
26
26
  spec.summary = 'Prunes files from a folder based on a retention policy, often time-based.'
27
27
  spec.description = 'Prune is meant to analyze a folder full of files, run them against a retention policy and decide which to keep, which to remove and which to archive. It is extensible and embeddable.'
@@ -6,7 +6,7 @@ require 'pathname'
6
6
  module Prune
7
7
 
8
8
  class RetentionPolicy
9
- DEFAULT_OPTIONS={ load_dsl: true }
9
+ DEFAULT_OPTIONS={ :load_dsl => true }
10
10
 
11
11
  attr_accessor :categories
12
12
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geoffreywiseman-prune
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0.rc1
4
+ version: 1.2.0.rc2
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-09-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: minitar
16
- requirement: &70305339547980 !ruby/object:Gem::Requirement
16
+ requirement: &70326072103840 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 0.5.3
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70305339547980
24
+ version_requirements: *70326072103840
25
25
  description: Prune is meant to analyze a folder full of files, run them against a
26
26
  retention policy and decide which to keep, which to remove and which to archive.
27
27
  It is extensible and embeddable.