fakeredis.gemspec in fakeredis-0.3.2 vs fakeredis.gemspec in fakeredis-0.3.3

- old
+ new

@@ -6,14 +6,13 @@ s.name = "fakeredis" s.version = FakeRedis::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Guillermo Iguaran"] s.email = ["guilleiguaran@gmail.com"] - s.homepage = "https://github.com/guilleiguaran/fakeredis" + s.homepage = "https://guilleiguaran.github.com/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.rubyforge_project = "fakeredis" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"]