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 6987343 commit d67d0d6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions spira.gemspec
Expand Up @@ -20,13 +20,7 @@ Gem::Specification.new do |gem|

gem.platform = Gem::Platform::RUBY
gem.files = %w(CHANGES.md AUTHORS README.md UNLICENSE VERSION) + Dir.glob('lib/**/*.rb')
gem.bindir = %w(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.has_yardoc = true if gem.respond_to?(:has_yardoc)

gem.required_ruby_version = '>= 2.2.2'
Expand Down

0 comments on commit d67d0d6

Please sign in to comment.