public
Rubygem
Description: log_buddy is your friendly little log buddy by your side
Homepage: http://opensource.thinkrelevance.com/wiki/log_buddy
Clone URL: git://github.com/relevance/logbuddy.git
Search Repo:
update gemspec
rsanheim (author)
Fri Jul 04 20:29:21 -0700 2008
commit  9f6bd662b0f4cdabd530404bad1bd1912bb4181d
tree    1233fcca719d53fc375dad0af3e2cef7ab529bbc
parent  b6727155b7a8159ca9c8b4bf373d40341e08cb46
...
1
2
3
 
4
5
6
7
 
8
9
10
...
1
2
 
3
4
5
6
 
7
8
9
10
0
@@ -1,10 +1,10 @@
0
 Gem::Specification.new do |s|
0
   s.name = %q{log_buddy}
0
- s.version = "0.0.4"
0
+ s.version = "0.0.5"
0
 
0
   s.required_rubygems_version = Gem::Requirement.new("= 1.2") if s.respond_to? :required_rubygems_version=
0
   s.authors = ["Rob Sanheim - Relevance"]
0
- s.date = %q{2008-07-02}
0
+ s.date = %q{2008-07-04}
0
   s.description = %q{Log statements along with their name easily. Mixin a logger everywhere when you need it.}
0
   s.email = %q{opensource@thinkrelevance.com}
0
   s.extra_rdoc_files = ["CHANGELOG", "README.rdoc", "lib/log_buddy.rb"]

Comments

    No one has commented yet.