We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa20fb commit 4ba5756Copy full SHA for 4ba5756
1 file changed
rdf-spec.gemspec
@@ -16,13 +16,7 @@ Gem::Specification.new do |gem|
16
17
gem.platform = Gem::Platform::RUBY
18
gem.files = %w(AUTHORS CREDITS README.md UNLICENSE VERSION) + Dir.glob('etc/*') + Dir.glob('lib/**/*.rb') + Dir.glob('spec/*.rb')
19
- gem.bindir = %q(bin)
20
- gem.executables = %w()
21
- gem.default_executable = gem.executables.first
22
gem.require_paths = %w(lib)
23
- gem.extensions = %w()
24
- gem.test_files = %w()
25
- gem.has_rdoc = false
26
27
gem.required_ruby_version = '>= 2.2.2'
28
gem.requirements = []
0 commit comments