Rakefile in memcached-northscale-0.19.5.3 vs Rakefile in memcached-northscale-0.19.5.4

- old
+ new

@@ -1,10 +1,10 @@ require 'echoe' Echoe.new("memcached-northscale") do |p| p.author = "Sean Lynch" p.project = "northscale" - p.summary = "Test gem. Do not use unless you know what you're doing." + p.summary = "Fauna with some additional Rails compatibility fixes." p.url = "http://blog.evanweaver.com/files/doc/fauna/memcached/" p.docs_host = "blog.evanweaver.com:~/www/bax/public/files/doc/" p.rdoc_pattern = /README|TODO|LICENSE|CHANGELOG|BENCH|COMPAT|exceptions|behaviors|rails.rb|memcached.rb/ p.clean_pattern += ["ext/lib", "ext/include", "ext/share", "ext/libmemcached-?.??", "ext/bin", "ext/conftest.dSYM"] end