memoized.gemspec in memoized-1.0.2 vs memoized.gemspec in memoized-1.1.0

- old
+ new

@@ -6,9 +6,15 @@ s.version = Memoized::VERSION s.authors = ["Barun Singh", "Henning Koch"] s.homepage = "https://github.com/makandra/memoized" s.summary = "Memoized caches the results of your method calls" s.description = s.summary + s.metadata = { + 'source_code_uri' => s.homepage, + 'bug_tracker_uri' => 'https://github.com/makandra/memoized/issues', + 'changelog_uri' => 'https://github.com/makandra/memoized/blob/master/CHANGELOG.md', + 'rubygems_mfa_required' => 'true', + } 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? } s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"]