openlogcleaner 0.0.23 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +3 -1
- data/Rakefile +2 -2
- data/VERSION +1 -1
- data/openlogcleaner.gemspec +5 -5
- metadata +5 -5
data/README.rdoc
CHANGED
data/Rakefile
CHANGED
@@ -5,8 +5,8 @@ begin
|
|
5
5
|
require 'jeweler'
|
6
6
|
Jeweler::Tasks.new do |gem|
|
7
7
|
gem.name = "openlogcleaner"
|
8
|
-
gem.summary = %Q{Cleans
|
9
|
-
gem.description = %Q{Cleans
|
8
|
+
gem.summary = %Q{Cleans OpenRPG logs}
|
9
|
+
gem.description = %Q{Cleans OpenRPG Logs\n\nLogs are presented in an easy to read manner, stripped of the noise of joins and parts}
|
10
10
|
gem.email = "jonathan.stott@gmail.com"
|
11
11
|
gem.homepage = "http://github.com/namelessjon/openlogcleaner"
|
12
12
|
gem.authors = ["Jonathan Stott"]
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0
|
1
|
+
0.1.0
|
data/openlogcleaner.gemspec
CHANGED
@@ -5,15 +5,15 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{openlogcleaner}
|
8
|
-
s.version = "0.0
|
8
|
+
s.version = "0.1.0"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Jonathan Stott"]
|
12
|
-
s.date = %q{2011-02-
|
12
|
+
s.date = %q{2011-02-13}
|
13
13
|
s.default_executable = %q{openlogcleaner}
|
14
|
-
s.description = %q{Cleans
|
14
|
+
s.description = %q{Cleans OpenRPG Logs
|
15
15
|
|
16
|
-
|
16
|
+
Logs are presented in an easy to read manner, stripped of the noise of joins and parts}
|
17
17
|
s.email = %q{jonathan.stott@gmail.com}
|
18
18
|
s.executables = ["openlogcleaner"]
|
19
19
|
s.extra_rdoc_files = [
|
@@ -47,7 +47,7 @@ For Great Justice!}
|
|
47
47
|
s.homepage = %q{http://github.com/namelessjon/openlogcleaner}
|
48
48
|
s.require_paths = ["lib"]
|
49
49
|
s.rubygems_version = %q{1.5.0}
|
50
|
-
s.summary = %q{Cleans
|
50
|
+
s.summary = %q{Cleans OpenRPG logs}
|
51
51
|
s.test_files = [
|
52
52
|
"spec/openlogcleaner_spec.rb",
|
53
53
|
"spec/spec_helper.rb"
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: openlogcleaner
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0
|
5
|
+
version: 0.1.0
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Jonathan Stott
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-02-
|
13
|
+
date: 2011-02-13 00:00:00 +00:00
|
14
14
|
default_executable: openlogcleaner
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
@@ -58,9 +58,9 @@ dependencies:
|
|
58
58
|
type: :development
|
59
59
|
version_requirements: *id004
|
60
60
|
description: |-
|
61
|
-
Cleans
|
61
|
+
Cleans OpenRPG Logs
|
62
62
|
|
63
|
-
|
63
|
+
Logs are presented in an easy to read manner, stripped of the noise of joins and parts
|
64
64
|
email: jonathan.stott@gmail.com
|
65
65
|
executables:
|
66
66
|
- openlogcleaner
|
@@ -119,7 +119,7 @@ rubyforge_project:
|
|
119
119
|
rubygems_version: 1.5.0
|
120
120
|
signing_key:
|
121
121
|
specification_version: 3
|
122
|
-
summary: Cleans
|
122
|
+
summary: Cleans OpenRPG logs
|
123
123
|
test_files:
|
124
124
|
- spec/openlogcleaner_spec.rb
|
125
125
|
- spec/spec_helper.rb
|