Skip to content

Commit

Permalink
uh, bug in rake file
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpoljak committed Feb 10, 2011
1 parent 308f26a commit 954068b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -13,7 +13,7 @@ require 'rake'
require 'jeweler'
Jeweler::Tasks.new do |gem|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
gem.name = "qrpc"
gem.name = "fifo-cache"
gem.homepage = "http://github.com/martinkozak/fifo-cache"
gem.license = "MIT"
gem.summary = 'Fast hash-like fixed size cache class with FIFO functionality which removes oldest or less accessed records based on implicit heap.'
Expand Down

0 comments on commit 954068b

Please sign in to comment.