public
Rubygem
Description: Ultra lightweight gem/plugin to do in-memory caching of any Ruby method
Homepage: http://github.com/JackDanger/simple_memoize
Clone URL: git://github.com/JackDanger/simple_memoize.git
Search Repo:
version bump => 1.1.0
Jack Danger Canty (author)
Fri Apr 25 15:30:56 -0700 2008
commit  06a7300f772b9791cc55ac5fd119dcc0ed62e987
tree    cbb7178631b5fbc23a4e1b638d7b6cc1dc2fed0a
parent  aa50a585cb9fa84291b9c0871f34a3ffb89c2d17
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 module SimpleMemoize
0
- VERSION = '1.0.0'
0
+ VERSION = '1.1.0'
0
 
0
   module Module
0
     def memoize(*method_names)
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 (in /www/projects/simple_memoize)
0
 Gem::Specification.new do |s|
0
   s.name = %q{simple_memoize}
0
- s.version = "1.0.0"
0
+ s.version = "1.1.0"
0
 
0
   s.specification_version = 2 if s.respond_to? :specification_version=
0
 

Comments

    No one has commented yet.