wolfe 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 30f410460fa95a629c1acd64bd0051b893460d0e
4
- data.tar.gz: 249c09dc7c8566f343a269c639e135df319648c8
3
+ metadata.gz: f8eca5f25a417d9be289940dbd9293b12d37a05a
4
+ data.tar.gz: 680d98ac9ff0c28edcb0cea1b3388a0707ee8b07
5
5
  SHA512:
6
- metadata.gz: 05ef52985efd463839b82e48a47fe2292b4bae807f206a0d36707f6c41f62ebfeb8c11d61b3aed78e16940556181e2d84e1a40a2e6d4f38d206b9cca0886dad2
7
- data.tar.gz: 164fd3eb6dc552347046b638697fce9eea3d9f38046a2ecfa7918cefd0571adfa03614358392db831d981cc27e1e6edf7a72f2a178ca16fe4b44be3c4b23452e
6
+ metadata.gz: 40901c950e77768b131b859fc80bc66e71ca9d5c73ed5b0932efdfd352de01a9a4c7e5e22c9344d64b28a59ee925a19263f1c764849537eb52d1ae84ed73d5d1
7
+ data.tar.gz: 04073e08e15428e1ce63711fa42bb6ca59ab2429b02d74ad8212e6d6bceb90601e3afdbfd086055af842d652a439d8eb286cc7c99a28802c076f35af7a9fe4bb
data/CHANGELOG.md CHANGED
@@ -1,10 +1,16 @@
1
- ## 1.0.1 (2015-10-08)
1
+ ## 1.1.1 (2015-10-16)
2
+
3
+ Changes:
4
+
5
+ - FIX: Copyright holder is Lomographische AG, not Martin Sereinig. Updated notice in License.
6
+
7
+ ## 1.1.0 (2015-10-08)
2
8
 
3
9
  Changes:
4
10
 
5
11
  - BUGFIX: The one backup kept per timespan was dependent on the cleaning of the other intervals. Now the one backup left alone is always the backup of the last day in the timespan.
6
12
 
7
- ## 1.0.1 (2015-10-08)
13
+ ## 1.0.0 (2015-10-08)
8
14
 
9
15
  Changes:
10
16
 
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2015 Martin Sereinig
3
+ Copyright (c) 2015 Lomographische AG
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [ ![Codeship Status for lomography/wolfe](https://codeship.com/projects/0ee7cea0-4fc3-0133-01bb-6a2063c5e118/status?branch=master)](https://codeship.com/projects/107389)
2
+
1
3
  # Wolfe
2
4
 
3
5
  Wolfe's purpose is to clean up database (and other) backups that encode year, month, day and hour in their filename. That's also what wolfe will look at when deciding if a file has to be removed or not. Wolfe can be configured to keep daily and monthly backups for a given timespan and will always keep one backup for every year.
@@ -37,7 +39,7 @@ backup_name:
37
39
 
38
40
  To configure the timespans we rely on ``active support``'s [time extensions](http://guides.rubyonrails.org/active_support_core_extensions.html#time) to ``Numeric``, so something like ``1.month``, ``2.years``, etc. will work. No spaces or ruby code please.
39
41
 
40
- Note: The file kept for a timespan is always the file of the last day of the timespan, e.g. the backup file kept for every year will always be the one of 31st, Dec.
42
+ *Note*: The file kept for a timespan is always the file of the last day of the timespan, e.g. the backup file kept for every year will always be the one of 31st, Dec.
41
43
 
42
44
  ## Contributing
43
45
 
data/lib/wolfe/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Wolfe
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wolfe
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Emhofer
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2015-10-08 00:00:00.000000000 Z
12
+ date: 2015-10-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor