memoized.gemspec in memoized-1.0.0 vs memoized.gemspec in memoized-1.0.1

- old
+ new

@@ -3,10 +3,10 @@ Gem::Specification.new do |s| s.name = "memoized" s.version = Memoized::VERSION s.authors = ["Barun Singh", "Henning Koch"] - s.homepage = "https://github.com/makandra/memoizer" + s.homepage = "https://github.com/makandra/memoized" s.summary = "Memoized caches the results of your method calls" s.description = s.summary s.files = `git ls-files`.split("\n").reject { |path| File.lstat(path).symlink? } s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n").reject { |path| File.lstat(path).symlink? }