public
Fork of vigetlabs/loggable
Description: Small Ruby gem that will allow you to add logging capabilities to any class
Homepage: http://viget.rubyforge.org
Clone URL: git://github.com/reagent/loggable.git
Search Repo:
Bumped version
reagent (author)
Fri May 09 13:16:36 -0700 2008
commit  f53bbac11240a0f20fc4589ad7f1972eb1f091bf
tree    5c9a91225f489aee1d2b25606aa03b545d1c7ba7
parent  34d0690da99287978a3a185cbe840190824bd6b4
...
2
3
4
5
6
 
 
7
8
9
...
2
3
4
 
 
5
6
7
8
9
0
@@ -2,8 +2,8 @@
0
   
0
   module VERSION #:nodoc:
0
     MAJOR = 0
0
- MINOR = 0
0
- TINY = 2
0
+ MINOR = 1
0
+ TINY = 0
0
     
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end

Comments

    No one has commented yet.