File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ Gem::Specification.new do |gem|
77 gem . summary = "Action caching for Action Pack (removed from core in Rails 4.0)"
88 gem . homepage = "https://github.com/rails/actionpack-action_caching"
99
10+ gem . metadata = {
11+ "bug_tracker_uri" => "https://github.com/rails/actionpack-action_caching/issues" ,
12+ "changelog_uri" => "https://github.com/rails/actionpack-action_caching/blob/v#{ gem . version } /CHANGELOG.md" ,
13+ "documentation_uri" => "https://www.rubydoc.info/gems/actionpack-action_caching/#{ gem . version } " ,
14+ "source_code_uri" => "https://github.com/rails/actionpack-action_caching/tree/v#{ gem . version } " ,
15+ }
16+
1017 gem . required_ruby_version = ">= 1.9.3"
1118 gem . files = `git ls-files` . split ( $/)
1219 gem . executables = gem . files . grep ( %r{^bin/} ) . map { |f | File . basename ( f ) }
You can’t perform that action at this time.
0 commit comments