fakeredis.gemspec in fakeredis-0.9.1 vs fakeredis.gemspec in fakeredis-0.9.2
- old
+ new
@@ -6,10 +6,10 @@
s.name = "fakeredis"
s.version = FakeRedis::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Guillermo Iguaran"]
s.email = ["guilleiguaran@gmail.com"]
- s.homepage = "https://guilleiguaran.github.com/fakeredis"
+ s.homepage = "https://github.com/guilleiguaran/fakeredis"
s.license = "MIT"
s.summary = %q{Fake (In-memory) driver for redis-rb.}
s.description = %q{Fake (In-memory) driver for redis-rb. Useful for testing environment and machines without Redis.}
s.files = `git ls-files`.split("\n")