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|
7
7
gem . summary = "Action caching for Action Pack (removed from core in Rails 4.0)"
8
8
gem . homepage = "https://github.com/rails/actionpack-action_caching"
9
9
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
+
10
17
gem . required_ruby_version = ">= 1.9.3"
11
18
gem . files = `git ls-files` . split ( $/)
12
19
gem . executables = gem . files . grep ( %r{^bin/} ) . map { |f | File . basename ( f ) }
You can’t perform that action at this time.
0 commit comments