Skip to content

Commit 204355e

Browse files
committed
Remove gemspec deprecations.
1 parent c651818 commit 204355e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

sparql-client.gemspec

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@ Gem::Specification.new do |gem|
2020
gem.platform = Gem::Platform::RUBY
2121
gem.files = %w(AUTHORS CREDITS README.md UNLICENSE VERSION) + Dir.glob('lib/**/*.rb')
2222
gem.bindir = %q(bin)
23-
gem.executables = %w()
24-
gem.default_executable = gem.executables.first
2523
gem.require_paths = %w(lib)
26-
gem.extensions = %w()
27-
gem.test_files = %w()
28-
gem.has_rdoc = false
2924

3025
gem.required_ruby_version = '>= 2.2.2'
3126
gem.requirements = []

0 commit comments

Comments
 (0)