Skip to content

Commit

Permalink
Remove gemspec deprecations.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Aug 8, 2018
1 parent c651818 commit 204355e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions sparql-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,7 @@ Gem::Specification.new do |gem|
gem.platform = Gem::Platform::RUBY
gem.files = %w(AUTHORS CREDITS README.md UNLICENSE VERSION) + Dir.glob('lib/**/*.rb')
gem.bindir = %q(bin)
gem.executables = %w()
gem.default_executable = gem.executables.first
gem.require_paths = %w(lib)
gem.extensions = %w()
gem.test_files = %w()
gem.has_rdoc = false

gem.required_ruby_version = '>= 2.2.2'
gem.requirements = []
Expand Down

0 comments on commit 204355e

Please sign in to comment.