public
Description: Allows the caching of lookup data in your Rails models
Clone URL: git://github.com/vigetlabs/constant_cache.git
Search Repo:
Add start of HISTORY file
Patrick Reagan (author)
Tue Apr 08 20:22:31 -0700 2008
commit  763901ee6af5f0c5d64d7ec35e41c6a0825ab9ba
tree    a7e5667e5739c0344685f0737dfb4116591cb7cb
parent  e555099b0b27561651d33a52c1834ec10de7e6f3
...
15
16
17
18
 
19
20
21
...
27
28
29
30
 
31
32
33
...
15
16
17
 
18
19
20
21
...
27
28
29
 
30
31
32
33
0
@@ -15,7 +15,7 @@ spec = Gem::Specification.new do |s|
0
   s.version = ConstantCache::VERSION::STRING
0
   s.platform = Gem::Platform::RUBY
0
   s.has_rdoc = true
0
- s.extra_rdoc_files = %w(README MIT-LICENSE)
0
+ s.extra_rdoc_files = %w(README MIT-LICENSE HISTORY)
0
   s.summary = SUMMARY
0
   s.description = s.summary
0
   s.author = AUTHOR
0
@@ -27,7 +27,7 @@ spec = Gem::Specification.new do |s|
0
   
0
   s.require_path = 'lib'
0
   s.autorequire = GEM
0
- s.files = %w(MIT-LICENSE README Rakefile) + Dir.glob("{lib,spec}/**/*")
0
+ s.files = %w(MIT-LICENSE README Rakefile HISTORY) + Dir.glob("{lib,spec}/**/*")
0
 end
0
 
0
 Rake::GemPackageTask.new(spec) do |pkg|

Comments

    No one has commented yet.