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 7, 2018
1 parent f03e503 commit 213cae3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rdf-turtle.gemspec
Expand Up @@ -16,12 +16,7 @@ Gem::Specification.new do |gem|

gem.platform = Gem::Platform::RUBY
gem.files = %w(AUTHORS README.md History UNLICENSE VERSION) + Dir.glob('lib/**/*.rb')
#gem.bindir = %q(bin)
#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 213cae3

Please sign in to comment.