github hosted gem seems dated and buggy
Closed this issue · 4 comments
bumi commented
The github hosted gem seems dated:
The Moneta::Memcache#key? method in the installed gem looks like:
def key?(key)
!self["key"].nil?
end
which does not work ("key" vs. key).
Is there a way to update the gem?
thanks.
mwilliams commented
+1 for this. Pulled down the latest and the S3 additions didn't get included in the gem I installed.
sudo gem install wycats-moneta --no-rdoc --no-ri
Successfully installed wycats-moneta-0.6.0
Shouldn't this line in the gemspec include everything in /lib/moneta?
s.files = ["LICENSE", "README", "Rakefile", "TODO", "lib/moneta", "lib/moneta/datamapper.rb", "lib/moneta/file.rb", "lib/moneta/memcache.rb", "lib/moneta/memory.rb", "lib/moneta/xa
wycats commented
I'll try and get to this before this weekend. It's tough keeping this up to date as I pull from multiple forks. Git isn't that good.
bumi commented
thanks.
Perhaps a note in the readme on how to build the gemspec and install the gem from a local cloned repo is enough?
minad commented
I will update the gem on rubygems.org soon