Skip to content

Commit 4ba5756

Browse files
committed
Remove deprections from gemspec.
1 parent 9aa20fb commit 4ba5756

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

rdf-spec.gemspec

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,7 @@ Gem::Specification.new do |gem|
1616

1717
gem.platform = Gem::Platform::RUBY
1818
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
2219
gem.require_paths = %w(lib)
23-
gem.extensions = %w()
24-
gem.test_files = %w()
25-
gem.has_rdoc = false
2620

2721
gem.required_ruby_version = '>= 2.2.2'
2822
gem.requirements = []

0 commit comments

Comments
 (0)