File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,11 @@ Gem::Specification.new do |s|
1313 s . description = "A wrapper around datatable's ajax methods that allow synchronization with server-side pagination in a rails app"
1414 s . license = 'MIT'
1515 s . metadata = {
16- 'homepage_uri' => 'https://github.com/jbox-web/ajax-datatables-rails' ,
17- 'changelog_uri' => 'https://github.com/jbox-web/ajax-datatables-rails/blob/master/CHANGELOG.md' ,
18- 'source_code_uri' => 'https://github.com/jbox-web/ajax-datatables-rails' ,
19- 'bug_tracker_uri' => 'https://github.com/jbox-web/ajax-datatables-rails/issues' ,
16+ 'homepage_uri' => 'https://github.com/jbox-web/ajax-datatables-rails' ,
17+ 'changelog_uri' => 'https://github.com/jbox-web/ajax-datatables-rails/blob/master/CHANGELOG.md' ,
18+ 'source_code_uri' => 'https://github.com/jbox-web/ajax-datatables-rails' ,
19+ 'bug_tracker_uri' => 'https://github.com/jbox-web/ajax-datatables-rails/issues' ,
20+ 'rubygems_mfa_required' => 'true' ,
2021 }
2122
2223 s . required_ruby_version = '>= 3.0.0'
You can’t perform that action at this time.
0 commit comments