File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ Gem::Specification.new do |s|
99 EOS
1010 s . license = "MIT"
1111
12+ s . metadata = {
13+ "bug_tracker_uri" => "https://github.com/rails/ruby-coffee-script/issues" ,
14+ "documentation_uri" => "https://www.rubydoc.info/gems/coffee-script/#{ s . version } " ,
15+ "source_code_uri" => "https://github.com/rails/ruby-coffee-script/tree/v#{ s . version } " ,
16+ }
17+
1218 s . files = [
1319 'lib/coffee-script.rb' ,
1420 'lib/coffee_script.rb' ,
Original file line number Diff line number Diff line change @@ -76,6 +76,8 @@ gemspec = Gem::Specification.new do |s|
7676 in a simple way.
7777 EOS
7878
79+ s.metadata["source_code_uri"] = "https://github.com/rails/ruby-coffee-script/blob/master/script/build-source-gem"
80+
7981 s.files = [
8082 'lib/coffee_script/coffee-script.js',
8183 'lib/coffee_script/source.rb'
You can’t perform that action at this time.
0 commit comments