fakeredis.gemspec in fakeredis-0.1.1 vs fakeredis.gemspec in fakeredis-0.1.2

- old
+ new

@@ -8,10 +8,10 @@ s.platform = Gem::Platform::RUBY s.authors = ["Guillermo Iguaran"] s.email = ["guilleiguaran@gmail.com"] s.homepage = "https://github.com/guilleiguaran/fakeredis" s.summary = %q{Fake redis-rb for your tests} - s.description = %q{Fake implementation of redis-rb for machines without Redis or test environments} + s.description = %q{Fake implementation of redis-rb for machines without Redis or for testing purposes} s.rubyforge_project = "fakeredis" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")