avrolution.gemspec in avrolution-0.7.2 vs avrolution.gemspec in avrolution-0.8.0

- old
+ new

@@ -17,16 +17,17 @@ spec.license = 'MIT' # Set 'allowed_push_post' to control where this gem can be published. if spec.respond_to?(:metadata) spec.metadata['allowed_push_host'] = 'https://rubygems.org' + spec.metadata['rubygems_mfa_required'] = 'true' else raise 'RubyGems 2.0 or newer is required to protect against public gem pushes.' end spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } - spec.bindir = 'bin' - spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } + spec.bindir = 'exe' + spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] spec.required_ruby_version = '>= 2.6' spec.add_development_dependency 'bundler', '~> 2.0'