Sha256: ee0c579424fb9457fc75ec150862ff482230040fd8ec7805f4a6bfc8c90aba52

Contents?: true

Size: 133 Bytes

Versions: 7

Compression:

Stored size: 133 Bytes

Contents

# frozen_string_literal: true

module Expire
  # Keep one backup per month
  class KeepMonthlyRule < KeepAdjectiveRuleBase
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
expire-0.2.6 lib/expire/keep_monthly_rule.rb
expire-0.2.5 lib/expire/keep_monthly_rule.rb
expire-0.2.4 lib/expire/keep_monthly_rule.rb
expire-0.2.3 lib/expire/keep_monthly_rule.rb
expire-0.2.2 lib/expire/keep_monthly_rule.rb
expire-0.2.1 lib/expire/keep_monthly_rule.rb
expire-0.2.0 lib/expire/keep_monthly_rule.rb