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 c1d11a1 commit 550ce79Copy full SHA for 550ce79
json-ld.gemspec
@@ -18,11 +18,8 @@ Gem::Specification.new do |gem|
18
gem.files = %w(AUTHORS README.md UNLICENSE VERSION) + Dir.glob('lib/**/*.rb')
19
gem.bindir = %q(bin)
20
gem.executables = %w(jsonld)
21
- gem.default_executable = gem.executables.first
22
gem.require_paths = %w(lib)
23
- gem.extensions = %w()
24
gem.test_files = Dir.glob('spec/**/*.rb') + Dir.glob('spec/test-files/*')
25
- gem.has_rdoc = false
26
27
gem.required_ruby_version = '>= 2.2.2'
28
gem.requirements = []
0 commit comments