We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e2b3a3 commit 30a1f7eCopy full SHA for 30a1f7e
ajax-datatables-rails.gemspec
@@ -12,6 +12,12 @@ Gem::Specification.new do |s|
12
s.summary = 'A gem that simplifies using datatables and hundreds of records via ajax'
13
s.description = "A wrapper around datatable's ajax methods that allow synchronization with server-side pagination in a rails app"
14
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
+ }
21
22
s.required_ruby_version = '>= 2.5.0'
23
0 commit comments