public
Description: Adds a semblance of performance to Ruby's core Date class ...
Homepage: http://tomayko.com/src/date-performance/
Clone URL: git://github.com/rtomayko/date-performance.git
Search Repo:
Version 0.4.7
rtomayko (author)
Thu Jul 17 21:29:59 -0700 2008
commit  475d99416581a3b780195c7db5fa20582d3bdb0f
tree    e95a4f160a571f9f4ccdabd8c8c49752a7a4ed91
parent  29422358d6b7661ae5af526b5542da7547122690
...
9
10
11
12
 
13
14
15
...
9
10
11
 
12
13
14
15
0
@@ -9,7 +9,7 @@ class Date
0
   # The Date::Performance module is present when the performance enhacing extension
0
   # has been loaded. It serves no other purpose.
0
   module Performance
0
- VERSION = "0.4.6"
0
+ VERSION = "0.4.7"
0
   end
0
 
0
   # The extension replaces Date#strftime but falls back on the stock version when

Comments

    No one has commented yet.