Skip to content

Commit 30a1f7e

Browse files
committed
Add Rubygem metadata
1 parent 6e2b3a3 commit 30a1f7e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ajax-datatables-rails.gemspec

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ Gem::Specification.new do |s|
1212
s.summary = 'A gem that simplifies using datatables and hundreds of records via ajax'
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'
15+
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'
20+
}
1521

1622
s.required_ruby_version = '>= 2.5.0'
1723

0 commit comments

Comments
 (0)