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 f7c827c commit 9af48a5Copy full SHA for 9af48a5
βjsonapi-rails.gemspec
@@ -11,6 +11,8 @@ Gem::Specification.new do |spec|
11
spec.homepage = 'https://github.com/jsonapi-rb/jsonapi-rails'
12
spec.license = 'MIT'
13
14
+ spec.metadata = { 'rubygems_mfa_required' => 'true' }
15
+
16
spec.files = Dir['README.md', 'lib/**/*']
17
spec.require_path = 'lib'
18
0 commit comments