openlogcleaner 0.0.23 → 0.1.0

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.
Files changed (5) hide show
  1. data/README.rdoc +3 -1
  2. data/Rakefile +2 -2
  3. data/VERSION +1 -1
  4. data/openlogcleaner.gemspec +5 -5
  5. metadata +5 -5
data/README.rdoc CHANGED
@@ -1,6 +1,8 @@
1
1
  = openlogcleaner
2
2
 
3
- Description goes here.
3
+ Cleans OpenRPG Logs
4
+
5
+ Logs are presented in an easy to read manner, stripped of the noise of joins and parts. In addition, posts with dice rolls are hidden.
4
6
 
5
7
  == Note on Patches/Pull Requests
6
8
 
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 you some open logs}
9
- gem.description = %Q{Cleans you some open logs\n\nFor Great Justice!}
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.23
1
+ 0.1.0
@@ -5,15 +5,15 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{openlogcleaner}
8
- s.version = "0.0.23"
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}
12
+ s.date = %q{2011-02-13}
13
13
  s.default_executable = %q{openlogcleaner}
14
- s.description = %q{Cleans you some open logs
14
+ s.description = %q{Cleans OpenRPG Logs
15
15
 
16
- For Great Justice!}
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 you some open logs}
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.23
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-12 00:00:00 +00:00
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 you some open logs
61
+ Cleans OpenRPG Logs
62
62
 
63
- For Great Justice!
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 you some open logs
122
+ summary: Cleans OpenRPG logs
123
123
  test_files:
124
124
  - spec/openlogcleaner_spec.rb
125
125
  - spec/spec_helper.rb