rb.rotate 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.
- data/README.md +4 -4
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/rb.rotate.gemspec +2 -2
- metadata +4 -4
data/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
rb.rotate
|
|
2
2
|
=========
|
|
3
3
|
|
|
4
|
-
**rb.rotate** is an alternative to classical `logrotate`
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
`logrotate` limitations.
|
|
4
|
+
**rb.rotate** is an more modern alternative to classical `logrotate`
|
|
5
|
+
tool with more features and less limitations. It implements very similar
|
|
6
|
+
functionallity, features openess and flexibility of the scripting
|
|
7
|
+
environment and removes some most known `logrotate` limitations.
|
|
8
8
|
|
|
9
9
|
And of sure, it adds some features and it doesn't implement some
|
|
10
10
|
features of the original for now.
|
data/Rakefile
CHANGED
|
@@ -17,7 +17,7 @@ Jeweler::Tasks.new do |gem|
|
|
|
17
17
|
gem.homepage = "http://github.com/martinkozak/rb.rotate"
|
|
18
18
|
gem.license = "MIT"
|
|
19
19
|
gem.summary = %Q{More modern alternative to 'logrotate' with more features and less limitations.}
|
|
20
|
-
gem.description = %Q{
|
|
20
|
+
gem.description = %Q{More modern alternative to classical 'logrotate' tool with more features and less limitations. It implements very similar functionality, features openness and flexibility of the scripting environment and removes some most known 'logrotate' limitations.}
|
|
21
21
|
gem.email = "martinkozak@martinkozak.net"
|
|
22
22
|
gem.authors = ["Martin Kozák"]
|
|
23
23
|
gem.executables = ["rb.rotate"]
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.1
|
data/rb.rotate.gemspec
CHANGED
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{rb.rotate}
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Martin Kozák"]
|
|
12
12
|
s.date = %q{2010-12-21}
|
|
13
13
|
s.default_executable = %q{rb.rotate}
|
|
14
|
-
s.description = %q{
|
|
14
|
+
s.description = %q{More modern alternative to classical 'logrotate' tool with more features and less limitations. It implements very similar functionality, features openness and flexibility of the scripting environment and removes some most known 'logrotate' limitations.}
|
|
15
15
|
s.email = %q{martinkozak@martinkozak.net}
|
|
16
16
|
s.executables = ["rb.rotate"]
|
|
17
17
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.1.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- "Martin Koz\xC3\xA1k"
|
|
@@ -76,7 +76,7 @@ dependencies:
|
|
|
76
76
|
type: :development
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: *id004
|
|
79
|
-
description:
|
|
79
|
+
description: More modern alternative to classical 'logrotate' tool with more features and less limitations. It implements very similar functionality, features openness and flexibility of the scripting environment and removes some most known 'logrotate' limitations.
|
|
80
80
|
email: martinkozak@martinkozak.net
|
|
81
81
|
executables:
|
|
82
82
|
- rb.rotate
|
|
@@ -130,7 +130,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
130
130
|
requirements:
|
|
131
131
|
- - ">="
|
|
132
132
|
- !ruby/object:Gem::Version
|
|
133
|
-
hash:
|
|
133
|
+
hash: 2312420736892339670
|
|
134
134
|
segments:
|
|
135
135
|
- 0
|
|
136
136
|
version: "0"
|